]> git.phdru.name Git - m_lib.git/commitdiff
Document flad, hash and pbar subpackages
authorOleg Broytman <phd@phdru.name>
Sat, 30 Nov 2013 22:17:21 +0000 (02:17 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 30 Nov 2013 22:17:21 +0000 (02:17 +0400)
README.txt

index 3aa73e30be44d62914e9ef74b3a194083fb4f1bc..9e54dc87a8b5bfc35cd5eea81c6eeccfee1029f8 100644 (file)
@@ -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.