Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-milan/otools
OTools stands for Online Tools, which is a Python/Cython framework for developing multithread online systems in a simple way.
https://github.com/gabriel-milan/otools
Last synced: about 1 month ago
JSON representation
OTools stands for Online Tools, which is a Python/Cython framework for developing multithread online systems in a simple way.
- Host: GitHub
- URL: https://github.com/gabriel-milan/otools
- Owner: gabriel-milan
- License: gpl-3.0
- Created: 2020-03-10T01:01:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T11:33:46.000Z (over 3 years ago)
- Last Synced: 2024-09-30T08:45:57.489Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 724 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OTools
[![Documentation Status](https://readthedocs.org/projects/otools/badge/?version=latest)](https://otools.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/gabriel-milan/otools.svg?branch=master)](https://travis-ci.org/gabriel-milan/otools)
[![PyPI version](https://badge.fury.io/py/otools.svg)](https://pypi.org/project/otools/)
[![Vulnerabilities](https://snyk.io/test/github/gabriel-milan/otools/badge.svg)](https://snyk.io/test/github/gabriel-milan/otools)
[![License](https://img.shields.io/github/license/gabriel-milan/otools)](https://github.com/gabriel-milan/otools/blob/master/LICENSE)OTools stands for Online Tools, which is a Python/Cython framework for developing multithread online systems in a simple way.
This framework is the evolution of [Akuanduba](https://github.com/gabriel-milan/Akuanduba), a very similar framework I've developed.
Although Akuanduba seemed OK to me, I realized it wasn't really user-friendly. OTools was developed to get as simple as possible
and yet powerful.## Installation
Just install it by using pip!
```
pip3 install otools
```## Getting started
I wouldn't recommend going straight to the [examples](https://github.com/gabriel-milan/otools/tree/master/examples) or trying to write code of your own,
but it's up to you!My recommendation is:
* Read the [OTools 101](https://otools.readthedocs.io/en/latest/#otools-101) at the docs (or just read the [full documentation](https://otools.readthedocs.io/en/latest))
* Start by running the [simplest example](https://github.com/gabriel-milan/otools/tree/master/examples/simple_example)
* (Optional) Check out few [other examples](https://github.com/gabriel-milan/otools/tree/master/examples)
* Write code of your own
* Submit issues [here](https://github.com/gabriel-milan/otools/issues).## Future releases
* Implement CLI (?)