Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`