Metadata-Version: 2.1
Name: streamlit-geolocation
Version: 0.0.5
Summary: A custom Streamlit component to get the users location via js navigator.geolocation.
Home-page: https://github.com/steffanic/streamlit-geolocation
Author: Patrick Steffanic
Author-email: steffaniccodes@gmail.com
Keywords: Python,Streamlit,JavaScript
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.0.0

# streamlit-geolocation
A geolocation module for streamlit


This is heavily inspired by this repository: https://github.com/aghasemi/streamlit_js_eval 
I am simplifying the scope to just getting the user's location and not evaluating arbitrary javascript, but I owe a lot to the original author.
