confini

Parse and merge multiple ini files in python3
git clone git://git.defalsify.org/python-confini.git
Log | Files | Refs | README | LICENSE

setup.cfg (434B)


      1 [metadata]
      2 classifiers =
      3 	Environment :: No Input/Output (Daemon)
      4 	Programming Language :: Python :: 3
      5 	Operating System :: OS Independent
      6 	Development Status :: 4 - Beta
      7 	Intended Audience :: Developers
      8 	Topic :: Software Development :: Libraries
      9 	License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
     10 license_files =
     11 	LICENSE
     12 
     13 [options.entry_points]
     14 console_scripts =
     15 	confini-dump = confini.runnable.dump:main