https://github.com/jpleorx/tekleo-common-message-protocol
https://github.com/jpleorx/tekleo-common-message-protocol
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpleorx/tekleo-common-message-protocol
- Owner: JPLeoRX
- License: other
- Created: 2022-04-06T15:36:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T18:13:11.000Z (over 2 years ago)
- Last Synced: 2025-02-26T02:36:45.075Z (8 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TekLeo Common Message Protocol
# Installation
## Normal installation```bash
pip install tekleo-common-message-protocol
```## Development installation
```bash
git clone https://github.com/jpleorx/tekleo-common-message-protocol.git
cd tekleo-common-message-protocol
pip install --editable .
```# Links
In case you’d like to check my other work or contact me:
* [Personal website](https://tekleo.net/)
* [GitHub](https://github.com/jpleorx)
* [PyPI](https://pypi.org/user/JPLeoRX/)
* [DockerHub](https://hub.docker.com/u/jpleorx)
* [Articles on Medium](https://medium.com/@leo.ertuna)
* [LinkedIn (feel free to connect)](https://www.linkedin.com/in/leo-ertuna-14b539187/)