Metadata-Version: 2.4
Name: circuitydatabase
Version: 3
License-Expression: MIT
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Dynamic: license-file

# circuitydatabase
Source for the Circuity Database designed to be distributed through PyPI.

# Installation instructions
```
python3 -m pip install circuitydatabase
```

# Running circuity from the command-line
```
% circuity --csv-path example/directory/data_file.csv --query 'justin age'
```

# Developer instructions
## Publishing new versions

```
% python3 -m build
% twine upload dist/*
```
