SatNOGS Proto
SatNOGS Protocol Buffers for gRPC interfaces
Python
Installation
To install the latest development version in editable mode run pip install -e . in the current directory.
This will generate the python stubs inside the proto directory. For uninstall must be removed by hand.
Python stubs can also be generated with python -m grpc_tools.protoc -I. --python_out=. --pyi_out=. --grpc_python_out=. *.proto
inside the proto directory.
Building
To build the project, run:
$ tox run -e build
To re-build in a re-created environment, run:
$ tox run -r -e build
Maintenance
Dependencies
Python dependencies are defined in the python/pyproject.toml file.
Only top-level dependencies shall be defined, with the exception of overrides needed to workaround dependency incompatibilities.
Each dependency is defined using the appropriate compatible version specifier.
The compatible version specifiers shall be such that any newer compatible version can be installed, taking into account the versioning schema followed by each dependency.
When a dependency has been added, removed or updated in pyproject.toml, the requirements and constraints files must be manually regenerated.
To regenerate these files run:
$ cd python
$ .scm-ci-helpers/refresh-requirements-docker.sh
Changes on the requirements.txt, requirements-dev.txt and constraints.txt files shall be committed together with the changes in pyproject.toml.
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file satnogs_proto-0.1.1.tar.gz.
File metadata
- Download URL: satnogs_proto-0.1.1.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f118415f9e48202b391c73512d7d500399975cd3e90f6f15981e866b430a9c43
|
|
| MD5 |
ae70f3340fd9cbf83385e07d22711dbe
|
|
| BLAKE2b-256 |
00cd59fc2bbf556abdeeff61532e9a6512baf1b773a0f82d7e251823466035cf
|
File details
Details for the file satnogs_proto-0.1.1-py3-none-any.whl.
File metadata
- Download URL: satnogs_proto-0.1.1-py3-none-any.whl
- Upload date:
- Size: 38.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28ebf28bbaa51876a44668d7eb7bc4857eb65c17f3c6219677b4afd2edbd8280
|
|
| MD5 |
c12cc84f7cf40e3acb00e396f648e25b
|
|
| BLAKE2b-256 |
d3394ccf9d368e2197bbd4075e73c5cc1e041a8688ced66d36ae8c18292c4927
|