Tenyks service class for making fun things for Tenyks.
Project description
# Tenyks Service
This is a python abstraction for creating a [Tenyks](https://github.com/kyleterry/tenyks) service. This is supposed to bootstrap all the necessary coroutines and connections needed to communicate with the IRC bot.
There will be two branches that follow Tenyks. Version 1.x will follow the version 1.x of Tenyks, which currently uses Redis for Pub/Sub. Version 2.x will follow version 2.x of Tenyks, which is intended to use ZeroMQ as the Pub/Sub mechanism.
The Primary Tenyks README has more information on how to create a service.
## Install
Pypi: pip install tenyksservice Git: git clone https://github.com/kyleterry/tenyks-service; cd tenyks-service; ./setup.py install
### For Contributing
Git: git clone https://github.com/kyleterry/tenyks-service; cd tenyks-service; ./setup.py develop
## Generating settings
tenyks-service-mkconfig <servicename> > <servicename>_settings.py
This will also generate a UUID for your service. [Please don’t lose this](http://d315f714-26fh-4346-96a8-11a864cdfcb5.com/) or you will have to keep purging all the old services registered with Tenyks.
Then, I would set SERVICE_DESCRIPTION to something.
## Usage
See [examples](./examples/hello-service).
See the [Tenyks README](https://github.com/kyleterry/tenyks#lets-make-a-service) section on making a service.
See [tenyks-contrib](https://github.com/kyleterry/tenyks-contrib). A repo full of services.
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
File details
Details for the file tenyksservice-2.2.0.tar.gz
.
File metadata
- Download URL: tenyksservice-2.2.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecfac63f7c89ed328279587a88e73e15bb6ba5b42a6e44415909f0da0a7be0e8 |
|
MD5 | b088285b4c7303c66a57e390f6cde91c |
|
BLAKE2b-256 | 7305d07c04861b018613fb981400c6a1331e316de44dc20d9ed481a05cdab4f5 |