Metadata-Version: 2.1
Name: basencode
Version: 2.1.0
Summary: Convert numbers of any base back and forth.
Home-page: https://basencode.readthedocs.io/
Author: Pranav Pooruli
Author-email: pranav.pooruli@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# basencode [![Downloads](https://pepy.tech/badge/basencode)](https://pepy.tech/project/basencode) [![pytest testing](https://github.com/Python3-8/basencode/actions/workflows/automatic-pytest.yml/badge.svg)](https://github.com/Python3-8/basencode/actions/workflows/automatic-pytest.yml)

Convert numbers of any base back and forth.

## Getting Started

For information on how to get started, visit the [documentation](https://basencode.readthedocs.io).

## TODO

- Support converting floats to `Float` which have "e" in them
