Enasis Network Chatting Robie
Project description
Enasis Network Chatting Robie
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
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.
Using the Ainswer plugin
These dependencies are not automatically installed but are required when
using the new AinswerPlugin. Install the following when using that.
pydantic-ai-slimpydantic-ai-slim[anthropic]pydantic-ai-slim[openai]
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 \
stage=prod limit=all \
ansible_args=" --diff" \
enrobie-install
Or you may use the Ansible collection directly! GitHub, Galaxy
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
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 enrobie-0.15.0.tar.gz.
File metadata
- Download URL: enrobie-0.15.0.tar.gz
- Upload date:
- Size: 96.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e67876de00f532754bc4966cda134515b71ff46dad371af656d754f2790d37da
|
|
| MD5 |
a33a1912bcff33a3452f05a7f5f97cb1
|
|
| BLAKE2b-256 |
944c79e48658cf84339bde277ba64c3a5f31f0d3c10c403fd6cda5e46711d22a
|
File details
Details for the file enrobie-0.15.0-py3-none-any.whl.
File metadata
- Download URL: enrobie-0.15.0-py3-none-any.whl
- Upload date:
- Size: 178.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f62685f82a14272681a0d99ff70e3ec6dfff3963140ec2591f82a11dbded95a
|
|
| MD5 |
6d02b3adaf8625267264d2c3ec16081e
|
|
| BLAKE2b-256 |
c5b6544b160c7bdb544ec44db431af5b30d490465a1fc28a563f4f3f8c5e8f54
|