Skip to main content

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:

  1. In this project's directory, install the package in editable mode by running:

    pip install -e .
    
  2. 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-sdk with 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:

  1. Update the Version:

    • Update the version in your pyproject.toml file following semantic versioning, e.g., 0.0.10.1.0 for a minor update.
  2. 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
      
  3. Create a Tag:

    • Tag the commit with the new version:
      git tag vX.Y.Z
      git push origin vX.Y.Z
      

    Replace vX.Y.Z with the actual version number.

  4. GitHub Actions Workflow:

    • When the tag is pushed, the release.yml GitHub Actions workflow will automatically:
      • Build the package using Poetry.
      • Publish the package to PyPI.
  5. 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

jup_ag_sdk-0.2.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jup_ag_sdk-0.2.0-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

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

Hashes for jup_ag_sdk-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3fd193e786f2e94da524d1a154bfd0223617be255d273f437170a973d9a9b86f
MD5 bd1ce828750c8d42b952fc227be69ee6
BLAKE2b-256 bc17133f8ce237ad3d5dae06c466617425e744d0f2a095c4a700f4f89316aac3

See more details on using hashes here.

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

Hashes for jup_ag_sdk-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7cac8a2475b2fa4344f77a96bc2eb2b31c4aaf1df1a60792598b9386a0274f31
MD5 997cad5820c68e93f268cd376b9d9321
BLAKE2b-256 73fcdb945e93b67a4d98cf00e89fa95bed52fb50736f5e4bdc15438dc6be3898

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page