hippools
is a simple service for Internet Protocol address management (IPAM), written in Python.
- IPv4 management (IPv6 in our plans)
- RESTFul-like API
- Python API client
Based on :
- netaddr https://pypi.python.org/pypi/netaddr
- Flask-RESTful http://flask-restful.readthedocs.org/en/latest/
10/23/2014 Add db storage
This software is released under Apache License
See http://www.apache.org/licenses/LICENSE-2.0.html for full text.
Python 2.6 or higher. More info in requirements.txt
The code contains thorough docstrings as well as detailed tutorials and API documentation can be found here:
gunicorn -b 0.0.0.0:5001 hippools.app:app
Share and enjoy!