Metadata-Version: 2.1
Name: drizm-commons
Version: 0.5.0
Summary: Python3 commons for the Drizm organization
Home-page: https://github.com/drizm-team/python-commons
License: MIT
Keywords: commons,sqlalchemy
Author: ThaRising
Author-email: kochbe.ber@gmail.com
Maintainer: Dominik Lewandowski
Maintainer-email: dominik.lewandow@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: all
Provides-Extra: google
Provides-Extra: sqla
Requires-Dist: Pillow (>=8.0.1,<9.0.0)
Requires-Dist: google-auth (==1.23.0); extra == "google" or extra == "all"
Requires-Dist: google-cloud-storage (==1.35.0); extra == "google" or extra == "all"
Requires-Dist: requests (>=2.25.0,<3.0.0); extra == "google" or extra == "all"
Requires-Dist: sqlalchemy (==1.3.20); extra == "sqla" or extra == "all"
Project-URL: Repository, https://github.com/drizm-team/python-commons
Description-Content-Type: text/markdown

# Drizm Python Commons

<p align="center">
    <a href="https://badge.fury.io/py/drizm-commons">
        <img 
        src="https://badge.fury.io/py/drizm-commons.svg" 
        alt="PyPI version" height="18"
        >
    </a>
    <a href="https://github.com/psf/black">
        <img
        src="https://img.shields.io/badge/code%20style-black-000000.svg"
        alt="Code Style" height="18"
        >
    </a>
</p>

---
Documentation:  
https://commons.python.drizm.com/
---

This package contains shared code used by
the Drizm organizations development team.  

It is not intended for public usage,
but you may still download,
redistribute or modify it to your liking.

**Author:**  
[Ben "ThaRising" Koch](https://github.com/ThaRising)

**Maintainers:**  
[Dominik Lewandowski](https://github.com/dominik-lewandowski)

## Requirements

Python **^3.8.X** supported.

**Debian 9+** and **Ubuntu 18.04+** for Linux,
as well as **Windows 10 1909+**,
are tested and supported.

Other OS are still most likely supported,
but were not explicitly tested.

