Metadata-Version: 1.1
Name: pgraph
Version: 0.4.4
Summary: Drawing graph of the dependencies of Python packages
Home-page: https://github.com/mkouhei/pgraph
Author: Kouhei Maeda
Author-email: mkouhei@palmtb.net
License: UNKNOWN
Description: =======================================================
         pgraph: drawing graph of Python packages dependencies
        =======================================================
        
        The pgraph provides the graph of Python dependencies,
        powered by `py-deps <https://github.com/mkouhei/py-deps>`_, `Linkdraw <https://github.com/mtoshi/linkdraw/wiki>`_, `Celery <http://www.celeryproject.org/>`_, `pylibmc <http://sendapatch.se/projects/pylibmc/>`_, and `Pyramid <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_.
        
        Status
        ======
        
        .. image:: https://secure.travis-ci.org/mkouhei/pgraph.png?branch=master
           :target: http://travis-ci.org/mkouhei/pgraph
        .. image:: https://coveralls.io/repos/mkouhei/pgraph/badge.png?branch=master
           :target: https://coveralls.io/r/mkouhei/pgraph?branch=master
        .. image:: https://img.shields.io/pypi/v/pgraph.svg
           :target: https://pypi.python.org/pypi/pgraph
        .. image:: https://readthedocs.org/projects/pgraph/badge/?version=latest
           :target: https://readthedocs.org/projects/pgraph/?badge=latest
           :alt: Documentation Status
        
        Demo
        ====
        
        `Demo site <http://pgraph.palmtb.net>`_
        
        History
        =======
        
        0.4.4 (2015-07-19)
        ------------------
        
        * Adds invalid metadata handler.
        
        0.4.3 (2015-07-16)
        ------------------
        
        * Change the color of the nodes to give gradation by the dependency depth (py-deps>=0.5.2)
        
        0.4.2 (2015-07-12)
        ------------------
        
        * Changes pgraph.tasks.search (py-deps>=0.5.1).
        * Fixes `None` redundant second argument of `dict.get()`.
        * Fixes old-style string formatting.
        
        0.4.1 (2015-07-03)
        ------------------
        
        * Adds unit tests for backend_config, config modules.
        * Changes example to redirect to the graph of latest version of pgraph.
        * Fixes responsive navbar, search form.
        * Chagnes Demo site URL.
        
        0.4.0 (2015-06-29)
        ------------------
        
        * Revokes when tasks.gen_depenency failed.
        * Fixes extras_requires for Heroku.
        * Changes Celery backend for Heroku to PostgreSQL in default.
        * Changes install requires pyramid_celery to celery.
        
        0.3.1 (2015-06-24)
        ------------------
        
        * Applies GPLv3 and adds LICENSE file.
        
        0.3.0 (2015-06-24)
        ------------------
        
        * Supports cache backend using memcached.
        * Adds side bar into layout.
        * Changes for Heroku.
        
          * Updates setup configuration.
          * Applies New Relic.
          * Fixes Procfile and run.
        
        0.2.0 (2015-06-19)
        ------------------
        
        * Integrates configurations locally and Heroku.
        * Changes not use job queue if Package data exists in the cache.
        * Enable to change Celery configuration using CELERY_CONFIG variable and ``.ini`` file.
        * Specify package version.
        * Adds linkdraw configuration link.
        * Adds search form at navigation bar.
        * Changes searched view.
        * Coverage >= 90%.
        * Supports running on Heroku.
        
        0.1.0 (2015-06-08)
        ------------------
        
        * Initial release.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Framework :: Pyramid
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
