Enasis Network Common Library
Project description
Enasis Network Common Library
This project has not released its first major version.
Common classes and functions used in various public and private projects.
Documentation
Read project documentation
built using the Sphinx project.
Should you venture into the sections below you will be able to use the
sphinx recipe to build documention in the sphinx/html directory.
Projects using library
- Enasis Network Remote Connect
- Enasis Network Homie Automate
- Enasis Network Chatting Robie
- Enasis Network Orchestrations
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.
-
Rebuild the environment.
make -s check-revenv -
Update the version.txt file.
-
Push to the
mainbranch. -
Create repository release.
-
Build the Python package.
Be sure no uncommited files in tree.make -s pypackage -
Upload Python package to PyPi test.
make -s pypi-upload-test -
Upload Python package to PyPi prod.
make -s pypi-upload-prod
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
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 encommon-0.22.12.tar.gz.
File metadata
- Download URL: encommon-0.22.12.tar.gz
- Upload date:
- Size: 76.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8c48b40fa837220289c4d52ce3ac46251a2cce0a76f6c8f70a9af56d769dabb
|
|
| MD5 |
1e09d56e6a9717776ead7fa3e22f42c6
|
|
| BLAKE2b-256 |
a15063ac267337f9932a40429c93e0b6546ace70233621b7898a4ae98b77ffc8
|
File details
Details for the file encommon-0.22.12-py3-none-any.whl.
File metadata
- Download URL: encommon-0.22.12-py3-none-any.whl
- Upload date:
- Size: 133.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7a19cbc2f15316d021d181046ef43da39871f6b30d4677c6486b9b2f7b72875
|
|
| MD5 |
a9678e070d45bb952a92a301ec582fe6
|
|
| BLAKE2b-256 |
f3944ccded28c7f1d534618846aa0a689f2777f9d958fee2001775b1343cf3f6
|