Skip to content

inesp/lru_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lru_cache

Very simple LRU cache with the added benefit of a timeout setting

Set up

Thought process

How to install Pylint

Run:

pip install pylint

Pylint has a few depencencies, which will all install with it.

After the installation you need to create a .pylintrc file, which holds the cpylint configuration. It appears that a default .pylintrc can be created by running

pylint --generate-rcfile > .pylintrc

Now check the configuration by running pylint on a .py file

pylint file_dir/file_name.py

You'll get way too many errors, thus it is time to change a few settings in the configuration.

About

Very simple LRU cache with the added benefit of a timeout setting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages