target-singer-jsonl


Nametarget-singer-jsonl JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryA Singer.io target for writing singer-formatted JSONL files to various destinations (e.g. local or s3).
upload_time2023-01-16 23:07:24
maintainer
docs_urlNone
authorKen Payne
requires_python>=3.10,<4.0
licenseMIT
keywords elt singer.io
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # target-singer-jsonl

This is a [Singer](https://singer.io) target that reads JSON-formatted data following the [Singer spec](https://github.com/singer-io/getting-started/blob/master/SPEC.md) and writes it to JSONL formatted files.
File writing is done via the `smart_open` python package, supporting local disk as well as many other destinations (e.g. S3).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "target-singer-jsonl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "ELT,Singer.io",
    "author": "Ken Payne",
    "author_email": "ken@meltano.com",
    "download_url": "https://files.pythonhosted.org/packages/91/8b/a3c7197a04c7d8cd75989b9b986b9462cb529bc71b2058f309ae373100d2/target_singer_jsonl-0.1.0.tar.gz",
    "platform": null,
    "description": "# target-singer-jsonl\n\nThis is a [Singer](https://singer.io) target that reads JSON-formatted data following the [Singer spec](https://github.com/singer-io/getting-started/blob/master/SPEC.md) and writes it to JSONL formatted files.\nFile writing is done via the `smart_open` python package, supporting local disk as well as many other destinations (e.g. S3).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Singer.io target for writing singer-formatted JSONL files to various destinations (e.g. local or s3).",
    "version": "0.1.0",
    "split_keywords": [
        "elt",
        "singer.io"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2c72d4e062e8e90b3374d2bfd7cd4c1f308a72464eac9d2982dbd77b64fb509",
                "md5": "545bdcdfee750cdfc2e3a31d2012f27e",
                "sha256": "5637fe0487b3f2830f60adc983e7f0a6ccbe520edd73df619371a12865948f1e"
            },
            "downloads": -1,
            "filename": "target_singer_jsonl-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "545bdcdfee750cdfc2e3a31d2012f27e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 3935,
            "upload_time": "2023-01-16T23:07:23",
            "upload_time_iso_8601": "2023-01-16T23:07:23.241474Z",
            "url": "https://files.pythonhosted.org/packages/d2/c7/2d4e062e8e90b3374d2bfd7cd4c1f308a72464eac9d2982dbd77b64fb509/target_singer_jsonl-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "918ba3c7197a04c7d8cd75989b9b986b9462cb529bc71b2058f309ae373100d2",
                "md5": "818e6205dcffc597ac1680dd1feea6e6",
                "sha256": "b8177fc08f6e4c4b2c923f3cc9010582f22aa6d2046f9b96a75c047138c25b55"
            },
            "downloads": -1,
            "filename": "target_singer_jsonl-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "818e6205dcffc597ac1680dd1feea6e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 3593,
            "upload_time": "2023-01-16T23:07:24",
            "upload_time_iso_8601": "2023-01-16T23:07:24.430913Z",
            "url": "https://files.pythonhosted.org/packages/91/8b/a3c7197a04c7d8cd75989b9b986b9462cb529bc71b2058f309ae373100d2/target_singer_jsonl-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-16 23:07:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "target-singer-jsonl"
}
        
Elapsed time: 0.08973s