Metadata-Version: 1.1
Name: appstore
Version: 0.0.2
Summary: App Store -- user-oriented front-end for pip.
Home-page: http://www.grantjenks.com/docs/appstore/
Author: Grant Jenks
Author-email: contact@grantjenks.com
License: Apache 2.0
Description: App Store: User-Oriented Front-End for PIP
        ==========================================
        
        `App Store`_ is an Apache2 licensed, user-oriented front-end for ``pip``,
        written in pure-Python, and compatible with Windows, Mac OS X, and Linux.
        
        Features
        --------
        
        - Pure-Python
        - *TODO* Fully Documented
        - *TODO* 100% Test Coverage
        - *TODO* One-Click Executables for Windows, Mac OS X, and Linux
        - Developed on Python 3.7
        - Tested on CPython 2.7, 3.5, 3.6, and 3.7
        - Tested on Linux, Mac OS X, and Windows
        - Tested using Travis CI and AppVeyor CI
        
        .. image:: https://api.travis-ci.org/grantjenks/python-appstore.svg?branch=master
            :target: http://www.grantjenks.com/docs/appstore/
        
        .. image:: https://ci.appveyor.com/api/projects/status/github/grantjenks/python-appstore?branch=master&svg=true
            :target: http://www.grantjenks.com/docs/appstore/
        
        Quickstart
        ----------
        
        Installing `App Store`_ is simple with `pip <http://www.pip-installer.org/>`_::
        
            $ pip install appstore
        
        You can access documentation in the interpreter with Python's built-in help
        function::
        
            >>> import appstore
            >>> help(appstore)
        
        User Guide
        ----------
        
        For those wanting more details, this part of the documentation describes
        tutorial, benchmarks, API, and development.
        
        * `App Store Tutorial`_
        * `App Store API Reference`_
        
        .. _`App Store Tutorial`: http://www.grantjenks.com/docs/appstore/tutorial.html
        .. _`App Store API Reference`: http://www.grantjenks.com/docs/appstore/api.html
        
        Reference
        ---------
        
        * `App Store Documentation`_
        * `App Store at PyPI`_
        * `App Store at GitHub`_
        * `App Store Issue Tracker`_
        
        .. _`App Store Documentation`: http://www.grantjenks.com/docs/appstore/
        .. _`App Store at PyPI`: https://pypi.python.org/pypi/appstore/
        .. _`App Store at GitHub`: https://github.com/grantjenks/python-appstore/
        .. _`App Store Issue Tracker`: https://github.com/grantjenks/python-appstore/issues/
        
        License
        -------
        
        Copyright 2019 Grant Jenks
        
        Licensed under the Apache License, Version 2.0 (the "License"); you may not use
        this file except in compliance with the License.  You may obtain a copy of the
        License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software distributed
        under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
        CONDITIONS OF ANY KIND, either express or implied.  See the License for the
        specific language governing permissions and limitations under the License.
        
        .. _`App Store`: http://www.grantjenks.com/docs/appstore/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
