fix vendor
This commit is contained in:
5
vendor/netaddr-0.8.0.dist-info/AUTHORS
vendored
Normal file
5
vendor/netaddr-0.8.0.dist-info/AUTHORS
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
- David P. D. Moss (author, maintainer) drkjam@gmail.com
|
||||
- Stefan Nordhausen (maintainer) stefan.nordhausen@immobilienscout24.de
|
||||
- Jakub Stasiak (maintainer) jakub@stasiak.at
|
||||
|
||||
Released under the BSD License (see :doc:`license` for details).
|
1
vendor/netaddr-0.8.0.dist-info/INSTALLER
vendored
Normal file
1
vendor/netaddr-0.8.0.dist-info/INSTALLER
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pip
|
36
vendor/netaddr-0.8.0.dist-info/LICENSE
vendored
Normal file
36
vendor/netaddr-0.8.0.dist-info/LICENSE
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
Here are the licenses applicable to the use of the netaddr library.
|
||||
|
||||
-------
|
||||
netaddr
|
||||
-------
|
||||
|
||||
COPYRIGHT AND LICENSE
|
||||
|
||||
Copyright (c) 2008 by David P. D. Moss. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of David P. D. Moss nor the names of contributors
|
||||
may be used to endorse or promote products derived from this
|
||||
software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
118
vendor/netaddr-0.8.0.dist-info/METADATA
vendored
Normal file
118
vendor/netaddr-0.8.0.dist-info/METADATA
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: netaddr
|
||||
Version: 0.8.0
|
||||
Summary: A network address manipulation library for Python
|
||||
Home-page: https://github.com/drkjam/netaddr/
|
||||
Author: David P. D. Moss, Stefan Nordhausen et al
|
||||
Author-email: drkjam@gmail.com
|
||||
License: BSD License
|
||||
Download-URL: https://pypi.org/project/netaddr/
|
||||
Keywords: Networking,Systems Administration,IANA,IEEE,CIDR,IP,IPv4,IPv6,CIDR,EUI,MAC,MAC-48,EUI-48,EUI-64
|
||||
Platform: OS Independent
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Environment :: Console
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: Education
|
||||
Classifier: Intended Audience :: Information Technology
|
||||
Classifier: Intended Audience :: Science/Research
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
Classifier: Intended Audience :: Telecommunications Industry
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Topic :: Communications
|
||||
Classifier: Topic :: Documentation
|
||||
Classifier: Topic :: Education
|
||||
Classifier: Topic :: Education :: Testing
|
||||
Classifier: Topic :: Home Automation
|
||||
Classifier: Topic :: Internet
|
||||
Classifier: Topic :: Internet :: Log Analysis
|
||||
Classifier: Topic :: Internet :: Name Service (DNS)
|
||||
Classifier: Topic :: Internet :: Proxy Servers
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
|
||||
Classifier: Topic :: Security
|
||||
Classifier: Topic :: Software Development
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Topic :: Software Development :: Quality Assurance
|
||||
Classifier: Topic :: Software Development :: Testing
|
||||
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
||||
Classifier: Topic :: System :: Benchmark
|
||||
Classifier: Topic :: System :: Clustering
|
||||
Classifier: Topic :: System :: Distributed Computing
|
||||
Classifier: Topic :: System :: Installation/Setup
|
||||
Classifier: Topic :: System :: Logging
|
||||
Classifier: Topic :: System :: Monitoring
|
||||
Classifier: Topic :: System :: Networking
|
||||
Classifier: Topic :: System :: Networking :: Firewalls
|
||||
Classifier: Topic :: System :: Networking :: Monitoring
|
||||
Classifier: Topic :: System :: Networking :: Time Synchronization
|
||||
Classifier: Topic :: System :: Recovery Tools
|
||||
Classifier: Topic :: System :: Shells
|
||||
Classifier: Topic :: System :: Software Distribution
|
||||
Classifier: Topic :: System :: Systems Administration
|
||||
Classifier: Topic :: System :: System Shells
|
||||
Classifier: Topic :: Text Processing
|
||||
Classifier: Topic :: Text Processing :: Filters
|
||||
Classifier: Topic :: Utilities
|
||||
Requires-Dist: importlib-resources ; python_version < "3.7"
|
||||
|
||||
netaddr
|
||||
=======
|
||||
|
||||
A system-independent network address manipulation library for Python 2.7 and 3.5+.
|
||||
(Python 2.7 and 3.5 support is deprecated).
|
||||
|
||||
.. image:: https://codecov.io/gh/netaddr/netaddr/branch/master/graph/badge.svg
|
||||
:target: https://codecov.io/gh/netaddr/netaddr
|
||||
.. image:: https://github.com/netaddr/netaddr/workflows/CI/badge.svg
|
||||
:target: https://github.com/netaddr/netaddr/actions?query=workflow%3ACI+branch%3Amaster
|
||||
.. image:: https://img.shields.io/pypi/v/netaddr.svg
|
||||
:target: https://pypi.org/project/netaddr/
|
||||
.. image:: https://img.shields.io/pypi/pyversions/netaddr.svg
|
||||
:target: pypi.python.org/pypi/netaddr
|
||||
|
||||
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
|
||||
|
||||
Starting with Python 3.3 there's an `ipaddress <https://docs.python.org/3/library/ipaddress.html>`_
|
||||
module in the Python standard library which provides layer 3 address manipulation
|
||||
capabilities overlapping ``netaddr``.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
Latest documentation https://netaddr.readthedocs.io/en/latest/
|
||||
|
||||
Share and enjoy!
|
||||
|
||||
|
58
vendor/netaddr-0.8.0.dist-info/RECORD
vendored
Normal file
58
vendor/netaddr-0.8.0.dist-info/RECORD
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
../../bin/netaddr,sha256=Vur2dSZN9Xcjeo6hltTm7xF_0_kCv-sihPegDrXZm5c,258
|
||||
netaddr-0.8.0.dist-info/AUTHORS,sha256=ukJIe5KKm4I3UsXdPRTflQj-wISd8--amGiTe8PAVco,241
|
||||
netaddr-0.8.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
netaddr-0.8.0.dist-info/LICENSE,sha256=DlPeYlR3h0YvQe77XO4xoU9-p2e6A2LG-TBPF0JIbUc,1606
|
||||
netaddr-0.8.0.dist-info/METADATA,sha256=0kO1sE_BkLIoTmbDur34u3t45VoiqdBIG9LqX7fV168,4884
|
||||
netaddr-0.8.0.dist-info/RECORD,,
|
||||
netaddr-0.8.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
netaddr-0.8.0.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
||||
netaddr-0.8.0.dist-info/entry_points.txt,sha256=TGfqa95bQEnE9BUe3rrr0Hq1Y1rw49ZVkVDjKg7nE90,46
|
||||
netaddr-0.8.0.dist-info/top_level.txt,sha256=GlouRmUZSQCg0kloRWKY6qxTHAsQo_rE8QvlxYBHwOE,8
|
||||
netaddr/__init__.py,sha256=de86OhloTul8BJpkkwh1yn4iK-tEVRRGm_kXIfNXcE8,1849
|
||||
netaddr/__init__.pyc,,
|
||||
netaddr/cli.py,sha256=_r5UPGR2hAZhyD4d_KbmHQDBz_eRoWFlqFJ3xtcLxAc,1278
|
||||
netaddr/cli.pyc,,
|
||||
netaddr/compat.py,sha256=o4F9ROM_oAz4tIj8qeGB6viWBaXVxyOEtTPy6J4svA0,2209
|
||||
netaddr/compat.pyc,,
|
||||
netaddr/contrib/__init__.py,sha256=tHDAWK5T0l3IxMjlnlXRZmBVEWe_JnYu6GmdSeP8slQ,567
|
||||
netaddr/contrib/__init__.pyc,,
|
||||
netaddr/contrib/subnet_splitter.py,sha256=FloAxzvcMMXXHaesGJiyJWug1R8Wrxh-00Cvv6UfDAY,1769
|
||||
netaddr/contrib/subnet_splitter.pyc,,
|
||||
netaddr/core.py,sha256=AhQhwutql11wSUWN5_ip6cM9gHjP_zr3c7I3BIrCwIw,5898
|
||||
netaddr/core.pyc,,
|
||||
netaddr/eui/__init__.py,sha256=tET2m6vht-x8WUStqv7wOfVEPtPfYPZBppcAm8-5np8,25688
|
||||
netaddr/eui/__init__.pyc,,
|
||||
netaddr/eui/iab.idx,sha256=sQ-fBZjeCGVbYT4jYwPMzMsktJ70b8kQJhr58NVpK1g,95464
|
||||
netaddr/eui/iab.txt,sha256=gXX96cz8zxlCvWd7SNwRiwmf6OLsbnvOVcDoNGNUMLQ,2453223
|
||||
netaddr/eui/ieee.py,sha256=f0SxL3s6jxXysovoCw948vFzW_qDY8Q8M7p0v1FXZ6U,9303
|
||||
netaddr/eui/ieee.pyc,,
|
||||
netaddr/eui/oui.idx,sha256=hE0dZwt-G72WK569n7AphTpwyUNlsPdsRJ90r8SUPNI,523486
|
||||
netaddr/eui/oui.txt,sha256=w6qHufJSUn1ZQEx2TcqW11gP39McK5c6NTumiFIYK0E,4458411
|
||||
netaddr/fbsocket.py,sha256=L2yZtJVBhAR-Hxfx5pROfJiE2V9XkjLtYf6ONElUJnE,8247
|
||||
netaddr/fbsocket.pyc,,
|
||||
netaddr/ip/__init__.py,sha256=rzSNhw4H_ElQSD8-Gmm3bqbMqxGB4NdV2WijqksEs1Y,68492
|
||||
netaddr/ip/__init__.pyc,,
|
||||
netaddr/ip/glob.py,sha256=tlxePyqAA_JrNGj2A8_9vRgzbMIxJXScs7A0Sx1xNhI,10474
|
||||
netaddr/ip/glob.pyc,,
|
||||
netaddr/ip/iana.py,sha256=Cdzo4XuKq6cKJB6JxrM9SevKz9afMHrLOseEkdFQghw,14052
|
||||
netaddr/ip/iana.pyc,,
|
||||
netaddr/ip/ipv4-address-space.xml,sha256=QkOuS1T5_UYzzCehV-c715ukZkipxSersFJnAZXwd0E,75998
|
||||
netaddr/ip/ipv6-address-space.xml,sha256=U14bpxkCfEc5JCOogbw33uLCVbzZd49WmgXxD89Atxk,9581
|
||||
netaddr/ip/ipv6-unicast-address-assignments.xml,sha256=NTc9d0XDdSIxzmeoB37mfNY46r2Mig6aOCJh0k8Ydiw,14852
|
||||
netaddr/ip/multicast-addresses.xml,sha256=uV2J89XT2rfvb9WopNUkETY5MlsB5a8Ct9mZOKCY1qI,153025
|
||||
netaddr/ip/nmap.py,sha256=6OEyTSrxUUNvEZdhX0I27c9aV7GPKf1oJMT50toS_ro,4078
|
||||
netaddr/ip/nmap.pyc,,
|
||||
netaddr/ip/rfc1924.py,sha256=GCLZKg6VUhBuqZlN6JHPP-M0VaaEVysoyhx4AeZTNUM,1750
|
||||
netaddr/ip/rfc1924.pyc,,
|
||||
netaddr/ip/sets.py,sha256=SG_aO9KJ13Td3YPqsFvlmRDceMwblDWcSTER_wly54Q,26586
|
||||
netaddr/ip/sets.pyc,,
|
||||
netaddr/strategy/__init__.py,sha256=QI-vJBK4wCJGp-c6iQSkbRDE4wqy1YW44ioFa2pCJ3U,7479
|
||||
netaddr/strategy/__init__.pyc,,
|
||||
netaddr/strategy/eui48.py,sha256=w-ClUG8ie34GsVfNY8vHVXiTWU303v_RPjP76s_HynE,8640
|
||||
netaddr/strategy/eui48.pyc,,
|
||||
netaddr/strategy/eui64.py,sha256=nipcYqN5XYWu7L8gEkbeVdfqBU5CJ592uz3yFSIlD_k,7711
|
||||
netaddr/strategy/eui64.pyc,,
|
||||
netaddr/strategy/ipv4.py,sha256=T-dK0926vh-FWso2M7GLNTliKSteLzbZfEH37tjupHc,8095
|
||||
netaddr/strategy/ipv4.pyc,,
|
||||
netaddr/strategy/ipv6.py,sha256=OuwhcXbtReuI6KYtO6Nsc9kdEjThVqmY4XmvnTKBunU,7632
|
||||
netaddr/strategy/ipv6.pyc,,
|
0
vendor/netaddr-0.8.0.dist-info/REQUESTED
vendored
Normal file
0
vendor/netaddr-0.8.0.dist-info/REQUESTED
vendored
Normal file
6
vendor/netaddr-0.8.0.dist-info/WHEEL
vendored
Normal file
6
vendor/netaddr-0.8.0.dist-info/WHEEL
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.34.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
3
vendor/netaddr-0.8.0.dist-info/entry_points.txt
vendored
Normal file
3
vendor/netaddr-0.8.0.dist-info/entry_points.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[console_scripts]
|
||||
netaddr = netaddr.cli:main
|
||||
|
1
vendor/netaddr-0.8.0.dist-info/top_level.txt
vendored
Normal file
1
vendor/netaddr-0.8.0.dist-info/top_level.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
netaddr
|
Reference in New Issue
Block a user