Metadata-Version: 2.1
Name: bernina
Version: 0.0.1
Summary: A minimalist self-hosted media server
Home-page: https://github.com/krateng/bernina
Author: Johannes Krattenmacher
Author-email: python@krateng.dev
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: bottle (>=0.12.16)
Requires-Dist: waitress (>=1.3)
Requires-Dist: doreah (>=1.4.3)
Requires-Dist: nimrodel (>=0.6.1)
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: lesscpy (>=0.13)

# Bernina

[![](https://img.shields.io/pypi/v/bernina?style=for-the-badge)](https://pypi.org/project/bernina/)
[![](https://img.shields.io/pypi/dm/bernina?style=for-the-badge)](https://pypi.org/project/bernina/)
[![](https://img.shields.io/github/stars/krateng/bernina?style=for-the-badge&color=purple)](https://github.com/krateng/bernina/stargazers)
[![](https://img.shields.io/pypi/l/bernina?style=for-the-badge)](https://github.com/krateng/bernina/blob/master/LICENSE)

A minimalist self-hosted movie / tv / video server.

Install with `pip install bernina`.

## Current status

No

## Why not Plex / Jellyfin / ...?

Coming soon

## Requirements

* Python 3.5 or higher

## Library guidelines

Coming soon


