An open API service indexing awesome lists of open source software.

https://github.com/destos/patterner

Sewing patterns in python
https://github.com/destos/patterner

python python3 sewing sewing-patterns svg

Last synced: about 1 year ago
JSON representation

Sewing patterns in python

Awesome Lists containing this project

README

          

# Overview

Python module that aids in making and publishing patterns for sewing projects

Inspired by the [freesewing](http://freesewing.org) project.

This module is still in the planning phases. Module name is not final

This project was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) using [jacebrowning/template-python](https://github.com/jacebrowning/template-python).

[![Unix Build Status](https://img.shields.io/travis/destos/patterner/master.svg?label=unix)](https://travis-ci.org/destos/patterner)
[![Windows Build Status](https://img.shields.io/appveyor/ci/destos/patterner/master.svg?label=window)](https://ci.appveyor.com/project/destos/patterner)
[![Coverage Status](https://img.shields.io/coveralls/destos/patterner/master.svg)](https://coveralls.io/r/destos/patterner)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/destos/patterner.svg)](https://scrutinizer-ci.com/g/destos/patterner/?branch=master)
[![PyPI Version](https://img.shields.io/pypi/v/Patterner.svg)](https://pypi.org/project/Patterner)
[![PyPI License](https://img.shields.io/pypi/l/Patterner.svg)](https://pypi.org/project/Patterner)

# Setup

## Requirements

* Python 3.7+

## Installation

Install this library directly into an activated virtual environment:

```bash
$ pip install patterner
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```bash
$ poetry add patterner
```

# Usage

After installation, the package can be imported:

```bash
$ python
>>> import patterner
>>> patterner.__version__
```