Python module that aids in making and publishing patterns for sewing projects
Inspired by the freesewing project.
This module is still in the planning phases. Module name is not final
This project was generated with cookiecutter using jacebrowning/template-python.
- Python 3.7+
Install this library directly into an activated virtual environment:
$ pip install patterner
or add it to your Poetry project:
$ poetry add patterner
After installation, the package can be imported:
$ python
>>> import patterner
>>> patterner.__version__