Usage
Documentation is hosted on ReadTheDocs.
Development
This project has a dev container. If you already have VS Code and Docker installed, you can click the badge above or here to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
To publish a new version of the repository, you can run the Publish workflow manually and publish to the staging registry from any branch, and you can check the 'Publish to Primary' option when on main to publish to the primary registry and create a git tag.
Open a connection to the EC2 instance hosting GBG Data Services in AWS:
aws ssm start-session --target i-0e5fd6d0bcdfd3c03 --document-name AWS-StartPortForwardingSession --parameters '{"portNumber":["8105"],"localPortNumber":["8105"]}'
When running the unit test suite, pytest-recording library is used. If it gives you errors about a cassette missing, the parameter to invoke a live HTTP request is --record-mode=once (add on to the end of the pytest command)
To run e2e tests locally against a specific data services version:
DATA_SERVICES_VERSION=1.6.2 uv run pytest tests/e2e
DATA_SERVICES_VERSION=2.0.0 uv run pytest tests/e2e
DATA_SERVICES_VERSION controls which Docker image docker-compose pulls. It defaults to 1.6.2 if unset.
Updating from the template
This repository uses a copier template. To pull in the latest updates from the template, use the command:
copier update --trust --conflict rej --defaults
Release files for biosero-data-services-sdk 0.9.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| biosero_data_services_sdk-0.9.3.tar.gz | 38.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| biosero_data_services_sdk-0.9.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 85.7 kB
Release files / biosero_data_services_sdk-0.9.3.tar.gz
| Download URL | biosero_data_services_sdk-0.9.3.tar.gz |
|---|---|
| Size | 38.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61c5ef722a53a9a5337ef505990355e09e35806c2e178b94a1dc224119ad4b44
|
|
BLAKE2b-256 checksum How to use checksums |
218bc7009d0b4407d530f2b364c405a6f8ca4ee52d9115a7e12ea57a797f783f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Release files / biosero_data_services_sdk-0.9.3-py3-none-any.whl
| Download URL | biosero_data_services_sdk-0.9.3-py3-none-any.whl |
|---|---|
| Size | 47.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d97a080593d66cd57af3250965dba103c7a3573ccb534de508fe57fe75ff351a
|
|
BLAKE2b-256 checksum How to use checksums |
56435b500aa8c0a3a78430247666b1234e16574705e64cd2533e49fa62ea243a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|