[PR #717] [CLOSED] Adding NetAddr and Pyodbc #646

Closed
opened 2025-11-06 12:59:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/717
Author: @nomadmtb
Created: 9/8/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 396b6c8 Adding netaddr and pyodbc modules
  • e96609d Removing 'python' mentions

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/717 **Author:** [@nomadmtb](https://github.com/nomadmtb) **Created:** 9/8/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`396b6c8`](https://github.com/vinta/awesome-python/commit/396b6c8e41f76f6178da6ec9330368feb973bd1a) Adding netaddr and pyodbc modules - [`e96609d`](https://github.com/vinta/awesome-python/commit/e96609dd0d91401584f51a2edc0b640066219521) Removing 'python' mentions ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description ## 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 :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:59:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#646