Metadata-Version: 2.1
Name: arlunio
Version: 0.0.3b8
Summary: Drawing and animating with a blend of Python and mathematics.
Home-page: UNKNOWN
Author: Alex Carney
Author-email: alcarneyme@gmail.com
License: MIT
Project-URL: Documentation, https://arlunio.readthedocs.io/en/latest
Project-URL: Source, https://github.com/swyddfa/arlunio
Project-URL: Tracker, https://github.com/swyddfa/arlunio/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: attrs
Requires-Dist: numpy
Requires-Dist: Pillow
Provides-Extra: all
Requires-Dist: jupyterlab ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: jupyterlab ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: sphinx-autobuild ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphobjinv ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: examples
Requires-Dist: jupyterlab ; extra == 'examples'

# Arlunio  ![MIT License](https://img.shields.io/github/license/alcarney/arlunio.svg)  [![Gitter](https://badges.gitter.im/arlunio-py/Lobby.svg)](https://gitter.im/arlunio-py/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|   | **Stable** | **Snapshot** |
|:-------------:|----|----|
| **Docs** | [![Documentation Status](https://readthedocs.org/projects/arlunio/badge/?version=stable)](https://arlunio.readthedocs.io/en/stable/?badge=stable) | [![Documentation Status](https://readthedocs.org/projects/arlunio/badge/?version=latest)](https://arlunio.readthedocs.io/en/latest/?badge=latest)|
| **Code**  [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) | [![Build Status](https://dev.azure.com/alcarney/Swyddfa/_apis/build/status/swyddfa.arlunio.python?branchName=master)](https://dev.azure.com/alcarney/Swyddfa/_build/latest?definitionId=2&branchName=master) | [![Build Status](https://dev.azure.com/alcarney/Swyddfa/_apis/build/status/swyddfa.arlunio?branchName=develop)](https://dev.azure.com/alcarney/Swyddfa/_build/latest?definitionId=1&branchName=develop)[![codecov](https://codecov.io/gh/swyddfa/arlunio/branch/develop/graph/badge.svg)](https://codecov.io/gh/swyddfa/arlunio)|
| **PyPi** | [![PyPi Version](https://img.shields.io/pypi/v/arlunio.svg)](https://pypi.org/project/arlunio) [![PyPi Supported Versions](https://img.shields.io/pypi/pyversions/arlunio.svg)](https://pypi.org/project/arlunio)|
| **Snap** | | [![arlunio](https://snapcraft.io/arlunio/badge.svg)](https://snapcraft.io/arlunio) |

**Arlunio is in early development, while it is useable we cannot make any
stability guarantees.**

Arlunio is a Python library that allows you to create images and animations
powered by your imagination and a little mathematics. While mathematics is very
much at the core you do not have to be a mathematician to use it!


```python
import arlunio as st

# Example coming soon!
```

## Installation

Arlunio is available for Python 3.6+ and can be installed using Pip:

```sh
$ pip install arlunio
```

Be sure to check out the [documentation](https://arlunio.readthedocs.io/en/latest/)
(under construction) for details on how to get started with arlunio.

## Contributing

Contributions are welcome! Just bear with us while contribution guidelines are
written up


