Ravenports generated: 30 Nov 2020 05:18
[ravenports.git] / bucket_76 / python-netaddr
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-netaddr
4 VERSION=                0.8.0
5 KEYWORDS=               python
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Network address manipulation library (PY37)
8 SDESC[py38]=            Network address manipulation library (PY38)
9 HOMEPAGE=               https://github.com/drkjam/netaddr/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/ff/cd/9cdfea8fc45c56680b798db6a55fa60a22e2d3d3ccf54fc729d083b50ce4
14 DISTFILE[1]=            netaddr-0.8.0-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 DISTNAME=               netaddr-0.8.0.dist-info
25
26 GENERATED=              yes
27
28 [PY37].BUILD_DEPENDS_ON=                python-pip:single:py37
29 [PY37].USES_ON=                         python:py37,wheel
30
31 [PY38].BUILD_DEPENDS_ON=                python-pip:single:py38
32 [PY38].USES_ON=                         python:py38,wheel
33
34 [FILE:1109:descriptions/desc.single]
35 netaddr
36 =======
37
38 A system-independent network address manipulation library for Python 2.7
39 and 3.5+.
40 (Python 2.7 and 3.5 support is deprecated).
41
42 Provides support for:
43
44 Layer 3 addresses
45
46 -  IPv4 and IPv6 addresses, subnets, masks, prefixes
47 -  iterating, slicing, sorting, summarizing and classifying IP networks
48 -  dealing with various ranges formats (CIDR, arbitrary ranges and
49    globs, nmap)
50 -  set based operations (unions, intersections etc) over IP addresses
51    and subnets
52 -  parsing a large variety of different formats and notations
53 -  looking up IANA IP block information
54 -  generating DNS reverse lookups
55 -  supernetting and subnetting
56
57 Layer 2 addresses
58
59 -  representation and manipulation MAC addresses and EUI-64 identifiers
60 -  looking up IEEE organisational information (OUI, IAB)
61 -  generating derived IPv6 addresses
62
63 Starting with Python 3.3 there's an [ipaddress]
64 module in the Python standard library which provides layer 3 address
65 manipulation
66 capabilities overlapping netaddr.
67
68 Documentation
69 -------------
70
71 Latest documentation https://netaddr.readthedocs.io/en/latest/
72
73 Share and enjoy!
74
75
76 [FILE:113:distinfo]
77 9666d0232c32d2656e5e5f8d735f58fd6c7457ce52fc21c98d45f2af78f990ac      1896631 netaddr-0.8.0-py2.py3-none-any.whl
78