Skip to main content

Some useful Python utilities made by RKWS.

Project description

Project generated with PyScaffold

rk_utils

Some useful Python utilities made by RKWS.

A longer description of your project goes here…

Making Changes & Contributing

For developers, extra requirements are in requirements_dev.txt:

cd rk_utils
pip install -r requirements_dev.txt

This project uses pre-commit, and it is a good idea to update the hooks to the latest version before installing:

cd rk_utils
pre-commit autoupdate
pre-commit install

There are some useful tox commands that can be used to simplify developing:

cd rk_utils
tox  # to run all the tests
tox -e docs  # to build your documentation
tox -e build  # to build your package distribution
tox -e publish  # to test your project uploads correctly in test.pypi.org
tox -e publish -- --repository pypi  # to release your package to PyPI
tox -av  # to list all the tasks available

Note

This project has been set up using PyScaffold 4.4. For details and usage information on PyScaffold see https://pyscaffold.org/.

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

rk_utils-0.0.2.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

rk_utils-0.0.2-py3-none-any.whl (5.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