Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 320 Bytes

prefixed-aiostatsd

Super light wrapper over aiostatsd which simply remembers a prefix.

Development

Setup

  1. This project uses Python 3.10.
  2. Create and activate a virtual environment for the project.
  3. Install dependencies: pip install -r dev-requirements.txt
  4. Initialize the project with inv setup