summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* python: Return "stream" as an object.Nick Mathewson2024-10-211-3/+4
* python: Provide a sensible way to set metaparams in requestsNick Mathewson2024-10-212-2/+36
* python: Decode JSON in rpc responses more aggressivelyNick Mathewson2024-10-213-26/+91
* python: Allow execute methods to accept dictsNick Mathewson2024-10-212-4/+19
* rpc: List missing required features in error dataNick Mathewson2024-10-171-0/+41
* python: fix a return type annotation.Nick Mathewson2024-10-171-1/+1
* rpc-tests: Resolve unused variable/import warnings.Nick Mathewson2024-10-103-6/+2
* rpc-tests: Avoid 'import *'Nick Mathewson2024-10-101-1/+1
* rpc-tests: Reformat using "black".Nick Mathewson2024-10-106-10/+20
* rpc-tests: Use argparse to parse cli.Nick Mathewson2024-10-102-9/+32
* rpc-tests: Rename setup.py to context.pyNick Mathewson2024-10-103-7/+7
* rpc-tests: Use a decorator instead of a magic function nameNick Mathewson2024-10-103-4/+16
* rpc-tests: Use __init__ instead of weird staticmethod.Nick Mathewson2024-10-102-6/+2
* rpc-tests: Format config file correctly for Toml.Nick Mathewson2024-10-101-16/+16
* rpc-integration: Use Path instead of str.Nick Mathewson2024-10-102-12/+15
* Start a set of integration tests in pythonNick Mathewson2024-10-108-0/+479
* python: Note two methods which will need new argsNick Mathewson2024-10-101-0/+2
* python: Use mypy option for cleaner code wrt rebinding.Nick Mathewson2024-10-031-11/+24
* python: Fix annotation typo.Nick Mathewson2024-10-031-1/+1
* python: Remove TODO about WinDLLNick Mathewson2024-10-031-5/+0
* python: annotate CDLL-related functionsNick Mathewson2024-10-031-16/+11
* python: Remove todos about annotating "params"Nick Mathewson2024-10-031-2/+0
* python: Prefer Optional over Union.Nick Mathewson2024-10-031-4/+4
* python: Type-annotate rpc.pyNick Mathewson2024-10-012-38/+66
* python: Add minimal annotations for "mypy" to pass.Nick Mathewson2024-10-011-4/+6
* Python: Use the correct library extension on osx, windows.Nick Mathewson2024-09-301-2/+11
* python/arti_rpc: Add an initial pyproject.tomlNick Mathewson2024-09-261-0/+23
* python: Move arti_rpc package into new subdirectoryNick Mathewson2024-09-265-1/+3
* python: in README, prepend to PYTHONPATH.Nick Mathewson2024-09-261-2/+1
* Python: Readme fixes from @anonymNick Mathewson2024-09-261-3/+3
* Add a scary README to the Python directoryNick Mathewson2024-09-261-0/+47
* Python: Add a quick RPC demo to show how the APIs work.Nick Mathewson2024-09-261-0/+24
* Python: Add a pythonic wrapper for arti-rpc-client-coreNick Mathewson2024-09-262-0/+339
* Python: Add a ctypes wrapper for arti-rpc-client-coreNick Mathewson2024-09-261-0/+191