Skip to content

Police-Data-Accessibility-Project/Access-Manager

Repository files navigation

Access-Manager

This is a small package that makes it easy to access the PDAP API.

It is utilized in several other PDAP repositories

Usage

Utilizes an aiohttp client session, which can either be passed into the constructor, or automatically generated when using the AccessManager as a context manager.

from pdap_access_manager import AccessManager

async with AccessManager("email", "password") as am:
    await am.make_request(RequestInfo(...))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages