Skip to main content

Easy-to-use Python module implementing GuardPoint's WebAPI

Project description

pyGuardPoint

pyGuardPoint providers pythonic programming interface to GuardPoint-10. GuardPoint-10 is an Access Control System(ACS) - Learn more about GuardPoint-10 here https://www.sensoraccess.co.uk/guardpoint10/

What is it good for?

Rapid development of applications and scripts using the GuardPoint ACS. pyGuardPoint manages your authenticated connection to GuardPoint-10, so there is know need to construct complex OData URLs. The Python object Cardholder represent a user/person on the system. Modify your Cardholder's attributes and update them with just a couple of lines of code.

Examples

For example, to retrieve a list of cardholders::

cardholders = gp.get_card_holders(search_terms="Jeff Buckley")
for cardholder in cardholders:

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyGuardPoint-0.8.0.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

pyGuardPoint-0.8.0-py3-none-any.whl (23.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page