Metadata-Version: 2.4
Name: rithmetic
Version: 0.0.10
Summary: Python package to convert Numbers from one base to another
Home-page: https://github.com/Prashant-Aswal/Numbers_and_Bases
Author: Prashant Aswal
Author-email: prashant.aswal89@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: twine>=4.0.2; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

This project aims to build a calculator which can perform basic arithmetic in any base.
Future of the project is not decided as of yet. Tentatively it will become a new module for Python!
The inspiration for this project comes from "What is Mathematics?" book by Richard Courant. 
