| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python/arti_rpc: Add an initial pyproject.toml | Nick Mathewson | 2024-09-26 | 1 | -0/+23 |
| | | | | | | I've tried "python -m build" to make sure it works; haven't tested anything else. | ||||
| * | python: Move arti_rpc package into new subdirectory | Nick Mathewson | 2024-09-26 | 5 | -1/+3 |
| | | | | | | This will make it easier to add other Python packages in the future as needed. | ||||
| * | python: in README, prepend to PYTHONPATH. | Nick Mathewson | 2024-09-26 | 1 | -2/+1 |
| | | |||||
| * | Python: Readme fixes from @anonym | Nick Mathewson | 2024-09-26 | 1 | -3/+3 |
| | | | | Thanks: Anonym | ||||
| * | Add a scary README to the Python directory | Nick Mathewson | 2024-09-26 | 1 | -0/+47 |
| | | |||||
| * | Python: Add a quick RPC demo to show how the APIs work. | Nick Mathewson | 2024-09-26 | 1 | -0/+24 |
| | | |||||
| * | Python: Add a pythonic wrapper for arti-rpc-client-core | Nick Mathewson | 2024-09-26 | 2 | -0/+339 |
| | | | | | | This module tries to provide a set of APIs more closely resembling those you'd expect to use in a real python program. | ||||
| * | Python: Add a ctypes wrapper for arti-rpc-client-core | Nick Mathewson | 2024-09-26 | 1 | -0/+191 |
| This wrapper uses Python's `ctypes` module to wrap the APIs from `arti-rpc-client-core`. It needs more work on Windows (and likely MacOS too), but that will come later. This is not a suitable API for direct use in Python. | |||||
