Metadata-Version: 2.3
Name: primitive-pal
Version: 0.1.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Performance Artifacts Library (primitive-pal)

## Installation

### Project Setup

```bash
# set up a new virtual environment
make setup
```

### Test Locally

```bash
# builds a develop version and sets up an environment in ipython
make shell
```

