Metadata-Version: 2.4
Name: backupchan-server-lib
Version: 0.1.1
Summary: Utilities and structures used by the Backup-chan server.
Author-email: Moltony <koronavirusnyj@gmail.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/Backupchan/server-lib
Project-URL: Repository, https://github.com/Backupchan/server-lib.git
Project-URL: Issues, https://github.com/Backupchan/server-lib/issues
Project-URL: Changelog, https://github.com/Backupchan/server-lib/blob/main/CHANGELOG.md
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# Backup-chan server library

![PyPI - License](https://img.shields.io/pypi/l/backupchan-server-lib)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/backupchan-server-lib)
![PyPI - Version](https://img.shields.io/pypi/v/backupchan-server-lib)

A library containing utility functions and structures for the Backup-chan server.

## Installing

```bash
# The easy way
pip install backupchan-server-lib

# Install from source
git clone https://github.com/Backupchan/server-lib.git backupchan-server-lib
cd backupchan-server-lib
pip install .
```
