Enasis Network Remote Connect
Project description
Enasis Network Remote Connect
:children_crossing: This project has not released its first major version.
Functions and classes for connecting to remote services and whatnot.
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.
Useful and related links
Installing the package
Installing stable from the PyPi repository
pip install enconnect
Installing latest from GitHub repository
pip install git+https://github.com/enasisnetwork/enconnect
Quick start for local development
Start by cloning the repository to your local machine.
git clone https://github.com/enasisnetwork/enconnect.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
Build and upload to PyPi
Build the package.
make -s pypackage
Upload to the test PyPi.
make -s pypi-upload-test
Upload to the prod PyPi.
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
File details
Details for the file enconnect-0.2.1.tar.gz
.
File metadata
- Download URL: enconnect-0.2.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ce134295171ccc0b7e83374e3c2602f487cda3bd5308218ed29d9a0ce787795 |
|
MD5 | 7dd8c3f5381da3383c251b897134fde2 |
|
BLAKE2b-256 | dc7952b6d7ba9f47a4ae48024559aa9f0fef71421f5bdc6807ef18bf8679f1e0 |
File details
Details for the file enconnect-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: enconnect-0.2.1-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92bb9a9813ebab8b0e0aee47790f41e265f3cc124b75fc5ccf76aaabfb8999e1 |
|
MD5 | 2dd2a3cc76b9dff4e38b0fc05aca03c3 |
|
BLAKE2b-256 | 0bf746a5a85a6a34baee4fa535f5ad91b6053b10933cab985007c7fa99accd21 |