Metadata-Version: 1.1
Name: romannumeral
Version: 0.2.1
Summary: This package has a class for working with Roman Numerals.
Home-page: https://github.com/jay3686/romannumeral
Author: Jay Patel
Author-email: jay3686@gmail.com
License: BSD
Description: ===============================
        romannumeral
        ===============================
        
        .. image:: https://badge.fury.io/py/romannumeral.png
            :target: http://badge.fury.io/py/romannumeral
        
        .. image:: https://travis-ci.org/jay3686/romannumeral.png?branch=master
                :target: https://travis-ci.org/jay3686/romannumeral
        
        .. image:: https://pypip.in/d/romannumeral/badge.png
                :target: https://pypi.python.org/pypi/romannumeral
        
        
        This package is a class for working with Roman Numerals.
        
        * Free software: BSD license
        * Documentation: https://romannumeral.readthedocs.org.
        
        Features
        --------
        
        * Supports basic mathematic operations
        * Can cast to string or int
        * Can parse from string or int
        
        
        
        
        History
        -------
        
        
        '0.1.0' ('2014-09-23')
        ---------------------
        
        * First release on PyPI.
        
        
        
        '0.2.1' ('2014-09-28')
        ---------------------
        
        * Added unit tests and exceptions
Keywords: romannumeral
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
