Development Status
- 5 - Production/Stable
Environment
- Console
Intended Audience
- Developers
- Education
- Information Technology
- Science/Research
- System Administrators
- Telecommunications Industry
License
- OSI Approved :: BSD License
Natural Language
- English
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
Topic
- Communications
- Documentation
- Education
- Education :: Testing
- Home Automation
- Internet
- Internet :: Log Analysis
- Internet :: Name Service (DNS)
- Internet :: Proxy Servers
- Internet :: WWW/HTTP
- Internet :: WWW/HTTP :: Indexing/Search
- Internet :: WWW/HTTP :: Site Management
- Security
- Software Development
- Software Development :: Libraries
- Software Development :: Libraries :: Python Modules
- Software Development :: Quality Assurance
- Software Development :: Testing
- Software Development :: Testing :: Traffic Generation
- System :: Benchmark
- System :: Clustering
- System :: Distributed Computing
- System :: Installation/Setup
- System :: Logging
- System :: Monitoring
- System :: Networking
- System :: Networking :: Firewalls
- System :: Networking :: Monitoring
- System :: Networking :: Time Synchronization
- System :: Recovery Tools
- System :: Shells
- System :: Software Distribution
- System :: Systems Administration
- System :: System Shells
- Text Processing
- Text Processing :: Filters
- Utilities
A Python library for representing and manipulating network addresses.
Provides support for:
Layer 3 addresses
IPv4 and IPv6 addresses, subnets, masks, prefixes
iterating, slicing, sorting, summarizing and classifying IP networks
dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap)
set based operations (unions, intersections etc) over IP addresses and subnets
parsing a large variety of different formats and notations
looking up IANA IP block information
generating DNS reverse lookups
supernetting and subnetting
Layer 2 addresses
representation and manipulation MAC addresses and EUI-64 identifiers
looking up IEEE organisational information (OUI, IAB)
generating derived IPv6 addresses
PyPI page: https://pypi.org/project/netaddr/
Share and enjoy!