Python SDK for frontend components usage
Project description
The Python Earnkeeper SDK
This sdk is used to create frontend components like div, span, columns, rows, datatable and etc., for python modules. Number of components will increase in the future.
Developed by Earn Keeper team (c)
Developing Locally
Install setuptools:
pip install setuptools
Build the package:
python setup.py bdist_wheel
Create a symlink to the package in your local python repository:
pip install -e .
Use the package as needed in parent projects:
from ekp_sdk import BaseContainer
from ekp_sdk.ui import Chart
Deploying
This repository uses Github Actions Continuous Deployment to deploy to Pypi and Pypi test.
Commit and push to staging branch to deploy to Pypi TEST.
Commit and push to main branch to deploy to Pypi.
â ï¸ Make sure to update package VERSION in setup.py before pushing. An error will occur if the version is already deployed
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
File details
Details for the file ekp-sdk-0.7.15.tar.gz.
File metadata
- Download URL: ekp-sdk-0.7.15.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2abf434c9fddfd94bd2b88fd01f1f928e0e147279fd1cd3847798f188ffddcdb
|
|
| MD5 |
1bb76efcc027688ffa34651da060a1c8
|
|
| BLAKE2b-256 |
91c77b3d187ecd1604a98a689a80acacde348681c5a60e0cd51248550ed6d5ad
|