Metadata-Version: 2.1
Name: simpler
Version: 2.0.10
Summary: Makes Python simpler.
Home-page: https://github.com/juancroldan/simpler
Author: Juan C. Roldán
Author-email: juancarlos@sevilla.es
License: MIT
Description: # Simpler
        
        A library to make Python even simpler.
        
        It contains an assorted selection of utils that I use on my projects.
        
        ## Installation
        
        It is [available in PyPI](https://pypi.org/project/simpler/), just do `pip install simpler`.
        
        ## Usage
        
        See [simpler.readthedocs.io](https://simpler.readthedocs.io/) for the latest library documentation.
        
        ## Examples
        
        Load/save:
        
        [![asciicast](https://asciinema.org/a/yhl9BxbiM1sAARqTNW2Dajz8f.svg)](https://asciinema.org/a/yhl9BxbiM1sAARqTNW2Dajz8f)
        
        Disk cache:
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
