https://github.com/devbis/aiorzd
Asynchronous rzd.ru client library
https://github.com/devbis/aiorzd
Last synced: 7 days ago
JSON representation
Asynchronous rzd.ru client library
- Host: GitHub
- URL: https://github.com/devbis/aiorzd
- Owner: devbis
- License: mit
- Created: 2017-01-18T08:50:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T12:21:34.000Z (over 1 year ago)
- Last Synced: 2025-02-07T09:41:54.886Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
aiorzd library provides API to fetch available tickets from rzd.ru
Requirements
============
aiorzd requires python 3.5 or higher due to async/await syntax and aiohttp
library
Installation
============
Make sure you have installed aiohttp. Then type ::
sudo python ./setup.py install