convertable


Nameconvertable JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/mathewmoon/convertable
SummaryCLI tools for converting between different formats such as JSON, YAML, and TOML
upload_time2024-06-26 17:34:15
maintainerNone
docs_urlNone
authorMathew Moon
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# A set of CLI tools for converting between different data formats

## CLI Tools


### yamltojson
```
usage: yamltojson.py [-h] [-f FILE] [-p PATH] [-i INDENT] [--no-color] [-r]

options:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  File path to open.
  -p PATH, --path PATH  Return a specific path, in dotted notation.
  -i INDENT, --indent INDENT
                        Number of spaces for indentation of JSON.
  --no-color            Don't print color to terminal
  -r, --reverse         Operate in reverse, converting JSON to YAML.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mathewmoon/convertable",
    "name": "convertable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Mathew Moon",
    "author_email": "me@mathewmoon.net",
    "download_url": "https://files.pythonhosted.org/packages/75/34/53c9a365dc282df739d3c88ff6c3b1462522dbd9e64e28e2f2e465d047bf/convertable-0.1.0.tar.gz",
    "platform": null,
    "description": "\n# A set of CLI tools for converting between different data formats\n\n## CLI Tools\n\n\n### yamltojson\n```\nusage: yamltojson.py [-h] [-f FILE] [-p PATH] [-i INDENT] [--no-color] [-r]\n\noptions:\n  -h, --help            show this help message and exit\n  -f FILE, --file FILE  File path to open.\n  -p PATH, --path PATH  Return a specific path, in dotted notation.\n  -i INDENT, --indent INDENT\n                        Number of spaces for indentation of JSON.\n  --no-color            Don't print color to terminal\n  -r, --reverse         Operate in reverse, converting JSON to YAML.\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CLI tools for converting between different formats such as JSON, YAML, and TOML",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/mathewmoon/convertable",
        "Repository": "https://github.com/mathewmoon/convertable"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12415f99aefd6f5fd76ffe1dcbaa1d2183a9fa80ee732e1e319ee9521495e342",
                "md5": "0bd93e68549dedef2101f99d5502c24e",
                "sha256": "875b30c5062344e0a583405a7ce36935bfa187d7aadc8ae5cced015ae13c980b"
            },
            "downloads": -1,
            "filename": "convertable-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0bd93e68549dedef2101f99d5502c24e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 3230,
            "upload_time": "2024-06-26T17:34:13",
            "upload_time_iso_8601": "2024-06-26T17:34:13.671773Z",
            "url": "https://files.pythonhosted.org/packages/12/41/5f99aefd6f5fd76ffe1dcbaa1d2183a9fa80ee732e1e319ee9521495e342/convertable-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "753453c9a365dc282df739d3c88ff6c3b1462522dbd9e64e28e2f2e465d047bf",
                "md5": "b6f230852a90894fbb13bb788999d295",
                "sha256": "60dc17fcccbda57c1c4e35c7e7fd7c94a4cf394dbfedb0380aa5945f8f85be03"
            },
            "downloads": -1,
            "filename": "convertable-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b6f230852a90894fbb13bb788999d295",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 2628,
            "upload_time": "2024-06-26T17:34:15",
            "upload_time_iso_8601": "2024-06-26T17:34:15.471158Z",
            "url": "https://files.pythonhosted.org/packages/75/34/53c9a365dc282df739d3c88ff6c3b1462522dbd9e64e28e2f2e465d047bf/convertable-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 17:34:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mathewmoon",
    "github_project": "convertable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "convertable"
}
        
Elapsed time: 0.92178s