DEV Community

Ebram Shehata
Ebram Shehata

Posted on

Abstract API Python SDK

I'm excited :) to share about my open source Python library I created to help with using AbstractAPI services.
What can you do with the library? It supports using all current AbstractAPI services:

  • Email validation
  • Phone number validation
  • IP geolocation
  • Lookup holidays of a country on a specific date or date range.
  • VAT validation/calculation/categories
  • IBAN validation
  • Exchange Rates live/conversion/historical rates
  • Lookup company data using only its domain
  • Timezone current/conversion
  • Avatars generation
  • Website screenshot
  • Website scrape
  • Image processing

It supports Python >= 3.9 and it is tested on all environments from 3.9 up to 3.12. Tests are run automatically on all supported Python versions by a CI workflow.

Check it and maybe give a star? :)
Repo: https://github.com/ebram96/AbstractAPI-Python-SDK
Doc: https://abstractapi-python-sdk.readthedocs.io/en/latest/
Package: https://pypi.org/project/abstract-api/

Contributions are very welcome.

Top comments (0)