A collection of tools of common usage in Python
Project description
ftrotta.pycolib: Python Common Library
A collection of tools of common usage in Python.
- Documentation: https://ftrotta-pycolib.readthedocs.io
- Source: https://gitlab.com/ftrotta/pycolib/
- Issues: https://gitlab.com/ftrotta/pycolib/issues
Installation
pip install ftrotta.pycolib
Installation from source
pip install git+https://gitlab.com/ftrotta/pycolib.git
In case a specific version is needed, append the corresponding tag.
pip install git+https://gitlab.com/ftrotta/pycolib.git@v1.0.0
Test
The Dockerfile in the root directory of the repo is meant to build
an image from which to run a container with a Python interpreter.
-
Build the image once for all with:
docker build -t pycolib . -
An ephemeral container can then be run from the project root:
docker run --rm -it -v $(pwd):/opt/project pycolib -
From inside such container the tests can be run.
cd /opt/project/src pytest tests
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ftrotta.pycolib-1.2.4-py3-none-any.whl.
File metadata
- Download URL: ftrotta.pycolib-1.2.4-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.2.0 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d62274910fa52d04071bd75e6094418251ae325d4c80c4ccd0e8d7c76c17dc2b
|
|
| MD5 |
31403313dfd6b5d2df754c409ed85718
|
|
| BLAKE2b-256 |
18c558c363ad6bc3b4075d3c291824f0f9145e48da19414a13ab089bb7f3f943
|