https://github.com/mikhailms/ws_currency
Practising Websockets with Python aiohttp library
https://github.com/mikhailms/ws_currency
aiohttp python3 websockets
Last synced: 2 months ago
JSON representation
Practising Websockets with Python aiohttp library
- Host: GitHub
- URL: https://github.com/mikhailms/ws_currency
- Owner: MikhailMS
- Created: 2019-01-25T10:46:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T10:48:08.000Z (over 7 years ago)
- Last Synced: 2025-01-01T09:42:08.628Z (over 1 year ago)
- Topics: aiohttp, python3, websockets
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
1. Setup Python virtual environment - I used conda in this project.
2. If you use conda as well, then you can use `conda_env.yml` file to bring the correct environment right up -> `conda env create -f conda_env.yml`
3. Install all dependencies once you activated new virtual environment -> `pip install -r requirements.txt`
4. Start developing
# Testing
1. To run tests -> `pytest tests/test_app.py`