Skip to main content

No project description provided

Project description

numerous SDK

pipeline coverage Documentation Status

Welcome to the repository for numerous.sdk!

The numerous.sdk which includes all the things you need to build tools and applications that can run on the numerous platform.

Dependencies

  • This project requires python version 3.9 or later.

  • Some dependencies are currently hosted on a pypi registry managed by the numerous platform team, which exists at https://pypi.numerously.com/simple.

    In the installation section below, we will show how to specify this, in order to properly install numerous.sdk.

Installation

Some dependencies are hosted on the pypi registry https://pypi.numerously.com/simple, which means that to install numerous.sdk you must either:

  1. Set the PIP_EXTRA_INDEX_URL environment variable
    export PIP_EXTRA_INDEX_URL="https://pypi.numerously.com/simple"
    pip install numerous.sdk
    
  2. Use the pip flag --extra-index-url
    pip install --extra-index-url=ttps://pypi.numerously.com/simple numerous.sdk
    
  3. Or add the pip flag to your requirements.txt, resulting in a file like below:
    --extra-index-url=https://pypi.numerously.com/simple
    numerous.sdk
    other_package
    
    which you can then install with
    pip install -r requirements.txt
    

Documentation

Documentation for the numerous SDK can be found at readthedocs.io. This contains the latest documentation. We are continuously adding more, as the project matures.

Contributing

We welcome contributions, but please read CONTRIBUTING.md before you start. It lays down the processes and expectations of contributions to the numerous SDK.

Changes

See the CHANGELOG.md to get an overview latest features, fixes and other changes to numerous.sdk, and also to find the general history of changes.

License

numerous.sdk is licensed under the MIT License, and it can be read in LICENSE.md.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numerous.sdk-0.13.2.tar.gz (65.5 kB view hashes)

Uploaded Source

Built Distribution

numerous.sdk-0.13.2-py3-none-any.whl (83.1 kB view hashes)

Uploaded Python 3

Supported by

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