Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 282 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 282 Bytes

upload-to-pcloud

Upload local file into pCloud.

Use the environment variables PCLOUD_USERNAME and PCLOUD_PASSWORD to store pCloud credentials.

Installation

pip install .

Build source and wheel packages

pip install build
python -m build