Metadata-Version: 1.1
Name: pixiv
Version: 0.1.0
Summary: Pixiv API client.
Home-page: https://pixiv.readthedocs.org
Author: Louis Taylor
Author-email: louis@kragniz.eu
License: LGPLv3
Description: ============
        python-pixiv
        ============
        
        .. image:: https://img.shields.io/pypi/v/python-pixiv.svg
                :target: https://pypi.python.org/pypi/pixiv
        
        .. image:: https://img.shields.io/travis/kragniz/python-pixiv.svg
                :target: https://travis-ci.org/kragniz/python-pixiv
        
        .. image:: https://ci.appveyor.com/api/projects/status/github/kragniz/python-pixiv?svg=true
                :target: https://ci.appveyor.com/project/kragniz/pixiv
        
        .. image:: https://readthedocs.org/projects/pixiv/badge/?version=latest
                :target: http://pixiv.rtfd.org
                :alt: Documentation Status
        
        
        python-pixiv: Pixiv API client for moe girls.
        
        * Free software: LGPLv3
        * Documentation: https://pixiv.readthedocs.org.
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-20)
        ---------------------
        
        * First release on PyPI.
        * Basic things like logging in and viewing a list of works a user has created
          work.
        
Keywords: pixiv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
