Metadata-Version: 2.1
Name: simpler
Version: 2.0.9
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 :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.13.0)
Requires-Dist: SPARQLWrapper
Requires-Dist: regex
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: rarfile
Requires-Dist: py7zr

# 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 [https://simpler.readthedocs.io/](https://simpler.readthedocs.io/) for the latest library documentation.

