/python-lib-demo

Following the best!

Primary LanguagePythonApache License 2.0Apache-2.0

python-lib-demo

PyPI Tests Changelog License

Following the best!

Installation

Install this library using pip:

pip install python-lib-demo

Usage

Usage instructions go here.

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd python-lib-demo
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest