Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cceyda/streamlit-inspect


https://github.com/cceyda/streamlit-inspect

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

#
This is a proof-of-concept

# Run
streamlit run streamlit_view.py

# Example app

```bash
cd examples/custom_type
streamlit run kornia_view.py
```

# Require
Python 3.7 or up

# Supported types

**Native**: bool,float,str,int

**typing**: tuple,union

**special/custom**: tensor (example)

# TODO
- align `and` `or` for tuple union types
- align `None`
- add example docstring to test_class.py
- hide optional container if empty
- How to handle *args,**kwargs
-
# Requirements

# Contribute