Metadata-Version: 1.1
Name: knittingpattern
Version: 0.0.6
Summary: Python library for knitting machines.
Home-page: https://github.com/AllYarnsAreBeautiful/knittingpattern
Author: Nicco Kunzmann
Author-email: niccokunzmann@rambler.ru
License: LGPL
Description: ayab
        ====
        
        .. image:: https://travis-ci.org/AllYarnsAreBeautiful/knittingpattern.svg
           :target: https://travis-ci.org/AllYarnsAreBeautiful/knittingpattern
           :alt: Build Status
        
        .. image:: https://codeclimate.com/github/AllYarnsAreBeautiful/knittingpattern/badges/gpa.svg
           :target: https://codeclimate.com/github/AllYarnsAreBeautiful/knittingpattern
           :alt: Code Climate
        
        .. image:: https://codeclimate.com/github/AllYarnsAreBeautiful/knittingpattern/badges/coverage.svg
           :target: https://codeclimate.com/github/AllYarnsAreBeautiful/knittingpattern/coverage
           :alt: Test Coverage
        
        .. image:: https://codeclimate.com/github/AllYarnsAreBeautiful/knittingpattern/badges/issue_count.svg
           :target: https://codeclimate.com/github/AllYarnsAreBeautiful/knittingpattern
           :alt: Issue Count
        
        .. image:: https://badge.fury.io/py/knittingpattern.svg
           :target: https://pypi.python.org/pypi/knittingpattern
           :alt: Issue Count
           
        .. image:: https://img.shields.io/pypi/dm/knittingpattern.svg
           :target: https://pypi.python.org/pypi/knittingpattern#downloads
           :alt: Downloads from pypi   
        
        
        Installation
        ============ 
        
        To install the version from the python package index, you can use your command line and execute this under Linux:
        
        .. code:: shell
          
          python3 -m pip install knittingpattern
        
        Under Windows you can use
        
        
        .. code:: shell
          
          py -3 -m pip install knittingpattern
        
        Installation from Repository (Linux)
        ------------------------------------
        
        If you wish to get latest source version running, you can check out the repository and install it manually.
        
        Note: Under Windows you can replace `python3` with `py -3` and remove `sudo`
        
        .. code:: shell
        
          git clone https://github.com/AllYarnsAreBeautiful/knittingpattern.git
          cd knittingpattern
          sudo python3 -m pip install --upgrade pip
          sudo python3 -m pip install -r requirements.txt
          sudo python3 -m pip install -r requirements-test.txt
          py.test
        
        To also make it importable for other libraries, you can link it into the site-packages folder this way:
        
        .. code:: shell
        
          sudo python3 setup.py link
        
        
Keywords: knitting ayab fashion
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Artistic Software
Classifier: Topic :: Home Automation
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Manufacturing
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
