Metadata-Version: 2.4
Name: pitono
Version: 0.2.1
Summary: Python implementation of Testeranto
Author: Adam Wong
Author-email: 
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: websockets>=12.0
Dynamic: requires-python

# Pitono

The python implementation of testeranto.

## Setup

1. Create a virtual environment:

```bash
python3 -m venv venv
```

2. Activate the virtual environment:

```bash
source venv/bin/activate
```

3. Install the package in development mode:

```bash
pip install -e .
```

## Running Tests

Make sure the virtual environment is activated, then run your Python tests normally.
