Metadata-Version: 2.1
Name: opseq
Version: 0.1.2
Summary: a python library to build permutations sequences with various constraints
Author-email: Alexander Rodionov <tandav@tandav.me>
Project-URL: source, https://github.com/tandav/opseq
Project-URL: issues, https://tandav.github.io/opseq/issues
Project-URL: release notes, https://tandav.github.io/opseq/releases
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# opseq
a python library to build permutations sequences with various constraints

## install from [pypi](https://pypi.org/project/opseq/)
```sh
pip install opseq
```

## features
- TODO
- parallel building
