{"id":21831069,"url":"https://github.com/demberto/bytesioex","last_synced_at":"2025-03-21T13:21:09.472Z","repository":{"id":57416746,"uuid":"406012867","full_name":"demberto/BytesIOEx","owner":"demberto","description":"A simple wrapper over io.BytesIO which allows reading and writing C data types directly","archived":false,"fork":false,"pushed_at":"2022-05-29T12:58:23.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T16:57:00.551Z","etag":null,"topics":["deserialization","libraries","python","serialization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/demberto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-13T14:46:11.000Z","updated_at":"2025-01-29T06:09:17.000Z","dependencies_parsed_at":"2022-09-26T17:11:28.866Z","dependency_job_id":null,"html_url":"https://github.com/demberto/BytesIOEx","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2FBytesIOEx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2FBytesIOEx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2FBytesIOEx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2FBytesIOEx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demberto","download_url":"https://codeload.github.com/demberto/BytesIOEx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244803364,"owners_count":20512897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deserialization","libraries","python","serialization"],"created_at":"2024-11-27T19:08:22.011Z","updated_at":"2025-03-21T13:21:09.450Z","avatar_url":"https://github.com/demberto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BytesIOEx\n\n![PyPI](https://img.shields.io/pypi/v/bytesioex)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bytesioex)\n[![Code Style: Black][black]](https://github.com/psf/black)\n[![security: bandit][bandit]](https://github.com/PyCQA/bandit)\n\nBytesIOEx is a simple wrapper over Python's `io.BytesIO` which provides\nadditional methods for reading and writing C data types like **int8**,\n**uint8**, **bool** and so on. The `read_*` methods are used for reading a\nparticular type from the stream and the `write_*` methods are used for writing\nPython's basic data types **int**, **bool** and **float** to the stream. Both\nthese types of methods advance the steam position by the size of the data type.\nThe type conversion is handled by the `struct` module. `Struct` classes are\nused to maximize the performance. **Native byteorder is used.**\n\n## ⏬ Installation\n\nBytesIOEx requires Python 3.6+, it may run on older version as well but I have\nnot tested it.\n\n```\npip install --upgrade bytesioex\n```\n\n## 📜 Documentation\n\nDocs are available on [ReadTheDocs][docs].\n\n## 🚀 Roadmap\n\n- [ ] Ensure full coverage.\n- [ ] Add `wchar` (UTF-16 character) support.\n- [ ] Support for different byte orders.\n\n## ❕ Motivation\n\nC# `BinaryReader` and `BinaryWriter`.\n\n## 📧 Contact\n\nE-mail: demberto@protonmail.com\n\n## © License\n\nBytesIOEx is distributed under the [MIT License][license].\n\n\u003c!-- BADGES --\u003e\n[bandit]: https://img.shields.io/badge/security-bandit-yellow.svg\n[black]: https://img.shields.io/badge/code%20style-black-black\n\n\u003c!-- PROJECT LINKS --\u003e\n[docs]: https://bytesioex.rtfd.io/en/latest/\n[license]: https://github.com/demberto/BytesIOEx/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemberto%2Fbytesioex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemberto%2Fbytesioex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemberto%2Fbytesioex/lists"}