Skip to main content

Librería no oficial para leer comunicarse con un servidor de LENEL OpenAccess

Project description

Libreria para conectarse a LENEL OpenAccess

Ejemplo de uso:

app.py

from OpenAccess import *
from python-dotenv import dotenv_values

oa = OpenAccess()
config = dotenv_values(.env)

# Sign-In
result = oa.sign_in(config["USERNAME"], config["PASSWORD"], config["DIRECTORY"])
print(result)
print("Session_Token:", oa.session_token)
input("Press Enter to continue...")

# GetPanels
print("Get Panels")
panels = oa.retrieve_panels()
print (panels)

input("Get Readers... Press Enter to continue...")
# GerReaders PanelID = 9
readers = oa.retrieve_readers(9)
print(readers)

input("Get Cardholder where SSNO = xxxxx ... Press Enter to continue...")
# GetCardHolder Where SSNO = "12345"
cardholder = oa.request_cardholder(autoload_badge=1, has_badges=1, cardholder_filter='SSNO="12345"')
print(cardholder)

input("Get Cardholder where BadgeID = xxxxx ... Press Enter to continue...")
# GetCardHolder Where BadgeId = "1944"
cardholder = oa.request_cardholder(autoload_badge=1, has_badges=1, badges_filter='ID="1944"')
print(cardholder)

.env

USERNAME=<username>
PASSWORD=<password>
DIRECTORY=<directory>
API_URL=http://localhost:8080
DEFAULT_PAGE_SIZE=10
SUCCESS=success
ERROR=error
API_VERSION=1.0
APPLICATION_ID=OpenAccess_app_id

Project details


Download files

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

Source Distribution

OpenAccess-0.1.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

OpenAccess-0.1.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file OpenAccess-0.1.0.tar.gz.

File metadata

  • Download URL: OpenAccess-0.1.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for OpenAccess-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a647d8ee04405520fe4cae9ee46e0eec272b5f6f427a7591306b408e26b4cdb1
MD5 68b0b95abf36384936c19b054488fdcf
BLAKE2b-256 021e1c362bf034ec4088e49a49a4341d24af2b01a35adbc31526bbd33299d591

See more details on using hashes here.

File details

Details for the file OpenAccess-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: OpenAccess-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for OpenAccess-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 319e95c75db35149d1399a4c73e2e35bda7a37f009ca6973d58267b032545d5a
MD5 4db44f434be18032b23652b0294cad75
BLAKE2b-256 a0529f6d1b88119b87e6bb1e4fe3d80e91dbbe0b87dbe2e8817ea6fd6a2e04b1

See more details on using hashes here.

Supported by

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