Skip to main content

A p2p file transfer program via LAN.

Project description

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.

To run the library correctly, you should first create a Python script file to setup polarishub on your computer. In this Python script file, only two lines will be include.

from polarishub import setup
setup.initialization()

Then run this script file to setup the essential environment for polarishub.

To run the polarishub on your computer, you should write another Python script file:

from polarishub import manage
manage.runserver(ipAddress, port)
# here ipAddress and port are default as "0.0.0.0" and "8000"
# if you want to change them, you should use your own address and port.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polarishub-0.9.7.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

polarishub-0.9.7-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page