Metadata-Version: 2.1
Name: everlib
Version: 0.0.1
Summary: Everlasting media library backed by cloud storage
Home-page: https://github.com/ofek/everlib
Author: Ofek Lev
Author-email: ofekmeister@gmail.com
License: Apache-2.0 OR MIT
Project-URL: Documentation, https://ofek.dev/everlib
Project-URL: Source Code, https://github.com/ofek/everlib
Project-URL: Bug Tracker, https://github.com/ofek/everlib/issues
Description: # 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.
        
Keywords: plex,calibre,media,kubernetes,cloud,storage,filesystem
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia
Classifier: Topic :: System :: Archiving :: Mirroring
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
