Metadata-Version: 2.1
Name: fast-transfer
Version: 0.0.1
Summary: An easy and fast way to transfer files
Author-email: ChanMo <chan.mo@outlook.com>
Project-URL: Homepage, https://github.com/ChanMo/fast-transfer
Project-URL: Bug Tracker, https://github.com/ChanMo/fast-transfer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Fast Transfer

An easy and fast way to transfer files between mulitple users.
If you offten run the command `python -m http.server`, you will like it.


## Usage

```
fast-transfer /tmp
```

## Installation

```
pip install fast-transfer
```
