Socket
Socket
Sign inDemoInstall

piwigotools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piwigotools

mange your piwigo gallery by command piwigo


Maintainers
1

piwigotools

Piwigo is a famous open-source online photo gallery.

Piwigotools is a module python for manage your piwigo gallery. The module add command "piwigo"

Installation

Warning


Piwigotools needs the progressbar module.

But progressbar moduel is not compatible with python3

install for python2.7

::

    pip install progressbar

install for python 3

::

    git clone https://github.com/coagulant/progressbar-python3.git
    cd progressbar-python3
    python setup.py install


Install

::

pip install piwigotools
    

Or

::

git clone https://github.com/fraoustin/piwigotools.git
cd piwigotools
python setup.py install

Usage

::

piwigo verb --param1=value1 --param2=value2 ...

0.1.3

  • correction per page in images

0.1.2

  • correction per page to int

0.1.1

  • correction of help for piwigotools.main

0.1.0

  • add verb sync-up and sync-down

0.0.2

  • add verb upload, download and ws
  • integrate progressbar
  • manage thread

0.0.1

init

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc