Metadata-Version: 2.1
Name: stuser
Version: 0.0.1.dev2
Summary: User registration, login and associated ecosystem for Streamlit
Author-email: Alex Melesko <alex.melesko@msquaredds.com>
License: Copyright 2024 M Squared Data Science LLC
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
           http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
Project-URL: main repository, https://github.com/msquaredds/StUser
Project-URL: test repository, https://github.com/msquaredds/StreamlitAuth
Keywords: Python,Streamlit,Authentication,Components
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: argon2-cffi>=23.1.0
Requires-Dist: crcmod>=1.7
Requires-Dist: cryptography>=43.0.3
Requires-Dist: pandas>=2.2.3
Requires-Dist: streamlit>=1.40.0
Provides-Extra: google
Requires-Dist: db-dtypes>=1.3.1; extra == "google"
Requires-Dist: google-api-python-client>=2.153.0; extra == "google"
Requires-Dist: google-auth>=2.36.0; extra == "google"
Requires-Dist: google-auth-httplib2>=0.2.0; extra == "google"
Requires-Dist: google-auth-oauthlib>=1.2.1; extra == "google"
Requires-Dist: google-cloud-bigquery>=3.27.0; extra == "google"
Provides-Extra: sendgrid
Requires-Dist: sendgrid>=6.11.0; extra == "sendgrid"
