Metadata-Version: 2.4
Name: cloudisk
Version: 0.1.0
Summary: A decentralized content distribution system. Run your own cloud.
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.121.0
Requires-Dist: filetype>=1.2.0
Requires-Dist: python-multipart>=0.0.20
Requires-Dist: sqlmodel>=0.0.27
Requires-Dist: uvicorn>=0.38.0
Dynamic: license-file

# cloudisk

[![Coverage Status](https://coveralls.io/repos/github/kerudev/cloudisk/badge.svg?branch=main)](https://coveralls.io/github/kerudev/cloudisk?branch=main)
[![Build Status](https://github.com/kerudev/cloudisk/workflows/Lint/badge.svg)](https://github.com/kerudev/cloudisk/actions)
[![PyPI - Version](https://img.shields.io/pypi/v/cloudisk?label=version)](https://pypi.org/project/cloudisk/)
[![PyPI - Python](https://img.shields.io/pypi/pyversions/cloudisk?label=python)](https://pypi.org/project/cloudisk/)

> [!WARNING]
> This library is still on a pre-alpha state.
> Keep your eyes open for future releases!

A decentralized content distribution system. Run your own cloud.

## The idea

cloudisk is born from the need of a simple server to share pictures and videos
with friends that doesn't depend on file size or device storage.

We decided to program our own, kind of like CLI `Jellyfin`, where we can add
the features we need: an intuitive and private cloud that is easy to use and
easy to develop.

## Getting started

To install cloudisk, use `pip install cloudisk`.

After installing, you can run `cloudisk -h` to get the full commands list and
a their description. Use `cloudisk <command> -h` to get help about their flags.

Use `cloudisk run` to start the web server at `127.0.0.1:8000`.

## Environment variables

The following env vars are used by cloudisk:

- `CLOUDISK_STATIC`: the path of the static files that will be served.
