Metadata-Version: 2.4
Name: inspire-utils
Version: 3.0.70
Summary: INSPIRE-specific utils.
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Author: CERN
Author-email: admin@inspirehep.net
Requires-Python: >=3.11,<3.15
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Babel (>=2.9.1,<3.0)
Requires-Dist: Unidecode (>=1.2,<2.0)
Requires-Dist: isbnlib (>=3.10.14,<4.0)
Requires-Dist: lxml (>=5.0,<7.0)
Requires-Dist: nameparser (==1.1.3)
Requires-Dist: python-dateutil (>=2.9.0,<3.0)
Project-URL: Homepage, https://github.com/inspirehep/inspire-utils
Project-URL: Repository, https://github.com/inspirehep/inspire-utils
Description-Content-Type: text/markdown


<!--
    This file is part of INSPIRE.
    Copyright (C) 2014-2024 CERN.

    INSPIRE is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    INSPIRE 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 General Public License for more details.

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

    In applying this license, CERN does not waive the privileges and immunities
    granted to it by virtue of its status as an Intergovernmental Organization
    or submit itself to any jurisdiction.
-->

 # INSPIRE-Utils

### About
INSPIRE-specific utils.

Supports Python 3.11–3.14.


### Development

Install the project and its development dependencies with Poetry (poetry >=2 is required):

```bash
poetry install
```

Run the test suite inside the Poetry environment:

```bash
poetry run pytest tests
```

