pythontools 0.1.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

pythontools 0.1.1

Python Tools



Python Tools provides several utility functions and tools that can be used in Python projects.
This is mainly a dependency for my own packages and projects but they may be useful to others.

autovenv provides function to automatically manage a virtual env (creation, update, ...)
env provides environment related functions such as set_env that creates a context in which the environment can be changed.
gitlab provides functions to communicate with a GitLab server through its REST API.
pathutils provides path handling functions such as the chdir context function.
...

Contributing

Setup your enviroment:

python3 -m venv ./venv
. ./venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r ./requirements-dev.txt


Run tests:

python -m pytest tests --cov=pythontools

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.