splupy2check


Namesplupy2check JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummaryScans file or folder to be scanned for containing Python 2 code.
upload_time2024-05-11 10:21:10
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. 

## 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/53/0b/a5caeb66b7c0a4e558f0199c77a0e077f6b77c0cf60a8667b1067f1b96ce/splupy2check-1.0.5.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. \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\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Scans file or folder to be scanned for containing Python 2 code.",
    "version": "1.0.5",
    "project_urls": null,
    "split_keywords": [
        "python",
        " splunk",
        " python2",
        " scanning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac61e39701381dc3f8676f6f85ecf6308c83b75267e2c47bfb91f6c1019192f4",
                "md5": "341f39dc5c214d5d25a0dd4675d9b9f4",
                "sha256": "106079de5fea36810ad78a8801e82c136a032933c871df75aa5a05b46b0be4b0"
            },
            "downloads": -1,
            "filename": "splupy2check-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "341f39dc5c214d5d25a0dd4675d9b9f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2992,
            "upload_time": "2024-05-11T10:21:08",
            "upload_time_iso_8601": "2024-05-11T10:21:08.199762Z",
            "url": "https://files.pythonhosted.org/packages/ac/61/e39701381dc3f8676f6f85ecf6308c83b75267e2c47bfb91f6c1019192f4/splupy2check-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "530ba5caeb66b7c0a4e558f0199c77a0e077f6b77c0cf60a8667b1067f1b96ce",
                "md5": "88dfc8cd8b9e70392e08f7894c32cdd3",
                "sha256": "82809c35e4747dabef15865fa6805df72c0671a3e387451d8419746f3103e7b8"
            },
            "downloads": -1,
            "filename": "splupy2check-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "88dfc8cd8b9e70392e08f7894c32cdd3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2529,
            "upload_time": "2024-05-11T10:21:10",
            "upload_time_iso_8601": "2024-05-11T10:21:10.038408Z",
            "url": "https://files.pythonhosted.org/packages/53/0b/a5caeb66b7c0a4e558f0199c77a0e077f6b77c0cf60a8667b1067f1b96ce/splupy2check-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-11 10:21:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "splupy2check"
}
        
Elapsed time: 0.30497s