whatamithinking-bundler


Namewhatamithinking-bundler JSON
Version 1.1.4 PyPI version JSON
download
home_pageNone
Summarypackage python apps for deployment on different platforms
upload_time2025-09-03 14:41:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords bundler installer packager windows
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WhatAmIThinking-Bundler

Package python apps for deployment on different platforms

## Table of Contents

- [WhatAmIThinking-Bundler](#whatamithinking-bundler)
  - [Table of Contents](#table-of-contents)
  - [Requirements](#requirements)
    - [Requirements - Windows](#requirements---windows)
  - [Known Issues](#known-issues)
    - [Known Issues - Windows](#known-issues---windows)

## Requirements

### Requirements - Windows

Inno Setup is used on windows to build the installer. A `.iss` script is generated by this package, but that must be compiled and built into an inno setup installer and that requires the compiler be installed on your build system.

- [Download Inno Setup](https://jrsoftware.org/download.php/is.exe)

You may also need to add the program folder to your environment `Path` so the `iscc` program can be accessed from the shell.

## Known Issues

### Known Issues - Windows

Antivirus seems to sometimes lock up PE (exe) files, preventing them from being written to. If you do not have the power to exclude your build folder from the antivirus scans, the next best solutions are as follow:

- Try using another machine or VM which is not running antivirus
- Just let the program continue its attempts until it finally works. Increase the timeout, if needed, to give more time for attempts

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "whatamithinking-bundler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "bundler, installer, packager, windows",
    "author": null,
    "author_email": "Connor Sherwood Maynes <connormaynes@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/41/ef/432534a5f65f74928ade4c21e39b0aaa77b7d8f3ecb9fe05648699eedee4/whatamithinking_bundler-1.1.4.tar.gz",
    "platform": null,
    "description": "# WhatAmIThinking-Bundler\n\nPackage python apps for deployment on different platforms\n\n## Table of Contents\n\n- [WhatAmIThinking-Bundler](#whatamithinking-bundler)\n  - [Table of Contents](#table-of-contents)\n  - [Requirements](#requirements)\n    - [Requirements - Windows](#requirements---windows)\n  - [Known Issues](#known-issues)\n    - [Known Issues - Windows](#known-issues---windows)\n\n## Requirements\n\n### Requirements - Windows\n\nInno Setup is used on windows to build the installer. A `.iss` script is generated by this package, but that must be compiled and built into an inno setup installer and that requires the compiler be installed on your build system.\n\n- [Download Inno Setup](https://jrsoftware.org/download.php/is.exe)\n\nYou may also need to add the program folder to your environment `Path` so the `iscc` program can be accessed from the shell.\n\n## Known Issues\n\n### Known Issues - Windows\n\nAntivirus seems to sometimes lock up PE (exe) files, preventing them from being written to. If you do not have the power to exclude your build folder from the antivirus scans, the next best solutions are as follow:\n\n- Try using another machine or VM which is not running antivirus\n- Just let the program continue its attempts until it finally works. Increase the timeout, if needed, to give more time for attempts\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "package python apps for deployment on different platforms",
    "version": "1.1.4",
    "project_urls": {
        "Documentation": "https://github.com/whatamithinking/bundler",
        "Homepage": "https://github.com/whatamithinking/bundler",
        "Issues": "https://github.com/whatamithinking/bundler/issues",
        "Repository": "https://github.com/whatamithinking/bundler"
    },
    "split_keywords": [
        "bundler",
        " installer",
        " packager",
        " windows"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aedaa8359feedf167d7f8a2dcb2f059111eb7ab2455bde36f6975bcd3b60e6c0",
                "md5": "bde999726ea39b924acf7c161c8094bb",
                "sha256": "4b148edae0f2e6b19939fb9af777735589e509a2f1e55efcb45a6ba36249c39c"
            },
            "downloads": -1,
            "filename": "whatamithinking_bundler-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bde999726ea39b924acf7c161c8094bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 14063,
            "upload_time": "2025-09-03T14:41:37",
            "upload_time_iso_8601": "2025-09-03T14:41:37.823416Z",
            "url": "https://files.pythonhosted.org/packages/ae/da/a8359feedf167d7f8a2dcb2f059111eb7ab2455bde36f6975bcd3b60e6c0/whatamithinking_bundler-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41ef432534a5f65f74928ade4c21e39b0aaa77b7d8f3ecb9fe05648699eedee4",
                "md5": "a5fb4ab13788d790fdf83e8891b8c3c6",
                "sha256": "6fdd8ea05e4675eaacdfc0cecf98a5502fde3629b11cc31cf282d421fc21a960"
            },
            "downloads": -1,
            "filename": "whatamithinking_bundler-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a5fb4ab13788d790fdf83e8891b8c3c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 12354,
            "upload_time": "2025-09-03T14:41:39",
            "upload_time_iso_8601": "2025-09-03T14:41:39.097050Z",
            "url": "https://files.pythonhosted.org/packages/41/ef/432534a5f65f74928ade4c21e39b0aaa77b7d8f3ecb9fe05648699eedee4/whatamithinking_bundler-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 14:41:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "whatamithinking",
    "github_project": "bundler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "whatamithinking-bundler"
}
        
Elapsed time: 0.66737s