Python SDK for Jupiter Exchange APIs.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Jup-Ag-SDK
A Python SDK for interacting with Jupiter Exchange APIs.
Installation
To install the SDK globally from PyPI, run:
pip install jup-ag-sdk
Local Development
If you want to make changes to the SDK and test it locally:
-
In this project's directory, install the package in editable mode by running:
pip install -e .
-
To use this library in another project while making changes to it, install the package from its local path in that project:
pip install -e /path/to/jup-ag-sdk
Replace
/path/to/jup-ag-sdkwith the absolute or relative path to this project directory.
By installing in editable mode, any changes you make to the SDK will immediately reflect in your tests without needing to reinstall the package.
Making a New Release
To create and publish a new release of the package to PyPI:
-
Update the Version:
- Update the version in your
pyproject.tomlfile following semantic versioning, e.g.,0.0.1→0.1.0for a minor update.
- Update the version in your
-
Commit the Changes:
- Commit and push the version update to the main branch:
git add pyproject.toml git commit -m "Bump version to vX.Y.Z" git push origin main
- Commit and push the version update to the main branch:
-
Create a Tag:
- Tag the commit with the new version:
git tag vX.Y.Z git push origin vX.Y.Z
Replace
vX.Y.Zwith the actual version number. - Tag the commit with the new version:
-
GitHub Actions Workflow:
- When the tag is pushed, the
release.ymlGitHub Actions workflow will automatically:- Build the package using Poetry.
- Publish the package to PyPI.
- When the tag is pushed, the
-
Confirm the Release:
- Check PyPI to ensure the new version has been published successfully.
Disclaimer
🚨 This project is a work in progress and should not be used in production systems.
Expect breaking changes as the SDK evolves.
Project details
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 jup_ag_sdk-0.2.0.tar.gz.
File metadata
- Download URL: jup_ag_sdk-0.2.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.22 Linux/6.11.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd193e786f2e94da524d1a154bfd0223617be255d273f437170a973d9a9b86f
|
|
| MD5 |
bd1ce828750c8d42b952fc227be69ee6
|
|
| BLAKE2b-256 |
bc17133f8ce237ad3d5dae06c466617425e744d0f2a095c4a700f4f89316aac3
|
File details
Details for the file jup_ag_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: jup_ag_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.22 Linux/6.11.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cac8a2475b2fa4344f77a96bc2eb2b31c4aaf1df1a60792598b9386a0274f31
|
|
| MD5 |
997cad5820c68e93f268cd376b9d9321
|
|
| BLAKE2b-256 |
73fcdb945e93b67a4d98cf00e89fa95bed52fb50736f5e4bdc15438dc6be3898
|