Metadata-Version: 2.1
Name: he
Version: 2019.2b2
Summary: A library of Python helpers.
Home-page: https://github.com/Laurentiu-Andronache/pe
Author: Laurențiu Andronache
Author-email: laurentiu.andronache@trailung.ro
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Laurentiu-Andronache/he/issues
Project-URL: Say Thanks!, https://saythanks.io/to/Laurentiu-Andronache
Project-URL: Source, https://github.com/Laurentiu-Andronache/he
Keywords: helpers library common useful functions decorators contexts classes
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dpcontracts
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-sugar ; extra == 'test'
Requires-Dist: pytest-icdiff ; extra == 'test'
Requires-Dist: hypothesis ; extra == 'test'

[![Build Status](https://travis-ci.com/Laurentiu-Andronache/he.svg?branch=master)](https://travis-ci.com/Laurentiu-Andronache/he)

# he - A library of Python helpers

It exists to aid Python developers in not reinventing the wheel.

To contribute, submit a pull request [on Github].

---

#### Steps to set up dev environment:

`... set up temporary venv`

`$ pip install he[dev]`

`$ pre-commit autoupdate`

`$ pre-commit install`

`$ pip install he[test]`

`$ pytest`

---

License: `MIT`

Requires: `Python 3.6 or higher`

[on GitHub]: https://github.com/Laurentiu-Andronache/he


