imio.scan-helpers


Nameimio.scan-helpers JSON
Version 0.5.2 PyPI version JSON
download
home_pageNone
SummaryVarious script files to handle local scan tool
upload_time2024-08-26 18:43:59
maintainerNone
docs_urlNone
authorStephan Geulette (IMIO)
requires_python>=3.11
licenseGPL version 3
keywords scan windows
VCS
bugtrack_url
requirements certifi pyinstaller requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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 -c client_id: stores client_id in configuration file
  (used as identification when sending info to imio)
* imio-scan-helpers.exe -p plone_password: stores webservice password in configuration file
  (used when sending info to imio)
* 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
* profiles-backup.exe : backups profiles
* profiles-restore.exe : restores profiles

Changelog
=========

0.5.2 (2024-08-26)
------------------

- Added version in message sent to webservice.
  [sgeulette]

0.5.1 (2024-08-23)
------------------

- Corrected bug with relative path.
  [sgeulette]
- Added backuped dirs in first message.
  [sgeulette]

0.5.0 (2024-08-22)
------------------

- Added certifi pem file to be sure https certificates can be validated.
  [sgeulette]

0.4.1 (2024-08-22)
------------------

- Added more info in first message.
  [sgeulette]

0.4.0 (2024-08-21)
------------------

- Added optional basic proxy configuration.
  [sgeulette]

0.3.2 (2024-08-21)
------------------

- Corrected `utils.json_request`.
  [sgeulette]

0.3.1 (2024-08-20)
------------------

- Added tests.
  [sgeulette]

0.3.0 (2024-08-14)
------------------

- Corrected version.
  [sgeulette]

0.2.5 (2024-08-14)
------------------

- Called profiles_restore in main.
  [sgeulette]

0.2.4 (2024-08-14)
------------------

- Corrected set_parameter. Added hostname information.
  [sgeulette]

0.2.3 (2024-08-14)
------------------

- Send an info message (no mail) when the product is updated.
  [sgeulette]

0.2.2 (2024-08-13)
------------------

- Added `--is-auto-started` parameter in main, passed when app is auto started.
  [sgeulette]

0.2.1 (2024-08-13)
------------------

- Changed backup directory.
  [sgeulette]
- Improved exception logging.
  [sgeulette]

0.2.0 (2024-08-13)
------------------

- Added profiles_backup script.
  [sgeulette]
- Stored client identification, plone password and webservice url in configuration file.
  [sgeulette]
- Added profiles_restore script.
  [sgeulette]

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

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

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

- Initial release.
  [sgeulette]

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "imio.scan-helpers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "Scan Windows",
    "author": "Stephan Geulette (IMIO)",
    "author_email": "support@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/a5/85/fa58cbab18b934914ee19f243b3f83204056fc47b0b0381cba073be68391/imio_scan_helpers-0.5.2.tar.gz",
    "platform": null,
    "description": "imio.scan_helpers\n=================\nVarious script files to handle MS Windows scan tool\n\nInstallation\n------------\nUse virtualenv in bin directory destination\n\nBuild locally\n-------------\nbin/pyinstaller -y imio-scan-helpers.spec\n\nGitHub actions\n--------------\nOn each push or tag, the github action will build the package and upload it to the github release page.\nhttps://github.com/IMIO/imio.scan_helpers/releases\n\nWindows installation\n--------------------\nThe zip archive must be decompressed in a directory (without version reference) that will be the execution directory.\n\nWindows usage\n-------------\n* imio-scan-helpers.exe -h : displays the help\n* imio-scan-helpers.exe : updates the software based on version and restarts it\n* imio-scan-helpers.exe -r tag_name: updates the software with specific release and restarts it\n* imio-scan-helpers.exe -c client_id: stores client_id in configuration file\n  (used as identification when sending info to imio)\n* imio-scan-helpers.exe -p plone_password: stores webservice password in configuration file\n  (used when sending info to imio)\n* imio-scan-helpers.exe -nu : runs without update\n* imio-scan-helpers.exe --startup : adds the software to the windows startup\n* imio-scan-helpers.exe --startup-remove : removes the software from the windows startup\n* profiles-backup.exe : backups profiles\n* profiles-restore.exe : restores profiles\n\nChangelog\n=========\n\n0.5.2 (2024-08-26)\n------------------\n\n- Added version in message sent to webservice.\n  [sgeulette]\n\n0.5.1 (2024-08-23)\n------------------\n\n- Corrected bug with relative path.\n  [sgeulette]\n- Added backuped dirs in first message.\n  [sgeulette]\n\n0.5.0 (2024-08-22)\n------------------\n\n- Added certifi pem file to be sure https certificates can be validated.\n  [sgeulette]\n\n0.4.1 (2024-08-22)\n------------------\n\n- Added more info in first message.\n  [sgeulette]\n\n0.4.0 (2024-08-21)\n------------------\n\n- Added optional basic proxy configuration.\n  [sgeulette]\n\n0.3.2 (2024-08-21)\n------------------\n\n- Corrected `utils.json_request`.\n  [sgeulette]\n\n0.3.1 (2024-08-20)\n------------------\n\n- Added tests.\n  [sgeulette]\n\n0.3.0 (2024-08-14)\n------------------\n\n- Corrected version.\n  [sgeulette]\n\n0.2.5 (2024-08-14)\n------------------\n\n- Called profiles_restore in main.\n  [sgeulette]\n\n0.2.4 (2024-08-14)\n------------------\n\n- Corrected set_parameter. Added hostname information.\n  [sgeulette]\n\n0.2.3 (2024-08-14)\n------------------\n\n- Send an info message (no mail) when the product is updated.\n  [sgeulette]\n\n0.2.2 (2024-08-13)\n------------------\n\n- Added `--is-auto-started` parameter in main, passed when app is auto started.\n  [sgeulette]\n\n0.2.1 (2024-08-13)\n------------------\n\n- Changed backup directory.\n  [sgeulette]\n- Improved exception logging.\n  [sgeulette]\n\n0.2.0 (2024-08-13)\n------------------\n\n- Added profiles_backup script.\n  [sgeulette]\n- Stored client identification, plone password and webservice url in configuration file.\n  [sgeulette]\n- Added profiles_restore script.\n  [sgeulette]\n\n0.1.1 (2024-07-19)\n------------------\n\n- Handled Windows startup add or remove following parameters.\n  [sgeulette]\n\n0.1.0 (2024-07-18)\n------------------\n\n- Initial release.\n  [sgeulette]\n",
    "bugtrack_url": null,
    "license": "GPL version 3",
    "summary": "Various script files to handle local scan tool",
    "version": "0.5.2",
    "project_urls": {
        "PyPI": "https://pypi.python.org/pypi/imio.scan_helpers",
        "Source": "https://github.com/IMIO/imio.scan_helpers"
    },
    "split_keywords": [
        "scan",
        "windows"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53cbff97aff71e3a4656d39badc2d1b744eae0f259b0ec26c69b42aea3354f0a",
                "md5": "8ef1e02f1b7734694ca1d329311190b6",
                "sha256": "704d6cb56ab2002f8d042833a8464602f8912c2fb6163001177538ebfa8240f3"
            },
            "downloads": -1,
            "filename": "imio.scan_helpers-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ef1e02f1b7734694ca1d329311190b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 26723,
            "upload_time": "2024-08-26T18:43:58",
            "upload_time_iso_8601": "2024-08-26T18:43:58.009264Z",
            "url": "https://files.pythonhosted.org/packages/53/cb/ff97aff71e3a4656d39badc2d1b744eae0f259b0ec26c69b42aea3354f0a/imio.scan_helpers-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a585fa58cbab18b934914ee19f243b3f83204056fc47b0b0381cba073be68391",
                "md5": "bef33893086832925de5b5a2b4cfd89c",
                "sha256": "98aad99853f71b0097f8d8954e15d4f64e628b68da4a4c2c6685ea67d0f0b614"
            },
            "downloads": -1,
            "filename": "imio_scan_helpers-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bef33893086832925de5b5a2b4cfd89c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 24976,
            "upload_time": "2024-08-26T18:43:59",
            "upload_time_iso_8601": "2024-08-26T18:43:59.793354Z",
            "url": "https://files.pythonhosted.org/packages/a5/85/fa58cbab18b934914ee19f243b3f83204056fc47b0b0381cba073be68391/imio_scan_helpers-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 18:43:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IMIO",
    "github_project": "imio.scan_helpers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "certifi",
            "specs": []
        },
        {
            "name": "pyinstaller",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "imio.scan-helpers"
}
        
Elapsed time: 0.36705s