langacore.kit.common 0.2.4
A library of various simple common routines that keep being rewritten all over again in every project I'm working on.
Downloads ↓ | Package Documentation
Warning
THIS LIBRARY IS DEPRECATED AND SUPERSEDED BY lck.common.
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 source code repository and issue tracker are maintained on GitHub.
Note: Since 0.2.0 langacore.kit.common does require Python 2.7 because one of the virtues in the creation of this library is to make the code beautiful.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| langacore.kit.common-0.2.4.tar.gz (md5) | Source | 2011-03-25 | 253KB | 311 | |
- Author: LangaCore, Lukasz Langa
- Documentation: langacore.kit.common package documentation
- Home Page: http://packages.python.org/langacore.kit.common/
- License: GPL v3
- Platform: any
-
Categories
- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: English
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows :: Windows NT/2000
- Operating System :: POSIX
- Programming Language :: Python
- Programming Language :: Python :: 2.7
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: langacore
- DOAP record: langacore.kit.common-0.2.4.xml
