MANIFEST.in
README.rst
requirements.txt
setup.py
charpy/.DS_Store
charpy/__init__.py
charpy/app.py
charpy/demo.csv
charpy/demo.json
charpy/factory.py
charpy/toolbox.py
charpy.egg-info/PKG-INFO
charpy.egg-info/SOURCES.txt
charpy.egg-info/dependency_links.txt
charpy.egg-info/not-zip-safe
charpy.egg-info/requires.txt
charpy.egg-info/top_level.txt
charpy/blueprints/__init__.py
charpy/blueprints/charpy.py
charpy/blueprints/simple_page.py
charpy/static/chart.min.js
charpy/templates/404.html
charpy/templates/base.html
charpy/templates/chart.html
charpy/templates/partials/barchart.html
charpy/templates/partials/linechart.html
charpy/templates/partials/piechart.html
tests/__init__.py
tests/test_app_factory.py
tests/test_flask.py