Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ofek/everlib
Everlasting media library backed by cloud storage
https://github.com/ofek/everlib
calibre cloud-storage command-line containers google-cloud kubernetes plex-media-server
Last synced: about 1 month ago
JSON representation
Everlasting media library backed by cloud storage
- Host: GitHub
- URL: https://github.com/ofek/everlib
- Owner: ofek
- License: apache-2.0
- Created: 2020-02-03T02:14:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T05:35:02.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T15:14:41.597Z (3 months ago)
- Topics: calibre, cloud-storage, command-line, containers, google-cloud, kubernetes, plex-media-server
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# EverLib
[![PyPI - Status](https://img.shields.io/pypi/status/everlib.svg)](https://pypi.org/project/everlib)
[![PyPI - Version](https://img.shields.io/pypi/v/everlib.svg)](https://pypi.org/project/everlib)
[![PyPI - Downloads](https://pepy.tech/badge/everlib)](https://pepy.tech/project/everlib)
[![License - Apache-2.0 OR MIT](https://img.shields.io/badge/license-Apache--2.0%20OR%20MIT-9400d3.svg)](https://choosealicense.com/licenses)
[![Code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/ofek)-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)## Installation
`EverLib` supports Python 3.6+ and is distributed on [PyPI](https://pypi.org) for macOS, Windows, and Linux.
```console
pip install everlib
```## License
`EverLib` is distributed under the terms of both
- [Apache License, Version 2.0](https://choosealicense.com/licenses/apache-2.0)
- [MIT License](https://choosealicense.com/licenses/mit)at your option.