python-io-wrapper


Namepython-io-wrapper JSON
Version 0.3.1 PyPI version JSON
download
home_page
SummaryIO wrapper to add missing methods from io.BaseIO
upload_time2022-11-14 15:00:10
maintainer
docs_urlNone
authorDavid Megginson
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            python-io-wrapper
=================

Early version of a Python 3 wrapper for a file-like object. Currently
supports only raw (binary) objects, but text will come soon. Implement
any missing methods from io.RawIOBase.

# Usage

```
from io_wrapper import RawIOWrapper

...

new_stream = RawIOWrapper(my_file_like_object)
```

## License

This package is in the Public Domain. See UNLICENSE.md for details.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-io-wrapper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Megginson",
    "author_email": "contact@megginson.io",
    "download_url": "https://files.pythonhosted.org/packages/d7/74/8dc5f7d0b7cc1a0ca9e5c320abf11adee2094998c93ae8c9c80d9a8323ff/python-io-wrapper-0.3.1.tar.gz",
    "platform": null,
    "description": "python-io-wrapper\n=================\n\nEarly version of a Python 3 wrapper for a file-like object. Currently\nsupports only raw (binary) objects, but text will come soon. Implement\nany missing methods from io.RawIOBase.\n\n# Usage\n\n```\nfrom io_wrapper import RawIOWrapper\n\n...\n\nnew_stream = RawIOWrapper(my_file_like_object)\n```\n\n## License\n\nThis package is in the Public Domain. See UNLICENSE.md for details.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "IO wrapper to add missing methods from io.BaseIO",
    "version": "0.3.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7748dc5f7d0b7cc1a0ca9e5c320abf11adee2094998c93ae8c9c80d9a8323ff",
                "md5": "b9976eeb0e215944623c73bf8593381f",
                "sha256": "e3391787ff0d9870e739294c6392437915502153e695a017450aa46b6d091762"
            },
            "downloads": -1,
            "filename": "python-io-wrapper-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b9976eeb0e215944623c73bf8593381f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3271,
            "upload_time": "2022-11-14T15:00:10",
            "upload_time_iso_8601": "2022-11-14T15:00:10.932963Z",
            "url": "https://files.pythonhosted.org/packages/d7/74/8dc5f7d0b7cc1a0ca9e5c320abf11adee2094998c93ae8c9c80d9a8323ff/python-io-wrapper-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-14 15:00:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-io-wrapper"
}
        
Elapsed time: 0.10380s