Skip to main content

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.

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.

  1. Build the image once for all with:

    docker build -t pycolib .
    
  2. An ephemeral container can then be run from the project root:

    docker run --rm -it -v $(pwd):/opt/project pycolib
    
  3. From inside such container the tests can be run.

    cd /opt/project/src
    pytest tests
    

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

ftrotta.pycolib-0.0.1.tar.gz (40.6 kB view hashes)

Uploaded Source

Built Distribution

ftrotta.pycolib-0.0.1-py3-none-any.whl (26.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