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
- Host: GitHub
- URL: https://github.com/destos/patterner
- Owner: destos
- License: mit
- Created: 2019-02-27T05:50:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T05:50:51.000Z (over 7 years ago)
- Last Synced: 2025-03-31T22:04:52.580Z (about 1 year ago)
- Topics: python, python3, sewing, sewing-patterns, svg
- Language: Python
- Size: 34.2 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).
[](https://travis-ci.org/destos/patterner)
[](https://ci.appveyor.com/project/destos/patterner)
[](https://coveralls.io/r/destos/patterner)
[](https://scrutinizer-ci.com/g/destos/patterner/?branch=master)
[](https://pypi.org/project/Patterner)
[](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__
```