Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtaylor/python-route53
A simple Python 2.7/3.x compatible Route53 module. [UNMAINTAINED]
https://github.com/gtaylor/python-route53
Last synced: about 2 months ago
JSON representation
A simple Python 2.7/3.x compatible Route53 module. [UNMAINTAINED]
- Host: GitHub
- URL: https://github.com/gtaylor/python-route53
- Owner: gtaylor
- License: mit
- Archived: true
- Created: 2012-10-29T04:13:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T20:31:12.000Z (over 7 years ago)
- Last Synced: 2024-11-11T05:58:40.233Z (2 months ago)
- Language: Python
- Homepage: https://python-route53.readthedocs.org
- Size: 83 KB
- Stars: 40
- Watchers: 9
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - python-route53 - A simple Python 2.7/3.x compatible Route53 module. [UNMAINTAINED] (Python)
README
python-route53
==============:Info: A Python 2.7/3.x compatible Route53 module.
:Author: Greg Taylor
:Status: No longer actively maintained. Speak up if interested in taking over!The ``python-route53`` Python package is a simple Python 3 compatible API for
Amazon's `Route 53`_.Why not boto?
-------------boto_ is a wonderful piece of software, one that I continue to contribute to.
However, we needed a Python 3 compatible route53 module, and boto has a long
way to go on this front.I've also taken what I feel is a more simple, minimalistic API design. That
is entirely subjective, though, and boto is perfectly viable.Getting started
---------------Head on over and read the documentation_.
Current status
--------------Beta, but generally useful to anyone. Great unit test coverage, good
documentation_.License
-------python-route53 is licensed under the BSD License.
.. _Route 53: http://aws.amazon.com/route53/
.. _boto: http://docs.pythonboto.org/
.. _issue tracker: https://github.com/gtaylor/python-route53/issues
.. _documentation: https://python-route53.readthedocs.org