{ "info": { "author": "Petr Jerabek", "author_email": "cikorka@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License" ], "description": "Python wrapper around the subreg.cz SOAP API\n\nInstall\n-------\n.. code:: bash\n\n pip install python-subreg\n\nUsing\n-----\nFirst import module and instance class\n\n>>> from subreg import Api\n>>> subreg = Api('username', 'password')\n\n- Get informations about a single domain from your account\n\n >>> domain_info = subreg.info_domain('example.com')\n >>> print domain_info\n\n- Get DNS Zone for domain\n\n >>> records = subreg.get_dns_zone('example.com')\n\n- Add DNS record to domain DNS zone\n\n >>> record = dict(name='', type='TXT', content='content')\n >>> record_id = subreg.add_dns_record('example.com', record)\n >>> print record_id\n\n- Set Google MX records\n\n >>> subreg.set_google_mx_records('example.com')\n\n\n\n- `python-subreg documentation `_\n- `Subreg API documentation `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/cikorka/python-subreg", "keywords": "subreg subreg.cz", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-subreg", "package_url": "https://pypi.org/project/python-subreg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-subreg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/cikorka/python-subreg" }, "release_url": "https://pypi.org/project/python-subreg/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper around the subreg.cz SOAP API", "version": "0.0.7" }, "last_serial": 965410, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9c9a1f31ca943c4e5775f72021864e57", "sha256": "f8a0b09a4a9dd16a775a81ddc16862f204da35ff0316ea344e07b84d7ce02c7a" }, "downloads": -1, "filename": "python-subreg-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9c9a1f31ca943c4e5775f72021864e57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4584, "upload_time": "2013-11-10T02:21:45", "url": "https://files.pythonhosted.org/packages/79/74/7f4a5352dae0be9d25c345daa028339884c741f307810935d909ba195574/python-subreg-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ddeee5cc56ba069245aaa888b8f6acff", "sha256": "5d73679aeedb9da17ecdec586e434fe646bb44ae37549a76ab1008e0be1e8e58" }, "downloads": -1, "filename": "python-subreg-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ddeee5cc56ba069245aaa888b8f6acff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4785, "upload_time": "2013-11-10T18:45:06", "url": "https://files.pythonhosted.org/packages/ef/e8/00b17b5f1697303db9de5691a88fe93533cd0f2ed8c87d17ffe35fba2c47/python-subreg-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "fb840dfef75396e716f3af2b24acdb91", "sha256": "70a574c535b287a5786fccd8ca8cbb498643bfb9672630450d25089045c8ebd9" }, "downloads": -1, "filename": "python-subreg-0.0.3.tar.gz", "has_sig": false, "md5_digest": "fb840dfef75396e716f3af2b24acdb91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5634, "upload_time": "2013-11-10T22:49:26", "url": "https://files.pythonhosted.org/packages/cf/0d/a58f3f4e310bddfbceba4256d29bf1ccb59fd48f2c7f76aabcdff5f55f33/python-subreg-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "4384d9932e6857e23ce4cd6b44be29ff", "sha256": "4d98f195ca338a5bb4789958cfa1f92a1e0167cb785f312cb70d66a830e261f0" }, "downloads": -1, "filename": "python-subreg-0.0.4.tar.gz", "has_sig": false, "md5_digest": "4384d9932e6857e23ce4cd6b44be29ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6628, "upload_time": "2013-11-10T23:51:39", "url": "https://files.pythonhosted.org/packages/c3/e9/88386a9e0506f471b9c1dca414596b8b3e737f30b7dfbbe4c58d2e9ed9c2/python-subreg-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "032bb29347877c2cb7df728d5f74b4f6", "sha256": "16bff04d3dd9d54e84e62bf532bb9af52e76c2dfc26c9bd773defa30eb8d7d90" }, "downloads": -1, "filename": "python-subreg-0.0.5.tar.gz", "has_sig": false, "md5_digest": "032bb29347877c2cb7df728d5f74b4f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6503, "upload_time": "2013-11-11T17:56:22", "url": "https://files.pythonhosted.org/packages/17/a1/39be810971547eea8c512a6e81571294d96d258e3d0542ca3592b00847c7/python-subreg-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "5197dd12ce30ed7cde875de80272b693", "sha256": "1a9cae1e5bf5d990440cf3a6a452adeb7862b7d64cb38862aa7dcd9e0665b1d5" }, "downloads": -1, "filename": "python-subreg-0.0.6.tar.gz", "has_sig": false, "md5_digest": "5197dd12ce30ed7cde875de80272b693", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6587, "upload_time": "2013-11-11T20:45:34", "url": "https://files.pythonhosted.org/packages/50/d7/d11d275e3173fc247620581fab8a3d3d2407b43c6f3ca14bb5e54c67de01/python-subreg-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "11554b90012335ce801b95da802f55f4", "sha256": "cd33865eda3d468e58f0d276ceccc56c15e782bda30888590f9c83f2ed187996" }, "downloads": -1, "filename": "python-subreg-0.0.7.tar.gz", "has_sig": false, "md5_digest": "11554b90012335ce801b95da802f55f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7450, "upload_time": "2014-01-10T13:02:16", "url": "https://files.pythonhosted.org/packages/2c/9c/5191621cfd727ee2eebac2166b44e883fd435d8d242069525a11c58f5808/python-subreg-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "11554b90012335ce801b95da802f55f4", "sha256": "cd33865eda3d468e58f0d276ceccc56c15e782bda30888590f9c83f2ed187996" }, "downloads": -1, "filename": "python-subreg-0.0.7.tar.gz", "has_sig": false, "md5_digest": "11554b90012335ce801b95da802f55f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7450, "upload_time": "2014-01-10T13:02:16", "url": "https://files.pythonhosted.org/packages/2c/9c/5191621cfd727ee2eebac2166b44e883fd435d8d242069525a11c58f5808/python-subreg-0.0.7.tar.gz" } ] }