Metadata-Version: 2.0
Name: wsgi-objgraph
Version: 0.1
Summary: wsgi middleware for objgprah
Home-page: https://github.com/aodag/wsgi-objgraph
Author: Atsushi Odagiri
Author-email: aodagx@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: objgraph
Provides-Extra: dev
Requires-Dist: webob; extra == 'dev'
Requires-Dist: waitress; extra == 'dev'
Requires-Dist: pastescript; extra == 'dev'
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Requires-Dist: webtest; extra == 'testing'

=============================
wsgi-objgraph
=============================

.. image:: https://travis-ci.org/aodag/wsgi-objgraph.svg?branch=master
    :target: https://travis-ci.org/aodag/wsgi-objgraph

``wsgi-objgraph`` is wsgi middleware for `objgraph <https://mg.pov.lt/objgraph/>`_.

wsgi middleware
--------------------------


``wsgi-objgraph`` provides middleware::

  app = wsgiobjgraph(app)

You can see counts of most common types at ``.objgraph/most_common_types``.

paste filter
----------------------------------

``wsgi-objgraph`` has entry point to ``paste.filter_factory``.

::

   [pipeline:main]
   pipeline =
     egg:wsgi-objgraph
     yourapp



