Metadata-Version: 2.1
Name: spark-metabase-api
Version: 0.1.8
Summary: A Python wrapper for the Metabase API developed by the ⭐️ Spark Tech team
Home-page: https://github.com/Spark-Data-Team/spark_metabase_api
Author: Larry Page
Author-email: tech@spark.do
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
(to create)

# Spark Metabase API

A Python wrapper for the Metabase API \
Developed by the [Spark Tech team](https://www.spark.do/) ⭐️

## Installation

In construction 🚧

## To-Do

- [ ] Remove search based on names.
- [ ] Make sure admins are not removed when collection access is being restricted.
- [ ] Add functions for users, groups and permissions for all of that.
- [ ] Verbose all functions (parametrize it in function argument of course).

## Acknowledgements

- [Metabase API documentation](https://www.metabase.com/docs/latest/api-documentation)
- Inspired from [metabase_api_python](https://github.com/vvaezian/metabase_api_python)
