Metadata-Version: 2.1
Name: stglance
Version: 0.1.4
Summary: stglance is a small collection of streamlit widgets (for machine learning) that you can include in your streamlit app.
Home-page: https://github.com/soumendra/stglance
License: MIT
Keywords: python,machinelearning,visualization
Author: Soumendra Prasad Dhanee
Author-email: soumendra@gmail.com
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: backports.weakref (>=1.0.post1)
Requires-Dist: backports.zoneinfo (>=0.2.1)
Requires-Dist: catboost (>=0.26)
Requires-Dist: category-encoders (>=2.2.2)
Requires-Dist: joblib (>=1.0.1)
Requires-Dist: lightgbm (>=3.2.1)
Requires-Dist: loguru (>=0.5.3)
Requires-Dist: missingno (>=0.5.0)
Requires-Dist: pandas (>=1.2.5)
Requires-Dist: pandas-profiling (>=3.0.0)
Requires-Dist: pandas-ta (>=0.3.2-beta.0)
Requires-Dist: pdpipe (>=0.0.53)
Requires-Dist: plotnine (>=0.8.0)
Requires-Dist: pydantic (>=1.8.2)
Requires-Dist: scikit-learn (>=1.0)
Requires-Dist: scikit-lego (>=0.6.7)
Requires-Dist: stackprinter (>=0.2.5)
Requires-Dist: streamlit
Requires-Dist: streamlit-pandas-profiling (>=0.1.2)
Requires-Dist: xgboost (>=1.4.2)
Requires-Dist: yellowbrick (>=1.3.post1)
Project-URL: Repository, https://github.com/soumendra/stglance
Description-Content-Type: text/markdown

# stglance

`stglance` is a small collection of `streamlit` widgets that you can include in your streamlit app.


## Setting up for development

1. `poetry install`
2. `poetry run pre-commit autoupdate`

