Metadata-Version: 2.1
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
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
Requires-Dist: numba (==0.50.1)
Requires-Dist: numpy (==1.19.0)

========
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.


