Mercurial > hg > martINI
comparison README.txt @ 3:9e4da7517815
make a README file and include it in the setup.py
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Tue, 02 Mar 2010 20:18:15 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:d172c078f4a2 | 3:9e4da7517815 |
|---|---|
| 1 martINI | |
| 2 ======= | |
| 3 | |
| 4 martINI is an extended facility for utilizing | |
| 5 `ini files <http://en.wikipedia.org/wiki/INI_file>`_ in python. | |
| 6 martINI includes API, command-line, and web interfaces. | |
| 7 martINI is built on the | |
| 8 `ConfigParser <http://docs.python.org/library/configparser.html>`_ module, | |
| 9 which is part of python's standard library. | |
| 10 | |
| 11 | |
| 12 Command Line Tools | |
| 13 ------------------ | |
| 14 | |
| 15 martINI comes with several command line tools for manipulating .ini | |
| 16 files: | |
| 17 | |
| 18 * ini-get: get key or section values from a .ini files | |
| 19 * ini-set: set .ini file values | |
| 20 * ini-delete: delete .ini key-value pairs from a .ini files | |
| 21 * ini-munge: combine several .ini files | |
| 22 | |
| 23 Running the commands will display usage information. | |
| 24 | |
| 25 | |
| 26 TODO | |
| 27 ---- | |
| 28 | |
| 29 Consider refactoring to use | |
| 30 `INITools <http://pythonpaste.org/initools/>`_ instead of ``ConfigParser``. | |
| 31 | |
| 32 -- | |
| 33 | |
| 34 http://k0s.org/portfolio/software.html#martini |
