Metadata-Version: 2.1
Name: polarishub
Version: 0.9.16
Summary: A p2p file transfer program via LAN.
Home-page: https://github.com/XieGuochao/polarishub
Author: Xie Guochao & Hao Senyue
Author-email: senyuehao@link.cuhk.edu.cn
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: Django (>=2.1.5)
Requires-Dist: MyQR (==2.3.1)


## ReadMe for Python Library

##### Written by TPIOS

This is a p2p file transfer program via LAN.

This program is implemented with Django Framework.

External libraries required: MyQR for generating QR code.

#### Update version 0.9.16 (Important)

We have add console script for our library.

After install our library, you can keep your console open, and continuing typing

```cmd
polarishub setup
```

to setup the environment of our library, and type

```
polarishub run
```

to run our library.

Make sure you first set up the environment, and then run.

In short, you can just type:

```
phub setup
phub run
```

for efficient use.

You can also use

```
polarishub -h
phub -h
```

to check the help information.

