Metadata-Version: 2.1
Name: mongo-dash
Version: 0.1.4
Summary: Visualisation platform for MongoDB
Home-page: https://www.github.com/ismailuddin/mongo-dash
Author: Ismail Uddin
License: MIT license
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: aiofiles
Requires-Dist: jinja2
Requires-Dist: uvicorn
Requires-Dist: motor
Requires-Dist: typer
Requires-Dist: async-exit-stack
Requires-Dist: async-generator

<p align="center">
  <img width="300" src="https://raw.githubusercontent.com/ismailuddin/mongo-dash/main/artwork/mongo-dash-logo.png">
</p>

# Mongo Dash
> A dashboard solution for MongoDB databases.

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

![Screenshot](https://raw.githubusercontent.com/ismailuddin/mongo-dash/main/artwork/screenshot.png)

Visit the [website](https://mongo-dash.vercel.app/) for more details.

## Requirements
- Python 3.6 or newer

## 🛠 Installation
To install the package, you can either clone the repository and run the following command:

```shell
$   pip install .
```

Or you can install the package from PyPI using the command:

```shell
$   pip install mongo_dash
```


## 🚀 Usage
For a quick setup, visit the [Getting started](https://mongo-dash-docs.vercel.app/docs/getting-started/first-dashboard) page on the documentation.

## 📚 Documentation
View the [documenation](https://mongo-dash-docs.vercel.app/docs).


