Metadata-Version: 2.1
Name: streamlit-pages
Version: 0.1.0
Summary: Addons like multipages for streamlit webapp
Home-page: https://github.com/bvenkatesh-ai/streamlit_pages
License: MIT
Author: Venkatesh Boddu
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: streamlit (>=0.84,<0.85)
Project-URL: Documentation, https://streamlit_pages.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/bvenkatesh-ai/streamlit_pages
Description-Content-Type: text/markdown

# streamlit_pages

[![Python](https://img.shields.io/badge/python-3.6 3.7 3.8 3.9-blue)]()
[![codecov](https://codecov.io/gh/bvenkatesh-ai/streamlit_pages/branch/main/graph/badge.svg)](https://codecov.io/gh/bvenkatesh-ai/streamlit_pages)
[![Documentation Status](https://readthedocs.org/projects/streamlit_pages/badge/?version=latest)](https://streamlit_pages.readthedocs.io/en/latest/?badge=latest)


## Installation

```bash
$ pip install -i https://test.pypi.org/simple/ streamlit_pages
```

## Features

- Adding multiple pages to streamlit
- Sharing specific pages

## Dependencies

- streamlit

## Usage

- TODO

## Documentation

The official documentation is hosted on Read the Docs: https://streamlit_pages.readthedocs.io/en/latest/

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/bvenkatesh-ai/streamlit_pages/graphs/contributors).

### Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the [pyOpenSci/cookiecutter-pyopensci](https://github.com/pyOpenSci/cookiecutter-pyopensci) project template and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).

