From: Oleg Broytman Date: Sat, 30 Nov 2013 22:17:21 +0000 (+0400) Subject: Document flad, hash and pbar subpackages X-Git-Tag: 2.1.3~32 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=20d9e94ff89be268d743bf1c2bb31fed227cc6e9;p=m_lib.git Document flad, hash and pbar subpackages --- diff --git a/README.txt b/README.txt index 3aa73e3..9e54dc8 100644 --- a/README.txt +++ b/README.txt @@ -6,8 +6,13 @@ Content of the library: defenc.py - get default encoding. +flad/ - Flat ASCII Database. See README-flad.txt. + flog.py - simple file logger. +hash/ - extended disk hashes package. It extends anydbm/whichdb with ZODB and + MetaKit-based hashes. + lazy/ - lazy evaluation modules - lazy dictionary and lazy import. mcrypt.py - crypt module supplement function gen_salt(). @@ -42,6 +47,8 @@ opdate.py - additional date/time manipulation routines opstring.py - additional string manipulation routines (character padding, encoding conversions). +pbar/ - progress bar for tty. + rus/ - work with russian cyrillic - convert text to/from translit. -tty_menu.py - extremely dumb text-mode menues. +tty_menu.py - extremely dumb text-mode menus.