bbangert / routes

Routes is a Python URL recognition and generation system similar to the Rails routing system. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort.
http://routes.readthedocs.org
MIT License
166 stars 59 forks source link

drop repoze.lru #108

Open ktdreyer opened 2 years ago

ktdreyer commented 2 years ago

https://github.com/repoze/repoze.lru has not seen updates for many years.

Can we use the caches available in py32+ stdlib's functools ?

mgorny commented 2 years ago

Wanna give it a shot? I'd be happy to include such a patch in Gentoo.