A client library for FusionAuth
Project description
FusionAuth Python Client 
If you're integrating FusionAuth with a Python 3 application, this library will speed up your development time.
For additional information and documentation on FusionAuth refer to https://fusionauth.io.
Install
To install the FusionAuth Python Client package run:
pip install fusionauth-client
This library can be found on PyPI
Coding
And then include the package in your code by using the following statement.
from fusionauth.fusionauth_client import FusionAuthClient
Now you're ready to begin making requests to FusionAuth. You will need to supply an API key you created in FusionAuth, the folowing example assumes an API key of 6b87a398-39f2-4692-927b-13188a81a9a3.
client = FusionAuthClient('6b87a398-39f2-4692-927b-13188a81a9a3', 'http://localhost:9011')
Each method in the client library includes documentation to describe the use and parameters. In addition to this resource, review the API documentation. https://fusionauth.io/docs/v1/tech/apis/
If you encounter a bug with this library, please open an issue.
Questions and support
If you have a question or support issue regarding this client library, we'd love to hear from you.
If you have a paid edition with support included, please open a ticket in your account portal. Learn more about paid editions here.
Otherwise, please post your question in the community forum.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/FusionAuth/fusionauth-python-client.
License
This code is available as open source under the terms of the Apache v2.0 License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fusionauth-client-1.30.2.tar.gz.
File metadata
- Download URL: fusionauth-client-1.30.2.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb225b5ad63dc38da8435b38c2986ebd6ac327e10a4fd3e861713103a4d8fe6f
|
|
| MD5 |
ab3c17544ebcf8c079557ef3a698fbd3
|
|
| BLAKE2b-256 |
b9331cc0f4ef50aa4278705417bd0dd199231ba72c3778c3e41929006f146605
|
File details
Details for the file fusionauth_client-1.30.2-py3-none-any.whl.
File metadata
- Download URL: fusionauth_client-1.30.2-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f767aaf0a32b56b3c70a27da8db96d37d747c2b1e36fa26a9904bca783822dbb
|
|
| MD5 |
20713969e6d56dce53c1c2dc7ac78ce7
|
|
| BLAKE2b-256 |
b3e1a25d36a896f599e10cffa3e38ff9837c5aba87d63b6937d5137487415a46
|