The abstract-python library is a Python SDK for APIs by AbstractAPI.
It has helper classes that allow Python developers integrate these APIs easily in their apps. Read the documentation here.
It currently supports the following APIs:
pip install abstract-pythonfrom abstract_python import *
vatAPI = VatAPI()The following technologies were used in developing this documentation:
- Astro-starlight: The
abstract-pythondocumentation was built using Astro-starlight. - Vale: Used for documentation linting and style-guide enforcement
- Vercel: Used for deploying the documentation
Want to contribute to this documentation? Open an issue and the task will be assigned to you.
npm installnpm run devOpen the url in the terminal to view the documentation locally.