summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* 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