Skip to main content

Enasis Network Common Library

Project description

Enasis Network Common Library

:warning: This project has not released its first major version.

Common classes and functions used in various public and private projects.


codecov


Documentation

Documentation is on Read the Docs. Should you venture into the sections below you will be able to use the sphinx recipe to build documention in the docs/html directory.

Projects using library

Installing the package

Installing stable from the PyPi repository

pip install encommon

Installing latest from GitHub repository

pip install git+https://github.com/enasisnetwork/encommon

Quick start for local development

Start by cloning the repository to your local machine.

git clone https://github.com/enasisnetwork/encommon.git

Set up the Python virtual environments expected by the Makefile.

make -s venv-create

Execute the linters and tests

The comprehensive approach is to use the check recipe. This will stop on any failure that is encountered.

make -s check

However you can run the linters in a non-blocking mode.

make -s linters-pass

And finally run the various tests to validate the code and produce coverage information found in the htmlcov folder in the root of the project.

make -s pytest

Version management

:warning: Ensure that no changes are pending.

  1. Rebuild the environment.

    make -s check-revenv
    
  2. Update the version.txt file.

  3. Push to the main branch.

  4. Create repository release.

  5. Build the Python package.
    Be sure no uncommited files in tree.

    make -s pypackage
    
  6. Upload Python package to PyPi test.

    make -s pypi-upload-test
    
  7. Upload Python package to PyPi prod.

    make -s pypi-upload-prod
    
  8. Update Read the Docs documentation.

  9. Consider running builds on dependent projects.

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

encommon-0.20.1.tar.gz (54.0 kB view details)

Uploaded Source

Built Distribution

encommon-0.20.1-py3-none-any.whl (90.2 kB view details)

Uploaded Python 3

File details

Details for the file encommon-0.20.1.tar.gz.

File metadata

  • Download URL: encommon-0.20.1.tar.gz
  • Upload date:
  • Size: 54.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for encommon-0.20.1.tar.gz
Algorithm Hash digest
SHA256 c1ffc2d1f2c6a6acc0d410ea8c9c5d8d721e6ae8d4675efafd0e56987ed8c7f2
MD5 883f885add9c2be316eec50a6a85dd54
BLAKE2b-256 e3948138805fe80f6dad4640acf5aa1323bddc54590b982dac162829c2dc2b9e

See more details on using hashes here.

File details

Details for the file encommon-0.20.1-py3-none-any.whl.

File metadata

  • Download URL: encommon-0.20.1-py3-none-any.whl
  • Upload date:
  • Size: 90.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for encommon-0.20.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ce5a22913ac566720c99f9a49eb9fddf725162d6362225a75680fbe951b7bacb
MD5 745bc1ea77ebb25235573f4decb8e1c0
BLAKE2b-256 d7743de42c146fb3eb09e1e1f43a4a8bb027f5ed6879903c02fa3bad7809aa59

See more details on using hashes here.

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