/Patterner

Sewing patterns in python

Primary LanguagePythonMIT LicenseMIT

Overview

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.

Unix Build Status Windows Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI License

Setup

Requirements

  • Python 3.7+

Installation

Install this library directly into an activated virtual environment:

$ pip install patterner

or add it to your Poetry project:

$ poetry add patterner

Usage

After installation, the package can be imported:

$ python
>>> import patterner
>>> patterner.__version__