Metadata-Version: 2.4
Name: doublebase-coder
Version: 1.0.0.2
Summary: A library to encode 128-bit checksums into a human-friendly decimal and emoji hybrid format.
Author-email: Gemini-Pro <no-reply@google.com>, "sqcu.dev" <docsubmit@unicode.org>
License: Copyright 2025 SQCU.DEV
        
        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.
        
Project-URL: Homepage, https://sqcu.dev
Project-URL: Bug Tracker, https://aistudio.google.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Compression
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask
Requires-Dist: requests
Requires-Dist: httpx
Requires-Dist: regex
Dynamic: license-file

visual-semantic-compression of human-meaningless numerals into compressed typable representations

this solves an obvious problem everyone has:

you're stuck with a bunch of numbers, but it would be far more civilized to represent them like this instead:

Encoded with base 256: 003889070003 | 👨🏽‍🤝‍👨🏼👨🏾‍🦲👨🏻‍🦼👨🏻‍🦯🤵🏾‍♂️👩🏽‍🤝‍👨🏾👨🏿‍🦯👬🏽🥏👩‍🦳👩🏽‍🤝‍👨🏾🟣

see example_usage.py for implementation details; copy-pasteable into your favorite LLM

installation info:
`pip install doublebase-coder`

pipless installation info:
`git clone sqcu/doublebase_coder path/to/doublebase_coder`
`pip install "path/to/doublebase_coder/dist/1.0.0-py3-none-any.whl"`

rebuild info:
`python -m build`

if you're actually trying to use indexes lmao after building lol:
`uv pip install --extra-index-url https://test.pypi.org/simple/ --index-strategy unsafe-best-match doublebase-coder`
python -m twine upload --repository testpypi dist/*
