https://github.com/jpleorx/tekleo-services-client
Common client for all future TekLeo services
https://github.com/jpleorx/tekleo-services-client
Last synced: 7 months ago
JSON representation
Common client for all future TekLeo services
- Host: GitHub
- URL: https://github.com/jpleorx/tekleo-services-client
- Owner: JPLeoRX
- License: other
- Created: 2022-07-26T19:43:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T19:49:17.000Z (about 3 years ago)
- Last Synced: 2024-04-23T20:44:04.552Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TekLeo Services Client
A python package with shared clients for TekLeo services.# Installation
## Normal installation```bash
pip install tekleo-services-client
```## Development installation
```bash
git clone https://github.com/jpleorx/tekleo-services-client.git
cd tekleo-services-client
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/)