Metadata-Version: 1.1
Name: PyPrintful
Version: 1.0.0a6
Summary: A Python3 wrapper for the Printful.com API.
Home-page: https://github.com/559Labs/pyPrintful
Author: 559 Labs
Author-email: hello@559labs.com
License: Apache
Description: ==========
        PyPrintful
        ==========
        
        `PyPrintful <https://github.com/559labs/PyPrintful>`_ is a simple Python3-compatible interface to the `Printful API
        <http://api.printful.com/>`_.
        
        Quick Start
        -----------
        
        1. Install the package with: `pip3 install pyprintful`
        
        Documentation
        -------------
        
        Documentation is available at <http://pyprintful.readthedocs.io/>.
        
        .. image:: https://readthedocs.org/projects/pyprintful/badge/?version=latest
           :target: http://pyprintful.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/559Labs/pyPrintful.svg?branch=master
           :target: https://travis-ci.org/559Labs/pyPrintful
           :alt: Travis CI Status
        
        .. image:: https://codeclimate.com/github/559Labs/pyPrintful/badges/gpa.svg
          :target: https://codeclimate.com/github/559Labs/pyPrintful
          :alt: Code Climate
        
        .. image:: https://codeclimate.com/github/559Labs/pyPrintful/badges/issue_count.svg
           :target: https://codeclimate.com/github/559Labs/pyPrintful
           :alt: Issue Count
        
        .. image:: https://img.shields.io/github/forks/559labs/pyPrintful.svg
           :target: https://github.com/559labs/pyPrintful/network
           :alt: GitHub Forks
        
        .. image:: https://img.shields.io/github/stars/559labs/pyPrintful.svg
           :target: https://github.com/559Labs/pyPrintful/stargazers
           :alt: GitHub Stars
        
        .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
           :target: https://www.apache.org/licenses/LICENSE-2.0
           :alt: License: Apache
        
        Acknowledgements
        ----------------
        The original code from which this package is derrived is copyright 2014,
        `Idea Bits LLC <http://ideabits.com>`_, and is available on their
        `API documentation site <https://www.printful.com/docs/libraries>`_.
        
Keywords: api python3 dtg ondemand printing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
