Library for SiBus elements
Project description
SiBus Lib - Library for creating SiBus clients and servers
========================================================
Vous pouvez l'installer avec pip:
############### OPTIONAL FOR MARIADB SUPPORT #######################################
sudo apt-get install mariadb-server-10.0
sudo mysql -u root
>>> CREATE DATABASE sibus_database;
>>> GRANT ALL ON sibus_database.* TO alex@localhost IDENTIFIED BY 'alpi';
>>> \q
pip install sqlalchemy sqlalchemy_utils PyMySQL
######################################################
pip install sibus_lib
Exemple d'usage:
>>> from sibus_lib import sibus_init
>>> from sibus_lib import BusCore
>>> logger, cfg_data = sibus_init("bus.core")
>>> buscore = BusCore()
>>> buscore.start()
Ce code est sous licence WTFPL.
========================================================
Vous pouvez l'installer avec pip:
############### OPTIONAL FOR MARIADB SUPPORT #######################################
sudo apt-get install mariadb-server-10.0
sudo mysql -u root
>>> CREATE DATABASE sibus_database;
>>> GRANT ALL ON sibus_database.* TO alex@localhost IDENTIFIED BY 'alpi';
>>> \q
pip install sqlalchemy sqlalchemy_utils PyMySQL
######################################################
pip install sibus_lib
Exemple d'usage:
>>> from sibus_lib import sibus_init
>>> from sibus_lib import BusCore
>>> logger, cfg_data = sibus_init("bus.core")
>>> buscore = BusCore()
>>> buscore.start()
Ce code est sous licence WTFPL.
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
sibus_lib-0.2.2.tar.gz
(8.0 kB
view details)
File details
Details for the file sibus_lib-0.2.2.tar.gz.
File metadata
- Download URL: sibus_lib-0.2.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbd540c192ffefd768fb20cb3df4e49b014494421ccb6db31e324827af125ca0
|
|
| MD5 |
d9b0aa7e03f7bbf731920221327a5175
|
|
| BLAKE2b-256 |
4ce4fa77b8928a68ca1cbca23727722dff4c283eef257257a5b558575cf764f6
|