Permalink
Cannot retrieve contributors at this time
Fetching contributors…

"basecalc" -- Convert numbers between various bases | |
*************************************************** | |
class class basecalc.BaseCalc | |
"BaseCalc" methods | |
================== | |
BaseCalc.__init__(*args, **kwargs) | |
BaseCalc.digits(digits, digit_type=<type 'tuple'>) | |
BaseCalc.to_base(num) | |
BaseCalc.from_base(base) | |
Installation | |
------------ | |
It's as easy as: | |
sudo easy_install basecalc | |
You can also download the source from github.com; "basecalc.py" packs | |
all this delicious functionality into a single. | |
easy_install is available from PyPI if you don't have it already. | |
Information | |
=========== | |
Author: | |
Craftworks | |
Version: | |
0.1.0 | |
License: | |
GNU General Public License v2.0 | |
Source: | |
https://github.com/Craftworks/python-basecalc |