lck.common

A library of various simple common routines that keep being rewritten all over again in every project
Download

lck.common Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Lukasz Langa
  • Publisher web site:
  • https://bitbucket.org/langacore/

lck.common Tags


lck.common Description

A library of various simple common routines that keep being rewritten all over again in every project lck.common is a Python library that consists of various simple common routines and language constructs that are so useful they ten to be rewritten in every subsequent project I'm working on. Each function, decorator or module on its own is too simple to dedicate an entire PyPI package for it. Together however, this library represents a Swiss army knife for everyday needs (YMMV). Among the things you might find inside:- robust memoization- some less obvious collections (e.g. orderedset)- a @synchronized decorator (with threading or lockfile backends)- file finder (searching locations commonly used for storing app data)The latest version can be installed via PyPI:pip install lck.commonor:easy_install lck.commonThe source code repository and issue tracker are maintained on GitHub.For the curious, lck stands for LangaCore Kit. LangaCore is a one man software development shop of mine.Note: lck.common requires Python 2.7 because all of its code is using the so-called four futures (absolute_imports, division, print_function and unicode_literals). One of the virtues in the creation of this library is to make the code beautiful. These switches give a useful transitional state between the old Python 2.x and the new Python 3.x. You should use them as well. Requirements: · Python What's New in This Release: · lck.crypto introduced with a couple of thin wrappers over PyCrypto · lck.math introduced starting with Elo rating calculation routine.


lck.common Related Software