Metadata-Version: 2.1
Name: django-chart-compare
Version: 1.0.2
Summary: Compare matrices in a django app
Home-page: https://github.com/chasek23/django-chart-compare
Author: Chase Kelly
Author-email: chase@microsearch.net
License: MIT License
Download-URL: https://github.com/chasek23/xml2pandas/archive/0.0.0.tar.gz
Project-URL: Documentation, https://github.com/chasek23/django-chart-compare
Project-URL: Funding, https://microsearch.cloud/
Project-URL: Say Thanks!, http://chasekel.ly/
Project-URL: Source, https://github.com/chasek23/django-chart-compare
Project-URL: Tracker, https://github.com/chasek23/django-chart-compare/issues
Description: # Chart Compare
        
        
        This is meant to be a distributed package for use in allowing chart and graphical comparisons from numerically based django models.
        
        Detailed documentation is in the "docs" directory.
        
        ## Quick start
        
        
        
        ### Imports
        
        
        1. from django_chart_compare.comps.functions import Utils
        
        or:
        
        2. from django_chart_compare.comps.charters import Compare
        
        
        ### Uses
        
        
        For comparing base data from mulitple parent models, you can use the compare module.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
