Commit Graph

5 Commits (28627198babc6feefd2576855a5cf04f4556c128)

Author SHA1 Message Date
Michał Górny 28627198ba Use stdlib functools.cached_property in Python 3.8+
Python 3.8+ has a functools.cached_property decorator in stdlib.  Use it
in place of third-party cached_property when available.
2021-11-11 09:17:39 +01:00
Jelle van der Waa 8c492ebaba Don't require argparse for Python >= 3.2
argparse was included in the stdlib of Python in version 3.2.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-04-05 12:50:49 +03:00
Daniel M. Capella b14934d3ba Use nose setuptools integration
https://nose.readthedocs.io/en/latest/setuptools_integration.html
2017-07-06 19:51:39 +03:00
Andrew Krasichkov f5a30e2e70 Minor improvements 2017-04-08 09:38:22 +03:00
Andrew Krasichkov 2ff6ac1f8b Initial commit 2017-03-31 01:12:44 +03:00