Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostspb/torskel
Python package with skeleton of the base Tornado application
https://github.com/frostspb/torskel
python tornado-application
Last synced: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:31.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T10:08:58.563Z (3 months ago)
- Topics: python, tornado-application
- Language: Python
- Size: 382 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# torskel
[![Join the chat at https://gitter.im/torskel/Lobby](https://badges.gitter.im/torskel/community.svg)](https://gitter.im/torskel/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![PyPI version](https://badge.fury.io/py/torskel.svg)](https://badge.fury.io/py/torskel)
[![Downloads](https://pepy.tech/badge/torskel)](https://pepy.tech/project/torskel)
[![star this repo](http://githubbadges.com/star.svg?user=frostspb&repo=torskel&style=flat)](https://github.com/frostspb/torskel)
[![fork this repo](http://githubbadges.com/fork.svg?user=frostspb&repo=torskel&style=flat)](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