Metadata-Version: 2.1
Name: simpler
Version: 0.1.0
Summary: Makes Python simpler.
Home-page: https://github.com/juancroldan/simpler
Author: Juan C. Roldán
Author-email: juancarlos@sevilla.es
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: mysqlclient
Requires-Dist: requests
Requires-Dist: SPARQLWrapper
Requires-Dist: regex

# Simpler

A library to makes Python simpler.

It contains an assorted selection of utils that I use on my everyday development.

## Installation

It is also simple, just do `pip install simpler`.

