Metadata-Version: 1.2
Name: isthmuslib
Version: 0.0.7
Summary: Misc utilities, mostly related to plotting
Home-page: https://github.com/mitchellpkt/python-isthmuslib
Author: Isthmus (Mitchell P. Krawiec-Thayer)
Author-email: isthmuslib@mitchellpkt.com
License: LGPL-3.0-only
Project-URL: Changelog, https://github.com/mitchellpkt/python-isthmuslib/blob/master/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/mitchellpkt/python-isthmuslib/issues
Description: ========
        Overview
        ========
        
        
        
        Misc utilities, mostly related to plotting conveniences
        
        * Turns matplotlib.pyplot figure generation into one-liners.
        * Free software for personal or academic use: **GNU Lesser General Public License v3 (LGPLv3).**
        * Contact licensing@mitchellpkt.com for commercial applications.
        * To-do: expand types of parameters that can be passed through (e.g. marker style, legend placement, etc)
        
        Installation
        ============
        
        ::
        
            pip install isthmuslib
        
        You can also install the in-development version with::
        
            pip install https://github.com/mitchellpkt/python-isthmus/archive/master.zip
        
        
        Documentation
        =============
        
        
        To use the project:
        
        .. code-block:: python
        
            import isthmuslib
        
        
        Demo
        =============
        See a light demo here: https://github.com/Mitchellpkt/python-isthmuslib/blob/main/light-demo.ipynb
        
        Changelog
        =========
        
        0.0.4 (2021-02-14)
        ------------------
        
        * First release on PyPI.
        
        0.0.5 (2021-02-15)
        ------------------
        
        * Extra data set
        * Dictionary scatter
        
        0.0.6 (2021-02-15)
        ------------------
        
        * Minor tweaks (extra passthroughs)
        
        0.0.7 (2021-02-15)
        ------------------
        
        * Minor tweaks
        * Fixes a few bad links in README
        * Updates the changelog
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.6
