Metadata-Version: 2.1
Name: plt_pack
Version: 0.0.1.3
Summary: A packaging tool for storing and exchanging data & code bound in a single file.
Home-page: https://github.com/StarostinV/plt-pack
Author: Vladimir Starostin
Author-email: vladimir.starostin@uni-tuebingen.de
License: MIT
Description: # PltPack
        ## _Bind your matplotlib functions with data_
        
        PltPack is a lightweight packaging tool for storing and exchanging data & code bound in a single file. It is mainly created to accelerate scientific work and is focused on supporting matplotlib package for exchanging scientific figures. Integrated with Jupyter Notebook.
        
        Install from PyPi with pip:
        
        ```
        pip install plt_pack
        ```
        
        ### LICENSE
        MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7.2
Description-Content-Type: text/markdown
