{ "info": { "author": "Bert JW Regeer", "author_email": "bertjw@regeer.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: Name Service (DNS)", "Topic :: Utilities" ], "description": "zonecreate\n==========\n\nzonecreate is a very simple Python project that contains a couple of different\nscripts/templates that make it easier to manage various different zone files\nthat are in the standard zone file format (BIND/NSD).\n\n\nScripts\n-------\n\n - zone_create\n Is used to create a new zone file, contains the standard stuff, SOA record\n and some NS records. Nothing else.\n\n - zone_update_soa\n This is used to update the SOA record of a zone file. Given a zone file it\n will grab the current SOA record, and update the serial number to the\n current date + a counter. This way the zone file can be updated twice in\n the same day and the serial will correctly have increased.\n\nHacking\n-------\n\nIf you would like to hack on this project, you can do it as follows:\n\n $ virtualenv --distribute .venv\n \n $ . .venv/bin/activate\n \n $ python setup.py develop\n\nThis will set up a new virtualenv and start development, it will also install\nall the scripts under their bin names.\n\nPull requests\n-------------\n\nIf you want to contribute please do so by creating a topic branch on a fork of\nthis project, and issuing a pull request. Please make sure to add yourself to\nthe CONTRIBUTORS file for credit.\n\nLicense\n-------\n\nThis is under an OpenBSD license. See LICENSE.\n\n\n2013-02-15\n - Version 0.1 released\n - Created the new git repository\n - Imported the project", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bertjwregeer/zonecreate", "keywords": "dns zones", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "zonecreate", "package_url": "https://pypi.org/project/zonecreate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zonecreate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bertjwregeer/zonecreate" }, "release_url": "https://pypi.org/project/zonecreate/0.1/", "requires_dist": null, "requires_python": null, "summary": "zonecreate are some helper scripts for generating zone files", "version": "0.1" }, "last_serial": 802327, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3aed638d9258b5b8fe9b70afe1c128c4", "sha256": "7f7d4d8ea0ce048e1ed5d065a7d47f3b72ede0b30593772ea1cd3e30e67e5c02" }, "downloads": -1, "filename": "zonecreate-0.1.tar.gz", "has_sig": false, "md5_digest": "3aed638d9258b5b8fe9b70afe1c128c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5101, "upload_time": "2013-02-16T06:24:22", "url": "https://files.pythonhosted.org/packages/80/58/1c89ca9ae96ebc545286eefc3fc4751849dce1f298049c41c373e394ea67/zonecreate-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3aed638d9258b5b8fe9b70afe1c128c4", "sha256": "7f7d4d8ea0ce048e1ed5d065a7d47f3b72ede0b30593772ea1cd3e30e67e5c02" }, "downloads": -1, "filename": "zonecreate-0.1.tar.gz", "has_sig": false, "md5_digest": "3aed638d9258b5b8fe9b70afe1c128c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5101, "upload_time": "2013-02-16T06:24:22", "url": "https://files.pythonhosted.org/packages/80/58/1c89ca9ae96ebc545286eefc3fc4751849dce1f298049c41c373e394ea67/zonecreate-0.1.tar.gz" } ] }