Script to easily turn streamlit apps into stlite apps #1523
Replies: 2 comments
-
|
Hi @LukeAFullard , thank you for using Stlite and your work looks really great. |
Beta Was this translation helpful? Give feedback.
-
|
FYI, I added the ability to use a mounted IDBFS file system: https://github.com/LukeAFullard/script2stlite/releases/tag/v0.2.0 You can see an example of this in use in the two apps below: First go to "IDBFS file browser". It should be empty. Check out the example walk through: Key bit is I hope it is useful! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @whitphx
I really love stlite and I use https://edit.share.stlite.net/ regularly.
One issue I have is that I would like to convert many of my streamlit apps into stlite apps in a simple and consistent way.
I have written a Python package to help me to do this:
https://github.com/LukeAFullard/script2stlite
There are some examples in the example folder which I think are pretty cool and show off stlite.
Please let me know if you have any suggestions.
For now I have not implemented IndexedDB, and only support embedding files as binary (no archive files, no url object, no options).
Thank you and I know I will find it useful, I hope others will too.
Beta Was this translation helpful? Give feedback.
All reactions