source-iter


Namesource-iter JSON
Version 0.24.3 PyPI version JSON
download
home_pagehttps://github.com/nicolay-r/source-iter
SummaryThis is a tiny Python package that serves read/write iterators for most mandatory sources via default packages like CSV / JSONL / SQLite
upload_time2025-01-26 13:39:48
maintainerNone
docs_urlNone
authorNicolay Rusnachenko
requires_python>=3.6
licenseMIT License
keywords data-iterators
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # source-iter 0.24.3
![](https://img.shields.io/badge/Python-3.9-brightgreen.svg)
[![](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/nicolay-r/source-iter/blob/master/source_iter_tutorial.ipynb)
[![PyPI downloads](https://img.shields.io/pypi/dm/source-iter.svg)](https://pypistats.org/packages/source-iter)


A tiny Python package that serves **reading / writing iterators** for the most mandatory sources (`CSV` / `JSONL` / `SQLite`) via the native libraries.

# Installation

```bash
pip install source-iter 
```

# Usage

Proceed with the [📙 GoogleColab Example](https://github.com/nicolay-r/source-iter/blob/master/source_iter_tutorial.ipynb)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nicolay-r/source-iter",
    "name": "source-iter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "data-iterators",
    "author": "Nicolay Rusnachenko",
    "author_email": "rusnicolay@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/78/a09f00185fdff4f3f9db15b2cae4f10d92706688c34755bf906007f47083/source_iter-0.24.3.tar.gz",
    "platform": null,
    "description": "# source-iter 0.24.3\n![](https://img.shields.io/badge/Python-3.9-brightgreen.svg)\n[![](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/nicolay-r/source-iter/blob/master/source_iter_tutorial.ipynb)\n[![PyPI downloads](https://img.shields.io/pypi/dm/source-iter.svg)](https://pypistats.org/packages/source-iter)\n\n\nA tiny Python package that serves **reading / writing iterators** for the most mandatory sources (`CSV` / `JSONL` / `SQLite`) via the native libraries.\n\n# Installation\n\n```bash\npip install source-iter \n```\n\n# Usage\n\nProceed with the [\ud83d\udcd9 GoogleColab Example](https://github.com/nicolay-r/source-iter/blob/master/source_iter_tutorial.ipynb)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "This is a tiny Python package that serves read/write iterators for most mandatory sources via default packages like CSV / JSONL / SQLite",
    "version": "0.24.3",
    "project_urls": {
        "Homepage": "https://github.com/nicolay-r/source-iter"
    },
    "split_keywords": [
        "data-iterators"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb0bc8d113b294ad10e6b63610e25fa37de82174b329e85e7e6f79e944723d28",
                "md5": "da28cbb4c7c5123bcb1c1b9a5ed2972a",
                "sha256": "20a32b5eaeed9c67a87c4a661172839fed58dd3cab26c64578fcfff5cc7d4fc0"
            },
            "downloads": -1,
            "filename": "source_iter-0.24.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da28cbb4c7c5123bcb1c1b9a5ed2972a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5772,
            "upload_time": "2025-01-26T13:39:46",
            "upload_time_iso_8601": "2025-01-26T13:39:46.416499Z",
            "url": "https://files.pythonhosted.org/packages/fb/0b/c8d113b294ad10e6b63610e25fa37de82174b329e85e7e6f79e944723d28/source_iter-0.24.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b78a09f00185fdff4f3f9db15b2cae4f10d92706688c34755bf906007f47083",
                "md5": "d9cfb3e3bcaaa1ba5eb5877badb46679",
                "sha256": "0a5a2d8db7a439d5a94655cbd320343edc76c10aeeb34a8727380c626ba0f0db"
            },
            "downloads": -1,
            "filename": "source_iter-0.24.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d9cfb3e3bcaaa1ba5eb5877badb46679",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4483,
            "upload_time": "2025-01-26T13:39:48",
            "upload_time_iso_8601": "2025-01-26T13:39:48.254352Z",
            "url": "https://files.pythonhosted.org/packages/3b/78/a09f00185fdff4f3f9db15b2cae4f10d92706688c34755bf906007f47083/source_iter-0.24.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 13:39:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nicolay-r",
    "github_project": "source-iter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "source-iter"
}
        
Elapsed time: 3.27997s