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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/717
Author: @nomadmtb
Created: 9/8/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
396b6c8Adding netaddr and pyodbc modulese96609dRemoving 'python' mentions📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
What is this Python project?
netaddr
pyodbc
What's the difference between this Python project and similar ones?
Enumerate comparisons.
netaddr
pyodbc
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.