Metadata-Version: 2.0
Name: nativetypes
Version: 1.0.0
Summary: Native integer and floating-point type emulation
Home-page: https://github.com/AlexAltea/ntypes
Author: Alexandro Sanchez Bach
Author-email: alexandro@phi.nz
License: MIT
Download-URL: https://github.com/AlexAltea/ntypes/tarball/1.0.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English

Native Types
============

.. image:: https://api.travis-ci.org/AlexAltea/ntypes.svg?branch=master
    :target: https://travis-ci.org/AlexAltea/ntypes/

.. image:: https://coveralls.io/repos/github/AlexAltea/ntypes/badge.svg?branch=master
    :target: https://coveralls.io/github/AlexAltea/ntypes?branch=master

.. image:: https://img.shields.io/pypi/v/ntypes.svg
    :target: https://pypi.python.org/pypi/ntypes

Emulate native integer and floating-point types in Python 2.x and 3.x.

More information at: https://github.com/AlexAltea/ntypes


