Metadata-Version: 2.4
Name: sys-converter
Version: 0.1.1
Summary: A library for converting numbers to different number systems (2-36)
Author-email: BasicSweater <ivanvotints@yandex.ru>
License: MIT
Project-URL: Homepage, https://github.com/BasicSweater/sys-converter
Project-URL: Repository, https://github.com/BasicSweater/sys-converter.git
Keywords: number-systems,converter,binary,hexadecimal,base-conversion
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Sys Converter

A library for converting numbers to different number systems (from binary to base-36).

## Features

- Convert integers to any number system (2-36)
- Convert fractional numbers with precision up to 10 decimal places
- Error handling with clear messages
- Support for floating-point numbers

## Installation

```bash
pip install sys-converter
