sapui5-xml-linter


Namesapui5-xml-linter JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryChecks SAPUI5 XML views for unnecessary attributes and empty tags, and changes them if necessary
upload_time2024-02-17 15:50:49
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords sapui5 linter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SAP UI5 View XML Linter

This is a Python script that checks your view XML files and removes attributes
that have the default value set. This can happen when your view files come out
of a design platform like SAP Build.

Usage:

Do this once to download the API files for SAPUI5:

```
./sapui5-xml-linter -u
```

Thene, everytime you want to check yout files, run this command:

```
./sapui5-xml-linter /path-to-project/webapp/view
```

(substitute the path with the folder where your xml view files reside)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sapui5-xml-linter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sapui5,linter",
    "author": "",
    "author_email": "Daniel Kullmann <python@danielkullmann.de>",
    "download_url": "https://files.pythonhosted.org/packages/e5/bb/8450b8795615dd76d75bccd97e72a4f9a6756539a07b6d12734a28c630a4/sapui5-xml-linter-0.0.4.tar.gz",
    "platform": null,
    "description": "# SAP UI5 View XML Linter\n\nThis is a Python script that checks your view XML files and removes attributes\nthat have the default value set. This can happen when your view files come out\nof a design platform like SAP Build.\n\nUsage:\n\nDo this once to download the API files for SAPUI5:\n\n```\n./sapui5-xml-linter -u\n```\n\nThene, everytime you want to check yout files, run this command:\n\n```\n./sapui5-xml-linter /path-to-project/webapp/view\n```\n\n(substitute the path with the folder where your xml view files reside)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Checks SAPUI5 XML views for unnecessary attributes and empty tags, and changes them if necessary",
    "version": "0.0.4",
    "project_urls": null,
    "split_keywords": [
        "sapui5",
        "linter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9a40c51302c633d2ef2f8b0beaf18ebc0af4103653c424f34adae2fdd729c25",
                "md5": "7dd8e15207df377b418209984cdea5ce",
                "sha256": "4147327ad7f0c95b0cfa81a6080f9d778b119202ecd065edd2312efa4c047688"
            },
            "downloads": -1,
            "filename": "sapui5_xml_linter-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dd8e15207df377b418209984cdea5ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5251,
            "upload_time": "2024-02-17T15:50:48",
            "upload_time_iso_8601": "2024-02-17T15:50:48.400749Z",
            "url": "https://files.pythonhosted.org/packages/a9/a4/0c51302c633d2ef2f8b0beaf18ebc0af4103653c424f34adae2fdd729c25/sapui5_xml_linter-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5bb8450b8795615dd76d75bccd97e72a4f9a6756539a07b6d12734a28c630a4",
                "md5": "e40003c32e4ca57c4fc1d458164ce747",
                "sha256": "c6b44704eaa09c3114fdbe70ba095d4c61955f7fe9f225f2f76dd86f63dcd5e1"
            },
            "downloads": -1,
            "filename": "sapui5-xml-linter-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e40003c32e4ca57c4fc1d458164ce747",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4836,
            "upload_time": "2024-02-17T15:50:49",
            "upload_time_iso_8601": "2024-02-17T15:50:49.916249Z",
            "url": "https://files.pythonhosted.org/packages/e5/bb/8450b8795615dd76d75bccd97e72a4f9a6756539a07b6d12734a28c630a4/sapui5-xml-linter-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-17 15:50:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sapui5-xml-linter"
}
        
Elapsed time: 0.18290s