Skip to main content

A library of various simple common routines that keep being rewritten all over again in every project I'm working on.

Project description

This library 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.common

or:

$ easy_install lck.common

The 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.

Change Log

0.4.0

  • migrated to the lck namespace from langacore.kit

  • migrated licensing from GPL 3 to MIT

  • bumped the trove from alpha status to beta, the code is in production for over a year now

Ancient history

  • No proper change log was kept before 0.4.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lck.common-0.4.0.tar.gz (250.2 kB view details)

Uploaded Source

File details

Details for the file lck.common-0.4.0.tar.gz.

File metadata

  • Download URL: lck.common-0.4.0.tar.gz
  • Upload date:
  • Size: 250.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lck.common-0.4.0.tar.gz
Algorithm Hash digest
SHA256 4ca330c80baf52cf184aa9a3a7fe78535d2c4af5061ee5ca18bb6fa02cd08cf0
MD5 2ee485993be38baa8bfdb176256a31cb
BLAKE2b-256 edad8ce4edd82282f2e4559f535060ba5de2978dd1e529bcc56664bdd9aec8b9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page