Python Tools provides several utility functions and tools that can be used in Python projects.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pythontools-0.1.1.tar.gz
(7.5 kB
view details)
File details
Details for the file pythontools-0.1.1.tar.gz
.
File metadata
- Download URL: pythontools-0.1.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be3bcf14dba1e1f8ec383446d095e47f076fad99e17235a74008ca335606cde9 |
|
MD5 | ff0a5d4658ea9534401cc2f65fb53aa1 |
|
BLAKE2b-256 | 744cf86ace80a606599f3c601c98faea1b0bc5d777768dbe13f31d12856757ea |