Metadata-Version: 2.0
Name: django-expvar-resource
Version: 0.1.0
Summary: Django expvar endpoint resource plugin
Home-page: https://github.com/thraxil/django-expvar-resource
Author: Anders Pearson
Author-email: anders@columbia.edu
License: BSD
Platform: any
Requires-Dist: Django (>=1.8)
Requires-Dist: django-expvar
Requires-Dist: nose
Requires-Dist: six

resource usage plugin for [django-expvar](https://github.com/thraxil/django-expvar/)

* pip install it
* add `expvarcmdline` to `INSTALLED_APPS`

exposes the resource usage reported by Python's
[resource](https://docs.python.org/2/library/resource.html#resource-usage) library.


