Metadata-Version: 2.4
Name: issnresolver
Version: 0.1.5
Summary: Fast async ISSN ↔ ISSN-L resolver using the ISSN Portal API
Home-page: https://github.com/acepocalypse/issnresolver
Author: Akmal Setiawan
Author-email: your@email.com
License: MIT
Project-URL: Source, https://github.com/acepocalypse/issnresolver
Project-URL: Tracker, https://github.com/acepocalypse/issnresolver/issues
Project-URL: Documentation, https://github.com/acepocalypse/issnresolver#readme
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8
Requires-Dist: pandas>=1.3
Requires-Dist: tqdm>=4.0
Provides-Extra: notebook
Requires-Dist: nest_asyncio; extra == "notebook"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# issnresolver

`issnresolver` is a Python package that allows fast, asynchronous lookup of ISSN-L values from ISSNs or EISSNs, and vice versa, using the [ISSN Portal API](https://portal.issn.org/).

## 🔧 Features

- 🔁 ISSN or EISSN → ISSN-L
- 🔁 ISSN-L → All related ISSNs
- ⚡ Asynchronous lookups with rate-limiting
- 📦 Simple integration with Pandas DataFrames
