Skip to content
/ hippools Public
forked from hayorov/hippools

simple service for Internet Protocol address management (IPAM), written in Python with RESTFul-like API

Notifications You must be signed in to change notification settings

c-los/hippools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

Build Status


Changes

10/23/2014 Add db storage


License

This software is released under Apache License

See http://www.apache.org/licenses/LICENSE-2.0.html for full text.


Dependencies

Python 2.6 or higher. More info in requirements.txt


Documentation

The code contains thorough docstrings as well as detailed tutorials and API documentation can be found here:

http://foo/


How to run

gunicorn -b 0.0.0.0:5001 hippools.app:app


And finally...

Share and enjoy!

About

simple service for Internet Protocol address management (IPAM), written in Python with RESTFul-like API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%