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

https://github.com/ericglau/cairo-sample


https://github.com/ericglau/cairo-sample

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# sample

### Set up the project

#### Create a Python virtual environment

```bash
python3 -m venv env
source env/bin/activate
```

#### 📦 Install the requirements

```bash
pip install -r requirements.txt
nile install
```

### ⛏️ Compile

```bash
nile compile --directory src
```

### 🌡️ Test

```bash
# Run all tests
pytest tests
```

## 📄 License

**sample** is released under the [MIT](LICENSE).