Skip to main content

A PipeBio client package

Project description

PipeBio Python SDK

This is based on the library originally created as part of the api-examples.

Versioning

To deploy a new version of this package, the version number needs to be incremented, as pypi does not permit a current version to be overwritten.

The version needs to be bumped in two places:

  • pipebio/__init__.py
  • setup.py

These version number must be kept in lock step.

PyPi documentation

The documentation shown on PyPi is pulled from the DESCRIPTION.md file, which is configured in the setup.py file in the line:

long_description=Path("DESCRIPTION.md").read_text(encoding='UTF-8'),

Developing new versions

New versions of this package can be deployed to test.pypi.org – a separate instance of the Python Package Index that allows you to try distribution tools and processes without affecting the real index.

To deploy to test.pypi.org, the shell script deploy_to_testpypi.sh can be used. This requires ~/.pypirc to be configured.

To install a package deployed to test.pypi.org, use

pip install -i testpypi pipebio

Example .pypirc file

[distutils]
index-servers =
    testpypi
    pypi

[testpypi]
repository=https://test.pypi.org/legacy/
username = __token__
password = <Test PyPI token>

[pypi]
repository=https://pypi.org/legacy/
username = __token__
password = <PyPI token>

Deploying to pypi

TBC

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

pipebio-1.0.3.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

pipebio-1.0.3-py2.py3-none-any.whl (25.9 kB view hashes)

Uploaded Python 2 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