https://github.com/frostspb/torskel
Python package with skeleton of the base Tornado application
https://github.com/frostspb/torskel
python tornado-application
Last synced: 4 months ago
JSON representation
Python package with skeleton of the base Tornado application
- Host: GitHub
- URL: https://github.com/frostspb/torskel
- Owner: frostspb
- License: mit
- Created: 2017-11-17T07:48:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:31.000Z (over 3 years ago)
- Last Synced: 2026-02-18T07:18:54.260Z (4 months ago)
- Topics: python, tornado-application
- Language: Python
- Size: 382 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# torskel
[](https://gitter.im/torskel/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://badge.fury.io/py/torskel)
[](https://pepy.tech/project/torskel)
[](https://github.com/frostspb/torskel)
[](https://github.com/frostspb/torskel/fork)
**Python package with skeleton of the base Tornado application.**
Contains basic functions for logging, asynchronous redis, asynchronous http request
from out of box
***Only Python 3.7+***
For redis support - you need install aioredis >=1.0.0
For CurlAsyncHTTPClient support - you need install pycurl
For MongoDB support - you need install motor
For more information see examples
If you have any questions - visit https://gitter.im/torskel