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.0.3.tar.gz (2.9 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.0.3-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file jup_ag_sdk-0.0.3.tar.gz.

File metadata

  • Download URL: jup_ag_sdk-0.0.3.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.9.21 Linux/6.8.0-1021-azure

File hashes

Hashes for jup_ag_sdk-0.0.3.tar.gz
Algorithm Hash digest
SHA256 2ddfb375195c7029a7356921ab0c02086184ab6800e82cfdc424f92025f0c8d5
MD5 aee78b31448f67af3173eb278b38dd75
BLAKE2b-256 3de1dc3700c5dee3f39b16e20f718b1e3ddd99ed1f8c72819ebfd6dc5e84d93d

See more details on using hashes here.

File details

Details for the file jup_ag_sdk-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: jup_ag_sdk-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.9.21 Linux/6.8.0-1021-azure

File hashes

Hashes for jup_ag_sdk-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 370bc62e43721be69f5299d9adccea7f0bcfee9b290af5b3d525ab9b3e3cc6d3
MD5 0aff374f7c80de42f7974a779a6c84f5
BLAKE2b-256 e910c0c41921a27ba2a48cb61e626d5c556e3ce54736d22db0bef07f3d176262

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