Created by: nomadmtb
What is this Python project?
netaddr
This is a really handy module that I have used several times over the past few years. It simplifies
ipv4/ipv6 address manipulation in addition to other things like subnet calculations etc.
pyodbc
This is a very handy module that simplifies a variety of database connections/interactions
over ODBC. It implements the PEP 249 Python Database API Specification.
What's the difference between this Python project and similar ones?
Enumerate comparisons.
netaddr
Right now there isn't any library listed that simplify IP address manipulation. I've used this library
to determine if the http requests have come from Gmail proxy servers when adding linked images
in email messages (HTML).
pyodbc
Many of the database modules are specific to a certain technology. Pyodbc works with a variety
of database technologies via different ODBC drivers. I have used it for SQL Server, and MySQL in
the past.
Anyone who agrees with this pull request could vote for it by adding a