Metadata-Version: 2.1
Name: ipranges
Version: 0.1.11
Summary: Python library for working with IP addressess.
Home-page: https://pypi.org/project/ipranges/
Author: Pavel Kacha
Author-email: pavel.kacha@cesnet.cz
License: ISC
Project-URL: Documentation, https://709.gitlab-pages.cesnet.cz/warden/ipranges/master/html/manual.html
Project-URL: Source, https://gitlab.cesnet.cz/709/warden/ipranges
Project-URL: Tracker, https://gitlab.cesnet.cz/709/warden/ipranges/-/issues
Keywords: library
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
License-File: LICENSE

ipranges - README
================================================================================

.. warning::

    Although production code is based on this library, it should still be considered
    as work in progress.


Introduction
--------------------------------------------------------------------------------

Python 2 and 3 compatible library for working with IPv4 and IPv6 addressess in
many notations (sible IP, CIDR, range).

This README file is work in progress, sorry about that.


Copyright
--------------------------------------------------------------------------------

| Copyright (c) since 2016, CESNET, z. s. p. o.
| Author: Pavel Kácha <pavel.kacha@cesnet.cz>
| Use of this package is governed by the ISC license, see LICENSE file.
|




Changelog
--------------------------------------------------------------------------------


Version 0.1.11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Released 2022-06-27

-   Added a config file for GitLab CI/CD.
-   Updated the repository information.
-   Updated packages versions.
