]> git.phdru.name Git - m_lib.git/blobdiff - README.txt
Build(setup.py): Fix trove classifiers
[m_lib.git] / README.txt
index 3aa73e30be44d62914e9ef74b3a194083fb4f1bc..a35005ea3604863c3191d305736a53d819ce782a 100644 (file)
@@ -1,13 +1,21 @@
-Broytman Library for Python, Copyright (C) 1996-2013 PhiloSoft Design
-Author: Oleg Broytman <phd@phdru.name>
-License: GPL
+Broytman Library for Python.
+Author: Oleg Broytman <phd@phdru.name>.
+Copyright (C) 1996-2023 PhiloSoft Design.
+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 +50,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.