jsonl2json-aq


Namejsonl2json-aq JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/aqdasak/jsonl2json
SummaryConverts jsonlines file to json file, by converting it into array of json objects.
upload_time2024-10-17 09:40:48
maintainerNone
docs_urlNone
authorAqdas Ahmad Khan
requires_python<4.0,>=3.10
licenseMIT
keywords python jsonl to json ndjson to json convert jsonlines to json
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jsonl2json

Converts jsonlines file to json file, by converting it into array of json objects.

## Install

###### Recommended (To install pipx click [here](https://github.com/pypa/pipx#install-pipx))

```sh
pipx install jsonl2json-aq
```

###### or

```sh
pip install jsonl2json-aq
```

#### Or upgrade by

```sh
pipx upgrade jsonl2json-aq
```

###### or

```sh
pip install --upgrade jsonl2json-aq
```

## Usage

```sh
jl2j input_file output_file
```

## Install from source

Poetry is required. For installation click [here](https://python-poetry.org/docs/#installation).

Download the source and install the dependencies by running:

```sh
git clone https://github.com/aqdasak/jsonl2json.git
cd jsonl2json
poetry install
```

## License

This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aqdasak/jsonl2json",
    "name": "jsonl2json-aq",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "python, jsonl to json, ndjson to json, convert jsonlines to json",
    "author": "Aqdas Ahmad Khan",
    "author_email": "aqdasak@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/fb/27dd0cdebebd051a1804231480d0b906ad98518ef4a158e01b2ef92fe9d0/jsonl2json_aq-0.1.1.tar.gz",
    "platform": null,
    "description": "# jsonl2json\n\nConverts jsonlines file to json file, by converting it into array of json objects.\n\n## Install\n\n###### Recommended (To install pipx click [here](https://github.com/pypa/pipx#install-pipx))\n\n```sh\npipx install jsonl2json-aq\n```\n\n###### or\n\n```sh\npip install jsonl2json-aq\n```\n\n#### Or upgrade by\n\n```sh\npipx upgrade jsonl2json-aq\n```\n\n###### or\n\n```sh\npip install --upgrade jsonl2json-aq\n```\n\n## Usage\n\n```sh\njl2j input_file output_file\n```\n\n## Install from source\n\nPoetry is required. For installation click [here](https://python-poetry.org/docs/#installation).\n\nDownload the source and install the dependencies by running:\n\n```sh\ngit clone https://github.com/aqdasak/jsonl2json.git\ncd jsonl2json\npoetry install\n```\n\n## License\n\nThis project is licensed under the MIT License.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Converts jsonlines file to json file, by converting it into array of json objects.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/aqdasak/jsonl2json",
        "Repository": "https://github.com/aqdasak/jsonl2json"
    },
    "split_keywords": [
        "python",
        " jsonl to json",
        " ndjson to json",
        " convert jsonlines to json"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55874b7b63af384bbecd907e32119f2a1becde534c05df828fda5dbc57224a31",
                "md5": "3418380d1c6ff59819fae1b79704bd2e",
                "sha256": "ac577ec07e5444dc3ea840fb0c2d96d7932c751bf63f8d27338227cdb18ba13c"
            },
            "downloads": -1,
            "filename": "jsonl2json_aq-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3418380d1c6ff59819fae1b79704bd2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 3139,
            "upload_time": "2024-10-17T09:40:47",
            "upload_time_iso_8601": "2024-10-17T09:40:47.158173Z",
            "url": "https://files.pythonhosted.org/packages/55/87/4b7b63af384bbecd907e32119f2a1becde534c05df828fda5dbc57224a31/jsonl2json_aq-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50fb27dd0cdebebd051a1804231480d0b906ad98518ef4a158e01b2ef92fe9d0",
                "md5": "3ae9ef2a95d2a81000ebb84b2bb53ff4",
                "sha256": "3c3ddbb52e4e8daa1b9a0a61644bafccb992153bb2e639520a0fa32706c2c9a3"
            },
            "downloads": -1,
            "filename": "jsonl2json_aq-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3ae9ef2a95d2a81000ebb84b2bb53ff4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2650,
            "upload_time": "2024-10-17T09:40:48",
            "upload_time_iso_8601": "2024-10-17T09:40:48.611414Z",
            "url": "https://files.pythonhosted.org/packages/50/fb/27dd0cdebebd051a1804231480d0b906ad98518ef4a158e01b2ef92fe9d0/jsonl2json_aq-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 09:40:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aqdasak",
    "github_project": "jsonl2json",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jsonl2json-aq"
}
        
Elapsed time: 0.95861s