Metadata-Version: 1.1
Name: charticle
Version: 0.0.3
Summary: Charticle combines best (worst?) of charts and articles.
Home-page: https://charticle.readthedocs.io/
Author: Jeremy G. Kahn
Author-email: jeremy@trochee.net
License: MIT
Description: =============================================================
        charticle: Combine the best (or worst) charts for thinkpieces
        =============================================================
        
        .. image:: https://readthedocs.org/projects/charticle/badge/?version=latest
           :target: http://charticle.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/jkahn/charticle.svg
           :target: https://travis-ci.org/jkahn/charticle
           :alt: CI status
        
        .. image:: https://codecov.io/github/jkahn/charticle/coverage.svg?branch=master
           :target: https://codecov.io/github/jkahn/charticle?branch=master
           :alt: Coverage
        
        .. teaser-begin
        
        ``charticle`` is an `MIT
        <http://choosealicense.com/licenses/mit/>`_-licensed Python package
        designed to make it very easy to build new diagrams like the Drew
        Conway Data Science diagram.
        
        This may not be wise.
        
        
        Release Information
        ===================
        
        0.0.3 (3 July 2016)
        -------------------
        
        Changes:
        ^^^^^^^^
        
        Add `charticle.hierarchy` diagrams and examples.
        
        Supports general text and polygon arguments for outer triangle & layers.
        
        Cleanups:
        
        - wishlist, release procedures added to repo.
        - Jupyter notebooks removed from repo.
        - py27 testing included in `tox.ini`.
        - refactoring validators.
        - cleaned up release procedure.
        
        ----
        
        
        0.0.2 (30 June 2016)
        --------------------
        
        Changes:
        ^^^^^^^^
        
        Support Venn2 diagrams (and Venn3).
        
        Improve documentation examples and testing.
        
        `Full changelog <https://charticle.readthedocs.io/en/latest/changelog.html>`_.
        
        Credits
        =======
        
        ``charticle`` is written and maintained by `Jeremy G. Kahn
        <https://trochee.net/>`_.
        
        Collaboration and kibitzing due to `Bill McNeill
        <https://cornercases.wordpress.net/>`_.
        
        A full list of contributors can be found in `GitHub's overview
        <https://github.com/jkahn/charticle/graphs/contributors>`_.
        
Keywords: chart,labels,thinkpiece
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Scientific/Engineering :: Visualization
