{ "info": { "author": "Kevin Carter", "author_email": "kevin@cloudnull.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Open Cloud PTR Creater\n######################\n:date: 2013-10-11 09:51\n:tags: Rackspace, PTR, DNS, CloudServer, NextGen. cloud\n:category: \\*nix\n\n\nThis is a simple script that will create a PTR record for a Next Generation Cloud Server.\n\nThe function of the script is such that, you simply need to enter your details and all of the rest is done automagically. \n\nUse Case : \n * Create a PTR (Reverse DNS) Record \n * Update a PTR (Reverse DNS) Record\n\nApplication :\n The Script is run with a series of command line arguments.\n\nFunction :\n The script will query the Rackspace API for your cloud server, build a PTR record from the provided data and set the record for you.\n\n\nExample Command:\n\n\n.. code-block:: bash\n\n ./ptrcreate.py -U -A -R -N -D \n\n\nPlease run ``ptrcreate.py --help`` for all available options.\n\n\n.. code-block:: bash \n\n ptrcreate.py create you a New PTR record for your cloud server.\n\n optional arguments:\n\n -h, --help show this help message and exit\n\n -D , --domain-name Domain Name for the PTR Record\n --ttl TTL of DNS Record\n\n -N , --server-name The name of your server\n -I , --server-id The ID of your server\n\n -U , --user Your Rackspace Username\n -P , --password Your Rackspace Password\n -A , --apikey Your Rackspace API Key\n -T , --token Your Rackspace Token\n -R , --region Regions: ['dfw', 'ord', 'iad', 'lon', 'syd']\n\n --auth-url Optional Override for the Authentication URL\n --auth-version Optional Rackspace Authentication Version\n\n --debug Enable Debug Mode\n --no-confirm Skip Record Confirmation.\n\n -V, --version show program's version number and exit\n\n GPLv3 Licensed PTR Create Version 2.0.\n\n\nYou can also export your Rackspace Credentials into environment variables which can help in automating the creation of PTR Records.\n\nHere are All of the Available Environment Variables:\n\n\n.. code-block:: bash\n\n OS_USERNAME=\"Your Rackspace Username\"\n OS_PASSWORD=\"Your Rackspace Password\"\n OS_APIKEY=\"Your Rackspace API Key\"\n OS_TOKEN=\"Your Rackspace Token\"\n OS_REGION=\"Your Rackspace Region\"\n OS_AUTH_URL=\"Optional Override for the Authentication URL\"\n OS_AUTH_VERSION=\"Optional Rackspace Authentication Version\"\n\n\nWant to see the Application in Action? Check out http://asciinema.org/a/5877\n\n\nLicense:\n Copyright [2013] [Kevin Carter]\n\n This software has no warranty, it is provided 'as is'. It is your\n responsibility to validate the behavior of the routines and its accuracy\n using the code provided. Consult the GNU General Public license for further\n details (see GNU General Public License).\n http://www.gnu.org/licenses/gpl.html", "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/cloudnull/ptrcreate.git", "keywords": null, "license": "GNU General Public License v3 or later (GPLv3+)", "maintainer": null, "maintainer_email": null, "name": "ptrcreate", "package_url": "https://pypi.org/project/ptrcreate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ptrcreate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cloudnull/ptrcreate.git" }, "release_url": "https://pypi.org/project/ptrcreate/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Create a PTR Record for a Rackspace Cloud Server.", "version": "2.0.0" }, "last_serial": 887770, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "0a37904a0e7496b0d506254f193b84c9", "sha256": "281db5268b5b4f38948de08ebddcec3bf8621c1c837d1c9b875bc2500ffd7fd0" }, "downloads": -1, "filename": "ptrcreate-2.0.0.tar.gz", "has_sig": false, "md5_digest": "0a37904a0e7496b0d506254f193b84c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7789, "upload_time": "2013-10-11T20:39:37", "url": "https://files.pythonhosted.org/packages/a1/ba/3be83a64afd0aab07c57015a1f4131e56fc5205c7b46f5c897bd054d176e/ptrcreate-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a37904a0e7496b0d506254f193b84c9", "sha256": "281db5268b5b4f38948de08ebddcec3bf8621c1c837d1c9b875bc2500ffd7fd0" }, "downloads": -1, "filename": "ptrcreate-2.0.0.tar.gz", "has_sig": false, "md5_digest": "0a37904a0e7496b0d506254f193b84c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7789, "upload_time": "2013-10-11T20:39:37", "url": "https://files.pythonhosted.org/packages/a1/ba/3be83a64afd0aab07c57015a1f4131e56fc5205c7b46f5c897bd054d176e/ptrcreate-2.0.0.tar.gz" } ] }