json2htmls is a package that converts any json to html tables.
Project description
drf-ebs-utils
drf-ebs-utils is a package that offers service classes for notification-service , attachment-service , sso-service.
Installation
!! Package is not yet published !!
Use the package manager pip to install drf_ebs_utils.
pip install drf_ebs_utils
Setting .env
cp .env.example .env
SERVICE_SSO_DOMAIN=
SERVICE_SSO_SERVICE_TOKEN=
SERVICE_SSO_SECRET_TOKEN=
SERVICE_SSO_SECRET_KEY=
SERVICE_NOTIFICATION_HOST=
SERVICE_NOTIFICATION_SECRET_KEY=
SERVICE_ATTACHMENT_HOST=
SERVICE_ATTACHMENT_SECRET_KEY=
SERVICE_ATTACHMENT_SECRET_TOKEN=
Available service classes
- SSOService
- NotificationService
- AttachmentService
Usage
Example
from ..services.sso import SSOService
sso = SSOService()
from ..services.notification import NotificationService
notification = NotificationService()
from ..services.attachment import AttachmentService
attachment = AttachmentService()
Contributing
Pull requests are welcome. Open issues addressing pull requests.
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 drf-ebs-utils-0.0.2.tar.gz.
File metadata
- Download URL: drf-ebs-utils-0.0.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f21d2d17dd2d25eb2df398f2827155fe0703f3056496d7b988c2755c174cb4c5
|
|
| MD5 |
5f9be583026048a49119fc4e8cfca0e4
|
|
| BLAKE2b-256 |
b02f170b802ff4d7a2316baa6dd9f031a53b8afa5eb5e0b96c06ba01a36b4d23
|
File details
Details for the file drf_ebs_utils-0.0.2-py3-none-any.whl.
File metadata
- Download URL: drf_ebs_utils-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
120ebfc72f5e65d4f9553f34c296c84d6e18dd05b72064067633b28dd2c03093
|
|
| MD5 |
a281b4221748720466ec6835ec5f319e
|
|
| BLAKE2b-256 |
1d09021e7598adfd7e1f170658a42c8c47428d238ccc882aeb99adff54e93710
|