X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.txt;h=e1cb47684b9ebb79e690e985b94b776c70648d57;hb=1dad4b54683b2b497eacb907f7a328ce5cb4d858;hp=3aa73e30be44d62914e9ef74b3a194083fb4f1bc;hpb=fbdb0637a25ee1f22462f8606e061e3bcc21cd62;p=m_lib.git diff --git a/README.txt b/README.txt index 3aa73e3..e1cb476 100644 --- a/README.txt +++ b/README.txt @@ -1,13 +1,20 @@ -Broytman Library for Python, Copyright (C) 1996-2013 PhiloSoft Design +Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design Author: Oleg Broytman License: GPL +For installation instruction see INSTALL.txt. + 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 +49,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.