Unofficial UKG Ready Python Client
Project description
ukg.py
Unofficial UKG Python Client
install
pip install ukg
usage
from ukg import UKG
UKG_HOST = se.get("UKG_HOST")
UKG_COMPANY = se.get("UKG_COMPANY")
UKG_USERNAME = se.get("UKG_USERNAME")
UKG_PASSWORD = se.get("UKG_PASSWORD")
UKG_API_KEY = se.get("UKG_API_KEY")
ukg = UKG(
host=UKG_HOST,
company=UKG_COMPANY,
username=UKG_USERNAME,
password=UKG_PASSWORD,
api_key=UKG_API_KEY
)
ukg.login()
results = ukg.export_employees()
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
ukg-0.1.0.tar.gz
(6.2 kB
view details)
File details
Details for the file ukg-0.1.0.tar.gz.
File metadata
- Download URL: ukg-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b607e977f4d5611a6eb085b1916fd8001967cdd128f2cb61e3a08b24af410420
|
|
| MD5 |
5d39f0e6dc01caafb01ffc5971165c3c
|
|
| BLAKE2b-256 |
bb0698d1bc4f716c0eb04d3dfa1b767fe2aa091f271d2ee220c16336a99d26fa
|