Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailms/ws_currency
Practising Websockets with Python aiohttp library
https://github.com/mikhailms/ws_currency
aiohttp python3 websockets
Last synced: 2 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T10:48:08.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T15:39:58.817Z (about 2 months 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`