Metadata-Version: 2.1
Name: pysquril
Version: 0.3.6
Summary: Python implementation of structured URI query language
Home-page: https://github.com/unioslo/pysquril
Author: Leon du Toit
Author-email: l.c.d.toit@usit.uio.no
Requires-Python: >=3.7,<4.0
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
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: psycopg2-binary (>=2.9.3,<3.0.0)
Project-URL: Repository, https://github.com/unioslo/pysquril
Description-Content-Type: text/markdown


# pysquril

Python implementation of structured URI query language.

## Tests

```bash
poetry install
poetry run python pytest pysquril/tests.py
```

## License

BSD.

