METADATA 480 B

123456789101112131415
  1. Metadata-Version: 2.1
  2. Name: functools32
  3. Version: 3.2.3-2
  4. Summary: Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
  5. Home-page: https://github.com/MiCHiLU/python-functools32
  6. Author: ENDOH takanao
  7. Author-email: djmchl@gmail.com
  8. License: PSF license
  9. Platform: UNKNOWN
  10. This is a backport of the functools standard library module from
  11. Python 3.2.3 for use on Python 2.7 and PyPy. It includes
  12. new features `lru_cache` (Least-recently-used cache decorator).