Metadata-Version: |
2.1 |
Name: |
streamlit-pydantic |
Version: |
0.6.0 |
Summary: |
Auto-generate Streamlit UI from Pydantic Models & Dataclasses. |
Author: |
Lukas Masuch |
Author-Email: |
lukas.masuch[at]gmail.com |
Home-Page: |
https://github.com/lukasmasuch/streamlit-pydantic |
Project-Url: |
Changelog, https://github.com/lukasmasuch/streamlit-pydantic/releases |
Project-Url: |
Issue Tracker, https://github.com/lukasmasuch/streamlit-pydantic/issues |
Project-Url: |
Documentation, https://github.com/lukasmasuch/streamlit-pydantic#documentation |
Project-Url: |
Source, https://github.com/lukasmasuch/streamlit-pydantic |
License: |
MIT |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.7 |
Requires-Dist: |
streamlit (>=1.14.0) |
Requires-Dist: |
pydantic (>=1.9) |
Requires-Dist: |
importlib-resources |
Requires-Dist: |
setuptools; extra == "dev" |
Requires-Dist: |
wheel; extra == "dev" |
Requires-Dist: |
build; extra == "dev" |
Requires-Dist: |
twine; extra == "dev" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
pytest; extra == "dev" |
Requires-Dist: |
pytest-mock; extra == "dev" |
Requires-Dist: |
pytest-cov; extra == "dev" |
Requires-Dist: |
types-dataclasses; extra == "dev" |
Requires-Dist: |
mypy; extra == "dev" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
pydocstyle; extra == "dev" |
Requires-Dist: |
isort; extra == "dev" |
Requires-Dist: |
lazydocs; extra == "dev" |
Requires-Dist: |
universal-build; extra == "dev" |
Requires-Dist: |
rope; extra == "dev" |
Requires-Dist: |
colorama; extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |