base66u


Namebase66u JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryBase66U - URL-safe, padding-free encoding with optional checksum
upload_time2025-08-15 20:06:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2025 [MuerteSeguraZ] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords base66 encoding url-safe checksum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Base66U

Base66U is a new binary-to-text encoding that is:
- URL-safe (RFC 3986 unreserved characters only)
- Padding-free
- Slightly denser than Base64
- Optional CRC-16 checksum support

## Install

```bash
pip install base66u
```

## Usage

```python
from base66u import b66u_encode, b66u_decode

data = b"Hello"
encoded = b66u_encode(data)
decoded = b66u_decode(encoded)
assert decoded == data
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "base66u",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "base66, encoding, url-safe, checksum",
    "author": null,
    "author_email": "MuerteSeguraZ <northkoreanukeslmao@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5b/1c/085918c0e8bc2a6a1925962bd11f664148b547b8167940f3f5234773444a/base66u-1.0.0.tar.gz",
    "platform": null,
    "description": "# Base66U\r\n\r\nBase66U is a new binary-to-text encoding that is:\r\n- URL-safe (RFC 3986 unreserved characters only)\r\n- Padding-free\r\n- Slightly denser than Base64\r\n- Optional CRC-16 checksum support\r\n\r\n## Install\r\n\r\n```bash\r\npip install base66u\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom base66u import b66u_encode, b66u_decode\r\n\r\ndata = b\"Hello\"\r\nencoded = b66u_encode(data)\r\ndecoded = b66u_decode(encoded)\r\nassert decoded == data\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License\r\n        \r\n        Copyright (c) 2025 [MuerteSeguraZ]\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy\r\n        of this software and associated documentation files (the \"Software\"), to deal\r\n        in the Software without restriction, including without limitation the rights\r\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n        copies of the Software, and to permit persons to whom the Software is\r\n        furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all\r\n        copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n        SOFTWARE.\r\n        ",
    "summary": "Base66U - URL-safe, padding-free encoding with optional checksum",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "base66",
        " encoding",
        " url-safe",
        " checksum"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d152403e53bf507e62f8d544ae7e741cc888a91af914be38d9deb197ba0ecee",
                "md5": "e73cc6ee329309146c60144b7b470cab",
                "sha256": "164b0a99bd46346b5611ff4faab13b3112c6cfcfbd61ee03d6bb1f3ae4c69dc6"
            },
            "downloads": -1,
            "filename": "base66u-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e73cc6ee329309146c60144b7b470cab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5821,
            "upload_time": "2025-08-15T20:05:59",
            "upload_time_iso_8601": "2025-08-15T20:05:59.062194Z",
            "url": "https://files.pythonhosted.org/packages/0d/15/2403e53bf507e62f8d544ae7e741cc888a91af914be38d9deb197ba0ecee/base66u-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b1c085918c0e8bc2a6a1925962bd11f664148b547b8167940f3f5234773444a",
                "md5": "bd75b13c7204a623cf834280c52a0d88",
                "sha256": "cf586c42faeb78baa3d8100e0c5affb8a9dc590b0a43131345579abea30eea54"
            },
            "downloads": -1,
            "filename": "base66u-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bd75b13c7204a623cf834280c52a0d88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4616,
            "upload_time": "2025-08-15T20:06:00",
            "upload_time_iso_8601": "2025-08-15T20:06:00.242909Z",
            "url": "https://files.pythonhosted.org/packages/5b/1c/085918c0e8bc2a6a1925962bd11f664148b547b8167940f3f5234773444a/base66u-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-15 20:06:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "base66u"
}
        
Elapsed time: 1.43076s