splupy2check


Namesplupy2check JSON
Version 1.0.9 PyPI version JSON
download
home_pageNone
SummaryScans file or folder to be scanned for containing Python 2 code.
upload_time2025-03-03 14:25:25
maintainerNone
docs_urlNone
authorSebastian Schimper
requires_pythonNone
licenseNone
keywords python splunk python2 scanning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Splunk Python 2 Checker

Checks for occurances of Python2 files in a given folder structure.
The program recursively traverses the folder structure, and if a .py file is encountered,
it is compiled with Python3.9.

Please make sure to have Python 3.9 installed, since this program specifically uses Python 3.9 to compile the files.

## Installation

```console
pip install splupy2check
```

## Usage

```console
splupy2check [-h] [-o OUTPUT] [-v] input
```

```console
positional arguments:
  input                 File or folder to be scanned for containing Python 2 code.

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Stores program output in a file.
  -v, --version         Prints the version.
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "splupy2check",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, splunk, python2, scanning",
    "author": "Sebastian Schimper",
    "author_email": "sebastianschimper@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/d6/356608c4186ca31a4264fad7fa2a9de77dd89be0a4493a76d7e87e2a72fd/splupy2check-1.0.9.tar.gz",
    "platform": null,
    "description": "\n# Splunk Python 2 Checker\n\nChecks for occurances of Python2 files in a given folder structure.\nThe program recursively traverses the folder structure, and if a .py file is encountered,\nit is compiled with Python3.9.\n\nPlease make sure to have Python 3.9 installed, since this program specifically uses Python 3.9 to compile the files.\n\n## Installation\n\n```console\npip install splupy2check\n```\n\n## Usage\n\n```console\nsplupy2check [-h] [-o OUTPUT] [-v] input\n```\n\n```console\npositional arguments:\n  input                 File or folder to be scanned for containing Python 2 code.\n\noptions:\n  -h, --help            show this help message and exit\n  -o OUTPUT, --output OUTPUT\n                        Stores program output in a file.\n  -v, --version         Prints the version.\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Scans file or folder to be scanned for containing Python 2 code.",
    "version": "1.0.9",
    "project_urls": null,
    "split_keywords": [
        "python",
        " splunk",
        " python2",
        " scanning"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81f92e6f7746fc8f5bf61f85d8bf682677f2189b41cc01fcf15120b329e6a99a",
                "md5": "4158a7c7dd03facff40c07ec9c6b1d5c",
                "sha256": "beaad617a74646ece52fc0ca9646a8c92550ce6c5f826b30fe3a50b63bbb627e"
            },
            "downloads": -1,
            "filename": "splupy2check-1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4158a7c7dd03facff40c07ec9c6b1d5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11849,
            "upload_time": "2025-03-03T14:25:23",
            "upload_time_iso_8601": "2025-03-03T14:25:23.947648Z",
            "url": "https://files.pythonhosted.org/packages/81/f9/2e6f7746fc8f5bf61f85d8bf682677f2189b41cc01fcf15120b329e6a99a/splupy2check-1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71d6356608c4186ca31a4264fad7fa2a9de77dd89be0a4493a76d7e87e2a72fd",
                "md5": "6ca8baf2e99e864e56a4909fb3515111",
                "sha256": "887f172a0e6c76398d095338827f16e7efad91855b63b84ea6ab033252cbea76"
            },
            "downloads": -1,
            "filename": "splupy2check-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "6ca8baf2e99e864e56a4909fb3515111",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11207,
            "upload_time": "2025-03-03T14:25:25",
            "upload_time_iso_8601": "2025-03-03T14:25:25.525495Z",
            "url": "https://files.pythonhosted.org/packages/71/d6/356608c4186ca31a4264fad7fa2a9de77dd89be0a4493a76d7e87e2a72fd/splupy2check-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-03 14:25:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "splupy2check"
}
        
Elapsed time: 1.62059s