Metadata-Version: 2.1
Name: mapmod
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: twnull
Author-email: twnull@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/streamlit/demo-uber-nyc-pickups/)

# Streamlit Demo: Uber Pickups in New York City
A [Streamlit](https://streamlit.io) demo [written in pure Python](https://github.com/streamlit/demo-uber-nyc-pickups/blob/master/streamlit_app.py) to interactively visualize Uber pickups in New York City.

![Final App Animation](https://github.com/streamlit/streamlit/raw/develop/docs/_static/img/uber_horiz.gif "Final App Animation")

## View the live app
Check out the live app at [share.streamlit.io/streamlit/demo-uber-nyc-pickups](https://share.streamlit.io/streamlit/demo-uber-nyc-pickups). This demo is hosted with Streamlit sharing - the best way to deploy, manage, and share your Streamlit apps. Get an invite at streamlit.io/sharing.

## Run this demo locally
```
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/streamlit/demo-uber-nyc-pickups/master/streamlit_app.py
```

### Questions? Comments?

Please ask in the [Streamlit community](https://discuss.streamlit.io).


