Metadata-Version: 1.1
Name: python-baseconv
Version: 1.1.1
Summary: Convert numbers from base 10 integers to base X strings and back again.
Home-page: https://bitbucket.org/semente/baseconv/
Author: Guilherme Gondim
Author-email: semente+baseconv@taurinus.org
License: Python Software Foundation License
Download-URL: https://bitbucket.org/semente/baseconv/downloads/
Description: baseconv
        ========
        
        Copyright (c) 2010, 2011, 2012 Guilherme Gondim.
        All rights reserved.
        
        Copyright (c) 2009 Simon Willison.
        All rights reserved.
        
        Copyright (c) 2002 Drew Perttula.
        All rights reserved.
        
        **Description:**
            Convert numbers from base 10 integers to base X strings and back
            again.
        **Author(s):**
            Drew Perttula, Simon Willison, Guilherme Gondim
        **License:**
            Python Software Foundation License version 2
        **Project website:**
            https://bitbucket.org/semente/baseconv/
        **References:**
            http://www.djangosnippets.org/snippets/1431/ ;
            http://code.activestate.com/recipes/111286/
        
        License information
        -------------------
        
        See the file "LICENSE" for terms & conditions for usage, and a
        DISCLAIMER OF ALL WARRANTIES.
        
        This baseconv distribution contains no GNU General Public Licensed (GPLed)
        code, just like prior baseconv distributions.
        
        All trademarks referenced herein are property of their respective
        holders.
        
        Django
        ------
        
        The Django Project includes a copy of this module on ``django.utils.baseconv``.
        
Keywords: converter numbers math
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
