Metadata-Version: 2.4
Name: lazr.uri
Version: 1.0.8
Summary: A self-contained, easily reusable library for parsing, manipulating, and generating URIs.
Home-page: https://launchpad.net/lazr.uri
Download-URL: https://launchpad.net/lazr.uri/+download
Maintainer: LAZR Developers
Maintainer-email: lazr-developers@lists.launchpad.net
License: LGPL v3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: COPYING.txt
Requires-Dist: setuptools
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Dynamic: download-url
Dynamic: license-file

A self-contained, easily reusable library for parsing, manipulating,
and generating URIs.

..
    This file is part of lazr.uri.

    lazr.uri is free software: you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, version 3 of the License.

    lazr.uri is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
    License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with lazr.uri.  If not, see <http://www.gnu.org/licenses/>.

=================
NEWS for lazr.uri
=================

1.0.8 (2026-04-22)
==================

- Make compatible with setuptools versions greater than 82 (props to ~churchyard on Launchpad for this).

1.0.7 (2024-12-09)
==================

- Add support for Python 3.9, 3.10, 3.11, 3.12 and 3.13.
- Drop support for Python 3.7 and below.
- Add basic ``pre-commit`` configuration.
- Publish documentation on Read the Docs.
- Apply ``black``, ``isort``, ``pyupgrade`` and ``check-manifest``.

1.0.6 (2021-09-13)
==================

- Adjust versioning strategy to avoid importing pkg_resources, which is slow
  in large environments.

1.0.5 (2020-06-29)
==================

- Add an explicit __hash__ method to lazr.uri.URI.

1.0.4 (2020-06-12)
==================

- Install version.txt with package_data (Stefano Rivera,
  https://bugs.launchpad.net/lazr.uri/+bug/918660).
- Switch from buildout to tox.

1.0.3 (2012-01-18)
==================

- Add compatibility with Python 3 (Thomas Kluyver).

1.0.1 (2009-06-01)
==================

- Eliminate dependency on setuptools_bzr so sdists do not bring bzr ini, among
  others.

1.0 (2009-03-23)
================

- Initial release on PyPI
