Metadata-Version: 2.1
Name: imio.scan-helpers
Version: 0.1.1
Summary: Various script files to handle local scan tool
Home-page: UNKNOWN
Author: Stephan Geulette (IMIO)
Author-email: support@imio.be
License: GPL version 3
Project-URL: PyPI, https://pypi.python.org/pypi/imio.scan_helpers
Project-URL: Source, https://github.com/IMIO/imio.scan_helpers
Keywords: Scan Windows
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
License-File: LICENSE

imio.scan_helpers
=================
Various script files to handle MS Windows scan tool

Installation
------------
Use virtualenv in bin directory destination

Build locally
-------------
bin/pyinstaller -y imio-scan-helpers.spec

GitHub actions
--------------
On each push or tag, the github action will build the package and upload it to the github release page.
https://github.com/IMIO/imio.scan_helpers/releases

Windows installation
--------------------
The zip archive must be decompressed in a directory (without version reference) that will be the execution directory.

Windows usage
-------------
* imio-scan-helpers.exe -h : displays the help
* imio-scan-helpers.exe : updates the software based on version and restarts it
* imio-scan-helpers.exe -r tag_name: updates the software with specific release and restarts it
* imio-scan-helpers.exe -nu : runs without update
* imio-scan-helpers.exe --startup : Adds the software to the windows startup
* imio-scan-helpers.exe --startup-remove : Removes the software from the windows startup

Changelog
=========

0.1.1 (2024-07-19)
------------------

- Handled Windows startup add or remove following parameters.
  [sgeulette]

0.1.0 (2024-07-18)
------------------

- Initial release.
  [sgeulette]


