Skip to main content

Enasis Network Chatting Robie

Project description

Enasis Network Chatting Robie

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

Barebones service for connecting to multiple upstream chat networks.










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.

Installing the package

Installing stable from the PyPi repository

pip install enrobie

Installing latest from GitHub repository

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

Quick start for local development

Start by cloning the repository to your local machine.

git clone https://github.com/enasisnetwork/enrobie.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

Running the service

There are several command line arguments, see them all here.

python -m enrobie.execution.service --help

Here is an example of running the service from inside the project folder within the Workspace project.

python -m enrobie.execution.service \
  --config ../../Persistent/enrobie-prod.yml \
  --console \
  --debug \
  --print_command

Replace ../../Persistent/enrobie-prod.yml with your configuration file.

Deploying the service

It is possible to deploy the project with the Ansible roles located within the Orchestro project! Below is an example of what you might run from that project to deploy this one. However there is a bit to consider here as this requires some configuration.

make -s \
  limit=all \
  orche_files=../../Persistent/orchestro-prod.yml \
  ansible_args=" --diff" \
  enrobie-install

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
    

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

enrobie-0.9.1.tar.gz (44.0 kB view details)

Uploaded Source

Built Distribution

enrobie-0.9.1-py3-none-any.whl (92.8 kB view details)

Uploaded Python 3

File details

Details for the file enrobie-0.9.1.tar.gz.

File metadata

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

File hashes

Hashes for enrobie-0.9.1.tar.gz
Algorithm Hash digest
SHA256 89ecef4d18df2773d563892c7c7f9ab46041eb1e342bbaf48d86c53bd59c5964
MD5 f4d2a263ba0ae0c1236030c94ca2245b
BLAKE2b-256 c0fd6f708a1d9153c283d7d1cf86b465439f87bd21a2febea7a99ddf06a336ca

See more details on using hashes here.

File details

Details for the file enrobie-0.9.1-py3-none-any.whl.

File metadata

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

File hashes

Hashes for enrobie-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1dbfcdfb2eb355eb3ea31bf18b2219fdbafd9329d72c7551be1e6eeeed9d080
MD5 f8f8764efff0f030184843bb7a9dab1f
BLAKE2b-256 7d2ae5df0bf330beea7e9627bf40206c46224dd1d610f27847b32e2cc63d6c0a

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