{ "info": { "author": "Samuele Santi", "author_email": "samuele@samuelesanti.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Topic :: Utilities" ], "description": "################################\nConfiguration generator\n################################\n\n\nThis project was born to generate dhcp/dns configuration files on a machine\nwhich resources are too limited to run a LDAP server.\n\nWhat it basically does is:\n\n* Load a bunch of files from a directory, and make them accessible in\n a dictionary.\n* Render a bunch of files through some template engine, passing the context.\n\n\n.. image:: https://travis-ci.org/rshk/config-gen.png\n :alt: Build status\n :target: https://travis-ci.org/rshk/config-gen\n\n\n\nInstallation\n============\n\nProduction version::\n\n $ pip install config-gen\n\nDevelopment version::\n\n $ pip install -e git+git@github.com:rshk/config-gen.git#egg=config-gen\n\nOr just run ``python setup.py install`` from the source directory.\n\n\nTrying out\n==========\n\nThe fastest way to get started with config-gen is the quickstart script,\nthat takes care of creating all the needed directories plus a Makefile,\nin the current directory::\n\n $ confgen-quickstart\n $ make\n $ cat build/example.html\n