Metadata-Version: 2.1
Name: stauth
Version: 0.1.1
Summary: Basic Streamlit authenticator
License: Apache-2.0
Author: Mysterious Ben
Author-email: datascience@tuta.io
Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bcrypt (>=4.0.1,<5.0.0)
Requires-Dist: extra-streamlit-components (>=0.1.56,<0.2.0)
Requires-Dist: pyjwt (>=2.6.0,<3.0.0)
Requires-Dist: streamlit (>=1.16.0,<2.0.0)
Description-Content-Type: text/markdown

# stauth

Streamlit authentication components
  
## Installation

```python
pip install stauth
```

