Metadata-Version: 2.1
Name: nativetypes
Version: 1.0.7
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.7
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Natural Language :: English
License-File: LICENSE

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

.. image:: https://github.com/AlexAltea/ntypes/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/AlexAltea/ntypes/actions/workflows/ci.yml
    
.. 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/nativetypes.svg
    :target: https://pypi.python.org/pypi/nativetypes

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

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


