Metadata-Version: 2.1
Name: certego-saas
Version: 0.2.4
Summary: Certego SaaS
Home-page: https://github.com/certego/certego-saas
Author: Certego S.R.L
License: MIT
Project-URL: Documentation, https://github.com/certego/certego-saas
Project-URL: Source, https://github.com/certego/certego-saas
Project-URL: Tracker, https://github.com/certego/certego-saas/issues
Keywords: certego django rest framework saas
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# certego-saas

[![PyPI version](https://badge.fury.io/py/certego-saas.svg)](https://badge.fury.io/py/certego-saas)
[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/certego-saas.svg)](https://pypi.python.org/pypi/certego-saas/)

[![Lint & Tests](https://github.com/certego/certego-saas/workflows/Lint%20&%20Tests/badge.svg)](https://github.com/certego/certego-saas/actions)
[![codecov](https://codecov.io/gh/certego/certego-saas/branch/main/graph/badge.svg?token=XnTODgn1G7)](https://codecov.io/gh/certego/certego-saas)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/certego/certego-saas.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/certego/certego-saas/context:python)
[![CodeFactor](https://www.codefactor.io/repository/github/certego/certego-saas/badge)](https://www.codefactor.io/repository/github/certego/certego-saas)

## Installation

Requires python version >=3.8.

```bash
$ pip3 install certego_saas
```

- For development/testing, `pip3 install certego_saas[dev]`.

## Documentation

- Code reference: [`example_project`](https://github.com/certego/certego-saas/tree/main/example_project).
- Documentation: https://certego-certego-saas.readthedocs-hosted.com/

## Projects using certego-saas

- [Dragonfly](https://dragonfly.certego.net/)
- [IntelOwl](https://github.com/intelowlproject/IntelOwl)

## License

MIT © [certego](https://github.com/certego)
