Metadata-Version: 2.4
Name: verifica-es
Version: 1.1.0
Summary: Librería ultraligera (cero dependencias) y API para validar documentos oficiales y formatos españoles (DNI, NIE, CIF, IBAN, Teléfonos, Códigos Postales y Matrículas).
Author-email: Alejandro Tacoronte González <alejandrotacorontegnlez@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/alejandrotg-code/verificaEs
Project-URL: Repository, https://github.com/alejandrotg-code/verificaEs
Project-URL: Issues, https://github.com/alejandrotg-code/verificaEs/issues
Keywords: validador,dni,nie,cif,iban,espana,spain,spanish,validation,matriculas,codigo-postal,fastapi
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: api
Requires-Dist: fastapi>=0.100.0; extra == "api"
Requires-Dist: uvicorn>=0.20.0; extra == "api"
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: httpx>=0.25.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# ValidaES API 🇪🇸

> Free and open source REST API to validate Spanish documents and identifiers. No registration required.

![Status](https://img.shields.io/badge/status-in%20development-yellow)
![License](https://img.shields.io/badge/license-MIT-green)
![Python](https://img.shields.io/badge/python-3.13-blue)
![FastAPI](https://img.shields.io/badge/FastAPI-0.111-teal)

---

## 🚧 Work in progress

Documentation and endpoints coming soon.

---

## 🛠️ Built with

- [Python 3.13](https://www.python.org/)
- [FastAPI](https://fastapi.tiangolo.com/)
- [Uvicorn](https://www.uvicorn.org/)

---

## 📄 License

MIT © [Alejandro Tacoronte González](https://alejandrotg.es)
