SpriteLink / NIPAP

Neat IP Address Planner - NIPAP is the best open source IPAM in the known universe, challenging classical IP address management (IPAM) systems in many areas.
https://spritelink.github.io/NIPAP/
MIT License
543 stars 132 forks source link

Move to Python 3 #1316

Closed garberg closed 1 year ago

garberg commented 2 years ago

It's way overdue, but a move to Python 3. Based on the work in #1253.

garberg commented 1 year ago

As the authentication library is shared between nipapd and nipap-www, Python 3 support needs to be fixed for nipap-www as well before this can be merged. Unfortunately Pylons, the web framework used, lacks Python 3 support and is abandoned. To prepare for this, a migration from Pylons to Flask has been initiated.

garberg commented 1 year ago

LGTM, let's go! Some further things to fix before a release can be made, but we need to get this our of the door.