Skip to main content

streamlit custom token craft and management component

Project description

🌟 Streamlit Token Craft Component 🚀

Open in Streamlit GitHub PyPI Download Licence

Welcome to the Streamlit Token Craft Component, where managing tokens is as fun as a barrel of monkeys! 🐒 This custom Streamlit component is designed to bring joy and efficiency to your data management needs of displaying tokens in your Streamlit app.

Features 🎉

  • Inline Editing: Edit tokens directly in the table like a ninja! 🥷
  • Dynamic Column Visibility: Play hide and seek with your columns! 🙈🙉
  • Action Handling: Manage token deletion with style. It's like having a mini-command center. 🎮
  • Responsive Design: Looks great on screens of all sizes, even on your grandma's old monitor! 👵💻

Demo 📺

Watch the Token Craft strut its stuff!

Basic demo

image_demo_!

You can also find the deployed example app in streamlit's community cloud!

Peek at more cool tricks up its sleeve!

Secondary demo

image_demo_!

Installation 🛠️

Get this party started with a simple command:

pip install streamlit-token-craft

Usage 📚

Here’s a very simple example on how to unleash the power of the Token Craft in your app:

import streamlit as st
from token_craft import st_token_table

mock_tokens = [
    {
        "id": "token98a1c077",
        "key": "token98-e316-49d9",
        "display_key": "token98a...e5437d75",
        "name": "Token 1",
        "dateCreated": "2023-12-20",
        "lastUsed": "Never",
        "is_active": True,
    },
]

rendered_tokens = st_token_table(
    tokens=mock_tokens,
    key="token_table",
)

[!IMPORTANT] Keep in mind that the functionality of this component has to be combined with your token management service.

For more complex functionality have a look at demo full app & demo for column selection.

Contributing 🤝

Got ideas? Jump in! Contributions are as welcome as puppies at a park! 🐶

For more information, see CONTRIBUTING instructions.

License 📜

This project is licenced under an MIT Licence.

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

streamlit-token_craft-0.2.0.tar.gz (819.9 kB view details)

Uploaded Source

File details

Details for the file streamlit-token_craft-0.2.0.tar.gz.

File metadata

  • Download URL: streamlit-token_craft-0.2.0.tar.gz
  • Upload date:
  • Size: 819.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for streamlit-token_craft-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c27d5d6f2927d6cd67045c392b52c8389d6bbe51d967a0cc7493e2cededd547b
MD5 3036d4aeb6a93faeb076ff8c872ab580
BLAKE2b-256 102953c9f49542fe8869d20d2208c1b98540d3acf9afd7adf67a267e7033dac9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page