Metadata-Version: 2.1
Name: pathurl
Version: 0.3.0
Summary: OO url manipulation
Home-page: https://github.com/spapanik/pathurl
License: LGPL-3.0+
Keywords: url
Author: Stephanos Kuma
Author-email: stephanos@kuma.ai
Requires-Python: >=3.7.0,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/spapanik/pathurl
Description-Content-Type: text/x-rst

=============================
pathurl: object-oriented URLs
=============================

.. image:: https://github.com/spapanik/pathurl/actions/workflows/build.yml/badge.svg
  :alt: Build
  :target: https://github.com/spapanik/pathurl/actions/workflows/build.yml
.. image:: https://img.shields.io/lgtm/alerts/g/spapanik/pathurl.svg
  :alt: Total alerts
  :target: https://lgtm.com/projects/g/spapanik/pathurl/alerts/
.. image:: https://img.shields.io/github/license/spapanik/pathurl
  :alt: License
  :target: https://github.com/spapanik/pathurl/blob/main/LICENSE.txt
.. image:: https://img.shields.io/pypi/v/pathurl
  :alt: PyPI
  :target: https://pypi.org/project/pathurl
.. image:: https://pepy.tech/badge/pathurl
  :alt: Downloads
  :target: https://pepy.tech/project/pathurl
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :alt: Code style
  :target: https://github.com/psf/black

``pathurl`` is an objected-oriented way of manipulating URLs.

In a nutshell
-------------

Installation
^^^^^^^^^^^^

The easiest way is to use `poetry`_ to manage your dependencies and add *pathurl* to them.

.. code-block:: toml

    [tool.poetry.dependencies]
    pathurl = "^0.3.0"

Usage
^^^^^

``pathurl`` offers a class to manipulate URLs and a class to manipulate the query string.

Links
-----

- `Documentation`_
- `Changelog`_


.. _poetry: https://python-poetry.org/
.. _Changelog: https://github.com/spapanik/pathurl/blob/main/CHANGELOG.rst
.. _Documentation: https://pathurl.readthedocs.io/en/latest/

