# Ingresse Python SDK
Ingresse Python SDK is what you were missing to help you out with those coding using what is the best in ticketing technology.
## Quick start
After install, Import ingresse SDK to your application and set an object with your API keys.
```python
import ingresse
# Configurate SiftScience SDK
client = ingresse.Client(
public_key= <YOU_PUBLIC_KEY>,
private_key= <YOU_PRIVATE_KEY>
)
# For /event/123456 request, use
response = client.getEvent(123456)
```
Ingresse Python SDK is what you were missing to help you out with those coding using what is the best in ticketing technology.
## Quick start
After install, Import ingresse SDK to your application and set an object with your API keys.
```python
import ingresse
# Configurate SiftScience SDK
client = ingresse.Client(
public_key= <YOU_PUBLIC_KEY>,
private_key= <YOU_PRIVATE_KEY>
)
# For /event/123456 request, use
response = client.getEvent(123456)
```
Release files for Ingresse 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Ingresse-0.1.tar.gz | 3.0 kB | Details |
Release files / Ingresse-0.1.tar.gz
| Download URL | Ingresse-0.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8278e1f6517c47d5d74c29293d1c6f5abbc8b47f22b5928fc03314e7809fd20a
|
|
BLAKE2b-256 checksum How to use checksums |
6cd3185eac970dc131ec9a8464f4e866a980850f60e10028da8fc54054778a2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |