Metadata-Version: 2.1
Name: kade-drive
Version: 0.3.0
Summary: distributed file system based on kademlia dht
License: MIT
Author: DanielUH2019
Author-email: danielcardenascabrera2016@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: netifaces (==0.11.0)
Requires-Dist: rpyc (==5.3.1)
Requires-Dist: typer (==0.9.0)
Description-Content-Type: text/markdown

Distributed file system based on <https://github.com/bmuller/kademlia>


## Basic Usage

- Clone the repo and run poetry install
- Run server.py in one pc or several pc in a local network
- Run cli.py in any pc of the network and start playing with the system

## Installation

- pip install kade-drive
  
### Tests

To run tests make shure that there is at least one server in the network.

