Astronomy Data Commons streaming client libraries
Project description
Astronomy Data Commons Genesis Client Libraries
Libraries making it easy to access astronomy data commons resources.
Developer notes
Setup
To prepare for development, run pip install --editable ".[dev]"
from within
the repo directory. This will install all dependencies, including those using
during development workflows.
This project expects you to use a pip
-centric workflow for development on the
project itself. If you're using conda, then use the conda environment's pip
to
install development dependencies, as described above.
Code Workflow
Write code, making changes.
Use make format
to reformat your code to comply with
black.
Use make lint
to catch common mistakes.
Use make test
to run tests.
Once satisfied with all three of those, push your changes and open a PR.
Tag, build, and upload to PyPI and Conda
Tag a new version:
git tag -s -a v0.x.x
Build and release:
make pypi-dist
make pypi-dist-check
make pypi-upload
make conda-build
make conda-upload
Project details
Release history Release notifications | RSS feed
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
Hashes for adc_streaming-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0c154e5599d6f171aa054cd215c474e135bba197f50f0fe8e93da6e1a5e9526 |
|
MD5 | 0b361887fd5add24a3e141d43f23b6ef |
|
BLAKE2b-256 | 4d196bf446d81df81d2a45b6e586ee9c763406b6c7b473f118986080a2b3a71c |