Name | xdrlib3 JSON |
Version |
0.1.1
JSON |
| download |
home_page | https://github.com/overcat/xdrlib3 |
Summary | A forked version of `xdrlib`, a module for encoding and decoding XDR (External Data Representation) data in Python. |
upload_time | 2023-05-06 11:45:48 |
maintainer | overcat |
docs_url | None |
author | overcat |
requires_python | >=3.7,<4.0 |
license | |
keywords |
xdrlib
xdr
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# xdrlib3
A forked version of `xdrlib`, a module for encoding and decoding XDR (External Data Representation) data in Python. `xdrlib` is planned to be removed in Python 3.13 and later versions, therefore this fork has been created to add type hints and maintain compatibility with future versions of Python.
## Installation
You can install `xdrlib3` using pip:
```bash
pip install xdrlib3
```
## Usage
`xdrlib3` has the same functions and methods as `xdrlib`. Here's an example of how to use it:
```python
import xdrlib3
packer = xdrlib3.Packer()
packer.pack_int(16)
packed_data = packer.get_buffer()
unpacker = xdrlib3.Unpacker(packed_data)
unpacked_data = unpacker.unpack_int()
```
## License
`xdrlib3` is a fork of `xdrlib`, so please refer to [the LICENSE file](https://github.com/python/cpython/blob/024ac542d738f56b36bdeb3517a10e93da5acab9/LICENSE) for the original code's licensing agreement, while other parts of the code are released under the MIT license.
Raw data
{
"_id": null,
"home_page": "https://github.com/overcat/xdrlib3",
"name": "xdrlib3",
"maintainer": "overcat",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "4catcode@gmail.com",
"keywords": "xdrlib,xdr",
"author": "overcat",
"author_email": "4catcode@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/97/8e/aab54b230c9f021678c75365d8247ac40bf5beaf5b08a7d88d6706b80e3a/xdrlib3-0.1.1.tar.gz",
"platform": null,
"description": "# xdrlib3\n\nA forked version of `xdrlib`, a module for encoding and decoding XDR (External Data Representation) data in Python. `xdrlib` is planned to be removed in Python 3.13 and later versions, therefore this fork has been created to add type hints and maintain compatibility with future versions of Python.\n\n## Installation\nYou can install `xdrlib3` using pip:\n\n```bash\npip install xdrlib3\n```\n\n## Usage\n`xdrlib3` has the same functions and methods as `xdrlib`. Here's an example of how to use it:\n\n```python\nimport xdrlib3\n\npacker = xdrlib3.Packer()\npacker.pack_int(16)\npacked_data = packer.get_buffer()\n\nunpacker = xdrlib3.Unpacker(packed_data)\nunpacked_data = unpacker.unpack_int()\n```\n\n## License\n\n`xdrlib3` is a fork of `xdrlib`, so please refer to [the LICENSE file](https://github.com/python/cpython/blob/024ac542d738f56b36bdeb3517a10e93da5acab9/LICENSE) for the original code's licensing agreement, while other parts of the code are released under the MIT license.\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A forked version of `xdrlib`, a module for encoding and decoding XDR (External Data Representation) data in Python.",
"version": "0.1.1",
"project_urls": {
"Bug Tracker": "https://github.com/overcat/xdrlib3/issues",
"Documentation": "https://github.com/overcat/xdrlib3",
"Homepage": "https://github.com/overcat/xdrlib3",
"Repository": "https://github.com/overcat/xdrlib3"
},
"split_keywords": [
"xdrlib",
"xdr"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "669c14f0e5cafc672566c52ae54a1bb221f2ba2155be4830af7b17d0d3b5ec59",
"md5": "9b2d507be5652927baba4fac8e5d0e79",
"sha256": "175c0645f347c64e76bb374c2109480007eb2ff04ad08acfe885a130d2b0877d"
},
"downloads": -1,
"filename": "xdrlib3-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9b2d507be5652927baba4fac8e5d0e79",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 3747,
"upload_time": "2023-05-06T11:45:46",
"upload_time_iso_8601": "2023-05-06T11:45:46.634667Z",
"url": "https://files.pythonhosted.org/packages/66/9c/14f0e5cafc672566c52ae54a1bb221f2ba2155be4830af7b17d0d3b5ec59/xdrlib3-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "978eaab54b230c9f021678c75365d8247ac40bf5beaf5b08a7d88d6706b80e3a",
"md5": "a748101784c859a9b7c2245b17a1f379",
"sha256": "26697013af45afab6c6ff9a598fd04979cde83fa7215da059551b088aea88f34"
},
"downloads": -1,
"filename": "xdrlib3-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "a748101784c859a9b7c2245b17a1f379",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 3218,
"upload_time": "2023-05-06T11:45:48",
"upload_time_iso_8601": "2023-05-06T11:45:48.531123Z",
"url": "https://files.pythonhosted.org/packages/97/8e/aab54b230c9f021678c75365d8247ac40bf5beaf5b08a7d88d6706b80e3a/xdrlib3-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-06 11:45:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "overcat",
"github_project": "xdrlib3",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "xdrlib3"
}