Skip to main content

Basic python utilities

Project description

Download License Status Build Status Coverage Status Python

description

This is a utility package composed of several modules.

Installation

pip install pysts

Tests

If the module is installed through pip: pytest

Run the tests from the local setup directory: python -m pytest

Code coverage

Generate coverage report with: py.test --cov=python_utils tests/

before_script:

- bumpversion minor setup.py

or

- bumpversion --new-version 0.9.13 setup.py

script:

- pip install --user --upgrade setuptools wheel twine numpy

- python setup.py sdist bdist_wheel

- python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/pysts-0.9.13* -u USERNAME -p PASSWORD

NOTE: Delete previous builds before uploading

Add pypi repo:

- pip config --user set global.gtlpypi https://pypi.gtl.fyi/simple/

download:

- pip install --upgrade -i https://pypi.gtl.fyi/simple pysts

OR

-pip install --upgrade git+https://github.com/sdswart/pysts.git

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

pysts-0.9.45.tar.gz (63.2 kB view hashes)

Uploaded Source

Built Distribution

pysts-0.9.45-py3-none-any.whl (95.4 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