Metadata-Version: 2.1
Name: kruz
Version: 0.0.5
Summary: A command line p2p file transfer
Home-page: https://github.com/JamesHoi/kruz
Author: James & Mark
Author-email: jameshoi@foxmail.com
Project-URL: Bug Reports, https://github.com/JamesHoi/kruz/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Source, https://github.com/JamesHoi/kruz
Keywords: filetransfer,p2p
Requires-Python: ==3.8.10
Description-Content-Type: text/markdown
License-File: LICENSE

# kruz

a command line p2p file transfer


## Install



## Run tests

```bash
pip install pytest pytest-xdist
cd kruz
pytest
```
