{"id":26688464,"url":"https://github.com/simonbolivarpy/chbencode-py","last_synced_at":"2025-03-26T13:19:27.153Z","repository":{"id":282488452,"uuid":"948761082","full_name":"SimonBolivarPy/chbencode-py","owner":"SimonBolivarPy","description":"Encode string data by zlib, base64 invert","archived":false,"fork":false,"pushed_at":"2025-03-14T23:23:52.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T00:23:18.696Z","etag":null,"topics":[],"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/SimonBolivarPy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-14T23:05:20.000Z","updated_at":"2025-03-14T23:23:55.000Z","dependencies_parsed_at":"2025-03-15T05:31:51.218Z","dependency_job_id":null,"html_url":"https://github.com/SimonBolivarPy/chbencode-py","commit_stats":null,"previous_names":["simonbolivarpy/chbencode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonBolivarPy%2Fchbencode-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonBolivarPy%2Fchbencode-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonBolivarPy%2Fchbencode-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonBolivarPy%2Fchbencode-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonBolivarPy","download_url":"https://codeload.github.com/SimonBolivarPy/chbencode-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245659042,"owners_count":20651526,"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":[],"created_at":"2025-03-26T13:19:26.420Z","updated_at":"2025-03-26T13:19:27.148Z","avatar_url":"https://github.com/SimonBolivarPy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chbEncode 1.0.0\n\n![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg)\n\nEncode string data by zlib, base64 invert, how its work ?\n\n## Installation\nPython requires [Python.org](https://www.python.org/) v3,7+ to run.\nInstall the dependencies and devDependencies and start the server.\n```sh\npython -m pip install pip\npython -m pip install --upgrade pip\npip install git+https://github.com/SimonBolivarPy/chbencode-py.git\n```\n## Using\n\n```Python\nfrom chbencode import algorithmb\nb = algorithmb()\nsecret = \"PRIVATEDATA\" # | =wKCQiGADsSzPNNzM30zRzyyM/c1J9kzzBvzsg09TzJe\nencode_string = b.encd(secret)\nprint(encode_string)\n\ndecode_string = b.decd(encode_string)\nprint(decode_string)\n```\n\n# Note\nresult = ''.join(map(chr,data))\nresult = ''.join([chr(x) for x in data])\nresult = bytearray(data).decode('ascii')\nresult = bytes(data).decode('ascii')\n\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonbolivarpy%2Fchbencode-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonbolivarpy%2Fchbencode-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonbolivarpy%2Fchbencode-py/lists"}