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-1.0.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-1.0.0-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jup_ag_sdk-1.0.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-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e86f93d4e0ce41ce62001f4f6a0b70f20f5306525ed58a20c3a9b0655ec08f59
MD5 91ed7a74856ca0daa66745cc6457305d
BLAKE2b-256 a324a242836bff7fab1cfff892a31abac59381e1ca75fe9ecc072a6d4156ee40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jup_ag_sdk-1.0.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-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 543b0841896dafa14fb96438e15017afae1373481ac5c03fc8c8653c7cde53d0
MD5 0706e91edf81f206b18a10d95e29a286
BLAKE2b-256 ac7ce7564ab03c324c7876cf1a39dfaea01489f89a2b20ca24f14874fed09bbf

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