question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove pylru as a dependency

See original GitHub issue

It is GPL-licensed, and it is barely used. Not worth the licensing uncertainty it brings.

If an lru cache is really the best way to manage session state, maybe an alternative like: https://github.com/amitdev/lru-dict

But probably something like adding the lru cache from functools on generate_cache_key. (Which is now an option, since we are on Python 3.)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
sbc64commented, Nov 15, 2017

I would like to take this on. 👍

0reactions
sbc64commented, Dec 6, 2017

@owocki, I will be staring that kitty for some time I think… xD

I also replied to you on slack.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pylru · PyPI
Pylru implements a true LRU cache along with several support classes. ... Basic operations (lookup, insert, delete) all run in a constant amount...
Read more >
python - Does uninstalling a package with "pip" also remove ...
No, it doesn't uninstall the dependencies packages. It only removes the specified package: $ pip ...
Read more >
AUR (en) - python-pylru - Arch Linux
Please remove the python2 make dependency. It means every time there's an update it'll install python2 then remove it. pizzaman commented on ...
Read more >
How to disable/remove a mod in thunderstore without ... - Reddit
I wanted to clear up some mods to fix some performance issues, and not all dependencies are real dependencies but just bundled mods....
Read more >
Kronos upgrade will remove Adobe Flash Player dependency
... will upgrade the Kronos time, attendance, and staff scheduling system in order to remove the current dependency on Adobe Flash Player, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found