Metadata-Version: 2.1
Name: simpler
Version: 3.2.0
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:
        
        [![load/save terminal demo](https://user-images.githubusercontent.com/9042837/117157317-cbd41f00-adbe-11eb-9553-4a354b087f87.gif)](https://asciinema.org/a/yhl9BxbiM1sAARqTNW2Dajz8f)
        
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
