Metadata-Version: 2.1
Name: sharefiles
Version: 0.0.1
Summary: Opens an HTTP server quickly at the script location where can download and upload files.
Home-page: https://github.com/deduble/sharefiles
Author: deduble
Author-email: Yunus Kayalidere <yunus.kayalidere@gmail.com>
Project-URL: Homepage, https://github.com/deduble/sharefiles
Project-URL: Bug Tracker, https://github.com/pypa/deduble/sharefiles
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.2
Description-Content-Type: text/markdown
License-File: LICENCE

# Sharefiles

sharefiles is a Python 3 library and script for easily sharing files of directory on network.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install sharefiles.

```bash
pip install git+git://github.com/deduble/sharefiles.git
```

## Usage

Execute the installed binary


```bash
sharefiles
```

or

```bash
python -m sharefiles

```

Alternatively you can share custom directories and with custom port
```bash
sharefiles 8080 --directory /path/to/directorywanted/directory
```
## Disclaimer
Anyone with the access to your network can reach the files. This is just uploading enabled handler on http.server. I made this for personal use earlier. You are welcome to contribute.

## License
[MIT](https://choosealicense.com/licenses/mit/)
