Metadata-Version: 1.2
Name: cartesio
Version: 0.1.1
Summary: Simple geometry accelerated with Numba
Home-page: https://github.com/cdeldon/cartesio
Author: Carlo Del Don
Author-email: carlo.deldon@gmail.com
License: MIT license
Description: ========
        cartesio
        ========
        
        
        .. image:: https://badge.fury.io/py/cartesio.svg
                :target: https://pypi.org/project/cartesio/0.1.0/
                :alt: pypi Status
        
        .. image:: https://readthedocs.org/projects/cartesio/badge/?version=latest
                :target: https://cartesio.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. figure:: https://github.com/cdeldon/cartesio/workflows/tox/badge.svg?branch=master
           :alt: tox
        
        .. figure:: https://github.com/cdeldon/cartesio/workflows/flake8/badge.svg?branch=master
           :alt: flake8
        
        .. image:: https://pyup.io/repos/github/cdeldon/cartesio/shield.svg
                :target: https://pyup.io/repos/github/cdeldon/cartesio/
                :alt: Updates
        
        
        Simple geometry accelerated with Numba
        
        
        * Free software: MIT license
        * Documentation: https://cartesio.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-07-02)
        ------------------
        
        * First release on PyPI.
        
Keywords: cartesio
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
