Metadata-Version: 2.1
Name: pgraph
Version: 1.0.3
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
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Description-Content-Type: text/x-rst
Requires-Dist: celery
Requires-Dist: pip (<21.0,>=20.0)
Requires-Dist: py-deps (>=1.0.0)
Requires-Dist: pyramid
Requires-Dist: pyramid-chameleon
Requires-Dist: setuptools (<47.0,>=46.0)
Provides-Extra: development
Requires-Dist: mock ; extra == 'development'
Requires-Dist: pyramid-debugtoolbar ; extra == 'development'
Requires-Dist: webtest ; extra == 'development'
Provides-Extra: heroku
Requires-Dist: PasteDeploy ; extra == 'heroku'
Requires-Dist: newrelic ; extra == 'heroku'
Requires-Dist: psycopg2 ; extra == 'heroku'
Requires-Dist: pylibmc ; extra == 'heroku'
Requires-Dist: sqlalchemy ; extra == 'heroku'
Provides-Extra: rest
Requires-Dist: Sphinx ; extra == 'rest'

=======================================================
 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 <https://www.celeryproject.org/>`_, `pylibmc <https://sendapatch.se/projects/pylibmc/>`_, and `Pyramid <https://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_.

Status
======

.. image:: https://secure.travis-ci.org/mkouhei/pgraph.png?branch=master
   :target: https://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 <https://pgraph.palmtb.net>`_

History
=======

1.0.3 (2020-09-19)
------------------

* Supports wheel.
* Removes deprecated pytest options.
* Updates py-deps dependency.

1.0.2 (2020-05-27)
------------------

* Updates JS libraries.
* Updates copyright.

1.0.1 (2020-05-27)
------------------

* Fixes runner

1.0.0 (2020-05-17)
------------------

* Changes to use py-deps 1.0.0.
* Updates dependencies.
* Support Python version 3.8 only.

0.5.1 (2016-04-09)
------------------

* Fixes view template layout.
* Removes backward compatibilities under IE 9.
* Updates JavaScript libraries.
* Updates locally instead of pyvenv.
* Applies pytest-remove-stale-bytecode.
* Applies pytest-pylint.
* Ignores redefined-variable-type, wrong-import-order.
* Applies Python 3.5 on travis-ci.
* Fixes pep257 D211 violations.

0.5.0 (2015-10-09)
------------------

* Supports Python 3.5.
* Adds showing version of running environments.
* Adjust svg_width for PC web brawser.
* Fixes unit test graph_not_found.

0.4.8 (2015-08-19)
------------------

* Changes custom 404 not found pages.
* Closes #4, #5 error handlings 503 errors.
* Fixes INTERNALERROR occurs when run the tox.
* Changes mackerel-agent-plugin script for proxy.

0.4.7 (2015-08-15)
------------------

* Changes setting SVG size from window InnerWidth, InnerHeight.
* Changes Sphinx theme to sphinx_rtd_theme.
* Adds mackerel metric plugin.

0.4.6 (2015-07-27)
------------------

* Uses static_path instead of static_url.
* Changes example pathname.

0.4.5 (2015-07-22)
------------------

* Adds latest_version method, display latest version package.
* Applies override node link with link_prefix.

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.



