Metadata-Version: 2.1
Name: ultimate-notion
Version: 0.0.3
Summary: The ultimate Python library for Notion!
Project-URL: Documentation, https://ultimate-notion.com/
Project-URL: Sponsor, https://github.com/sponsors/FlorianWilhelm
Project-URL: Tracker, https://github.com/ultimate-notion/ultimate-notion/issues
Project-URL: Source, https://github.com/ultimate-notion/ultimate-notion
Author-email: Florian Wilhelm <Florian.Wilhelm@gmail.com>
License-File: AUTHORS.md
License-File: LICENSE.txt
Keywords: notion
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: emoji
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Requires-Dist: html5lib
Requires-Dist: notion-client
Requires-Dist: pandas
Requires-Dist: pydantic
Description-Content-Type: text/markdown

# Ultimate-Notion

<div align="center">

<img src="https://raw.githubusercontent.com/ultimate-notion/ultimate-notion/master/docs/assets/images/logo.svg" alt="Ultimate-Notion logo" width="500" role="img">

 The ultimate Python library for [Notion]!

|         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CI/CD   | [![CI - Test](https://github.com/ultimate-notion/ultimate-notion/actions/workflows/run-tests.yml/badge.svg)](https://github.com/ultimate-notion/ultimate-notion/actions/workflows/run-tests.yml) [![Coverage](https://img.shields.io/coveralls/github/ultimate-notion/ultimate-notion/master.svg?logo=coveralls&label=Coverage)](https://coveralls.io/r/ultimate-notion/ultimate-notion) [![CD - Build](https://github.com/ultimate-notion/ultimate-notion/actions/workflows/build-publish.yml/badge.svg)](https://github.com/ultimate-notion/ultimate-notion/actions/workflows/build-publish.yml) [![Docs - Build](https://github.com/ultimate-notion/ultimate-notion/actions/workflows/build-docs.yml/badge.svg)](https://github.com/ultimate-notion/ultimate-notion/actions/workflows/build-docs.yml)                                       |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/ultimate-notion.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/ultimate-notion/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/ultimate-notion.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pepy.tech/project/ultimate-notion) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ultimate-notion.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/ultimate-notion/)                                                                                                                                                                                                                                                                                                                                         |
| Details | [![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black) [![imports - isort](https://img.shields.io/badge/imports-isort-ef8336.svg)](https://github.com/pycqa/isort) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4)](https://github.com/sponsors/FlorianWilhelm) |

</div>

-----

**This is a pre-alpha version! Don't use it!**

## Features

- in development

## Development

After having cloned this repository:

1. install [hatch] globally, e.g. `pipx install hatch`,
2. create the default environment with `hatch env create`,
3. activate the default environment with `hatch shell`,
4. \[only once\] run `pre-commit install` to install [pre-commit],

and then you are already set up to start hacking. Use `hatch run test:cov` or `hatch run test:no-cov` to run
the unitest with or without coverage reports, respectively.

## Documentation

The [documentation](https://ultimate-notion.com/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).

## License

Ultimate-Notion is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Credits

To start this project off a lot of inspiration and code was taken from [hatch] and [notional].

[Notion]: https://www.notion.so/
[hatch]: https://hatch.pypa.io/
[pre-commit]: https://pre-commit.com/
[notional]: https://github.com/jheddings/notional/
