Skip to content

Adding NetAddr and Pyodbc#717

Closed
nomadmtb wants to merge 2 commits intovinta:masterfrom
nomadmtb:master
Closed

Adding NetAddr and Pyodbc#717
nomadmtb wants to merge 2 commits intovinta:masterfrom
nomadmtb:master

Conversation

@nomadmtb
Copy link

@nomadmtb nomadmtb commented Sep 8, 2016

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 👍 to it, and usually, the maintainer will merge it when votes reach 20.

Adding the netaddr and the pyodbc python modules with links to their
Github repos.
Removing Python mentions since it’s implied.
@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
@stale
Copy link

stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@nomadmtb nomadmtb closed this Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant