Streamlit-uploads-library

Latest version: v0.1.4

Safety actively analyzes 627711 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.4

Commits
- b77f3b6: Allow the info_msg to be set to None so it doesn't display. (Michael Haslam)
- 8abe8a7: Extract the details creation into its own method. (Michael Haslam)
- d8576e3: Fix caching with class inheritance. (Michael Haslam)
- 9a7519f: Update app pages with latest development changes. (Michael Haslam)
- f00221b: Restructure introduction. (Michael Haslam)
- 302c8e5: Update example app pages with new content. (Michael Haslam)
- ff5d5c0: Add section about custom file details. (Michael Haslam)
- a8a53d5: Update streamlit version. (Michael Haslam)
- 59bf3b0: Update streamlit version. (Michael Haslam)
- 333dda9: Add an example as a comment for overriding the file details section. (Michael Haslam)
- ecb881a: Bump version number. (Michael Haslam)

0.1.3

Commits
- b780e42: Use a flat layout instead of a src layout due to issues with imports on streamlit cloud. (Michael Haslam)
- 5b16c5d: Fix imports since layout change. (Michael Haslam)
- b657bea: Create setup.cfg file and split pyproject.toml file into it. (Michael Haslam)
- 9f7fbed: Bump version number. (Michael Haslam)

0.1.2

Commits
- 343b1be: Small refactor/tidy up including variable names changed to be more descriptive and a key being added to the file uploader. (Michael Haslam)
- 1fbb154: Update uploads page with a second example. (Michael Haslam)
- 59cb60d: Update demo pages with latest development changes, includes description, example and source code preview updates. (Michael Haslam)
- e0dd027: Adds code tags around variable names. (Michael Haslam)
- 83f17d8: Updates README with latest configuration options. (Michael Haslam)
- e6804bd: Updates the description. (Michael Haslam)
- 929b0e0: Bump version number. (Michael Haslam)

0.1.1

Commits
- a8469b8: Fix import. (Michael Haslam)
- 603df56: Bump version number. (Michael Haslam)

0.1.0

Commits
- 7eadb5d: Add new example images. (Michael Haslam)
- d0845f2: Fix formatting. (Michael Haslam)
- 8334986: Rename project. (Michael Haslam)
- dc643dc: Fix code example. (Michael Haslam)
- 4117904: Update link to demo app. (Michael Haslam)
- f0a1a3d: Replace missed names. (Michael Haslam)
- 85b3858: Fix imports. (Michael Haslam)
- 494299e: Create a wrapper for st.file_uploader. (Michael Haslam)
- 020d013: Restructure page content of example app to showcase upcoming features. (Michael Haslam)
- cc85546: Remove unused content. (Michael Haslam)
- 768c7db: Fix import in example and set sidebar state to closed. (Michael Haslam)
- f3d07b4: Fix import, remove unused content and provide example of uploader within the sidebar. (Michael Haslam)
- b96e1fe: Create uploads page with basc ontent including an example of the uploader along with usage code. (Michael Haslam)
- 75e70b3: Fix examples. (Michael Haslam)
- a854c56: Add a note about development status. (Michael Haslam)
- ffdc0f1: Move layout creation to a method and fix wrong variable used to open file. (Michael Haslam)
- 19efe11: Change page titles to match style of others. (Michael Haslam)
- 54f195c: Add extra images for use in example galleries. (Michael Haslam)
- 7dbe804: Convert the Gallery class to a Library class and subclass that to create the new Gallery class. (Michael Haslam)
- 69df61d: Strip out the different view functionality in favour of letting the user decide how to display it. (Michael Haslam)
- 6555495: Extend the functionality of create_library so images of all sizes are aligned correctly. (Michael Haslam)
- fb48218: Add the cache decorator to the function and the newly required variables. (Michael Haslam)
- ea9d040: Update example galleries with required variables passed in. (Michael Haslam)
- 2f64eae: Display some file details like size, name and type in a form with 2 dummy functions connected to the buttons. (Michael Haslam)
- 87e8a05: Create method to update file name or delete it if selected. (Michael Haslam)
- f28941b: Update sub class with new required variables. (Michael Haslam)
- ea03960: Switch to having one expander for all the details in a row instead of individual ones. (Michael Haslam)
- 92a0e27: Update with changes from latest development. (Michael Haslam)
- 9bbff48: Remove unused import. (Michael Haslam)
- ec46df2: Updates with latest changes applied to example app pages. (Michael Haslam)
- 6fe6973: Create basic library page. (Michael Haslam)
- f3f2ce2: Add note to demo app about development status. (Michael Haslam)
- 4e3333e: Update requirements with get_image_size dependency. (Michael Haslam)
- de45adf: Center the images vertically in the columns to help with displaying different resolutions side by side. (Michael Haslam)
- 716145b: Use replace instead of rename and add a try except block to the delete section. (Michael Haslam)
- ac6212d: Addtry, except block to catch errors on file update. (Michael Haslam)
- bc3253a: Remove unused parameters from class. (Michael Haslam)
- a795487: Update demo app pages with new code and examples. (Michael Haslam)
- c8b537a: Removes the expander due to issues with the mobile device layout and adds options for uid and image_alignment. (Michael Haslam)
- c64080b: Update demo app pages with latest content. (Michael Haslam)
- aa04095: Updates the docstring. (Michael Haslam)
- 1e23857: Create basic docstrings and update demo page with changes. (Michael Haslam)
- 73904a5: Create the docstrings for the gallery and update the demo page. (Michael Haslam)
- 3910314: Restructure the assets folder to provide 3 distinct libraries/galleries. (Michael Haslam)
- 69695be: Pass in parameters to methods instead of using self to stop issues with caching. (Michael Haslam)
- 1ad5b19: Update child class with latest changes. (Michael Haslam)
- a5cf690: Set defaults in init method. (Michael Haslam)
- 958a047: Update docstrings with latest changes. (Michael Haslam)
- 4aa8348: Update demo app with latest development changes. (Michael Haslam)
- 9ce7dd4: Update README with new info, covering installation and usage. (Michael Haslam)
- 6e1dc96: Spelling fix. (Michael Haslam)
- 03b931d: Add generate_image_size dependency. (Michael Haslam)
- 391edf9: Minor fix to intro section, removes an unwanted sentance. (Michael Haslam)
- 0dd29ce: Fix code example variable name. (Michael Haslam)
- ed5f2c8: Remove development status notice. (Michael Haslam)
- c75eb22: Bump version number. (Michael Haslam)

0.0.4

Commits
- 7e04e37: Create requirements file for deployment to streamlit cloud. (Michael Haslam)
- da29b43: Add install instructions to example app. (Michael Haslam)
- 810ca6a: Change wording. (Michael Haslam)
- 813fb51: Move out of example folder. (Michael Haslam)
- 3b2155a: Fix import. (Michael Haslam)
- cb522b8: Add badge for streamlit cloud demo. (Michael Haslam)
- 42e4117: Fix formatting. (Michael Haslam)
- 6838e13: Fix formatting. (Michael Haslam)
- e0acb0f: Create basic docstrings for class and methods. (Michael Haslam)
- 934e8d3: Bump version number. (Michael Haslam)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.