No project description provided
Project description
Dopt Users Python Library
Installation
Add this dependency to your project's build file:
pip install fern-dopt-users
# or
poetry add fern-dopt-users
Usage
from dopt.client import DoptUsers
client = DoptUsers(api_key="YOUR_API_KEY)
client.identify_user(
identifier="my-user-id",
properties={
"bar": "foo"
}
);
Async Client
import asyncio
from dopt.client import AsyncDoptUsers
async_client = AsyncDoptUsers(api_key="YOUR_API_KEY)
async def identify_user() -> None:
client.identify_user(
identifier="my-user-id",
properties={
"bar": "foo"
}
);
asyncio.run(identify_user())
Contributing
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!
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
Built Distribution
Close
Hashes for dopt_users_python_client-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 120f71c4fa4cc2ffb67c003ef9ae9d644273cda888936bbc3de07006edfdc79d |
|
MD5 | c856e460f3da403b54cce6c542790e9e |
|
BLAKE2b-256 | 25c0d7f5bb2388ee334619b7fbec4b58ee81cfcab0322644d0ec6abdc46784dd |
Close
Hashes for dopt_users_python_client-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0f95db6f86e347c627edeca4a1cb87c2dcc51a912d0817cb2ab65195afb9ea1 |
|
MD5 | bfbecbe09dfa440b555fb52d9bce2c4b |
|
BLAKE2b-256 | f6550ea5b1855f82168165cfd0eb0b8d6a31cdb19eb6a89a7464c22e53b453d4 |