Basic python utilities


Keywords
utilities
License
MIT
Install
pip install pysts==0.9.45

Documentation

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 coverge

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

before_script:

- bumpversion minor 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.5.0* -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