Metadata-Version: 2.1
Name: arlunio
Version: 0.10.0
Summary: Drawing and animating with a blend of Python and mathematics.
Home-page: UNKNOWN
Author: Swyddfa Developers
Author-email: swyddfa.dev@gmail.com
License: MIT
Project-URL: Documentation, https://www.arlun.io/docs/
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 :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: attrs
Requires-Dist: appdirs
Requires-Dist: ipython
Requires-Dist: numpy
Requires-Dist: Pillow (>=6.1.0)
Provides-Extra: all
Requires-Dist: hypothesis ; extra == 'all'
Requires-Dist: jupyterlab ; extra == 'all'
Requires-Dist: nbformat ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: hypothesis ; 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: towncrier ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: nbformat ; extra == 'doc'
Provides-Extra: examples
Requires-Dist: jupyterlab ; extra == 'examples'
Provides-Extra: testing
Requires-Dist: hypothesis ; extra == 'testing'

# Arlunio 
![MIT License](https://img.shields.io/github/license/alcarney/arlunio.svg) [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) 
|   | **Stable** | **Snapshot** |
|:-------------:|----|----|
| **Docs** | | [![Documentation Status](https://github.com/swyddfa/arlunio/workflows/Docs%20Build/badge.svg?branch=develop)](https://www.arlun.io/docs/)|
| **Code** | [![Build Status](https://github.com/swyddfa/arlunio/workflows/Python%20Release/badge.svg?branch=master)](https://github.com/swyddfa/arlunio/workflows/Python%20Release/badge.svg?branch=master) [![codecov](https://codecov.io/gh/swyddfa/arlunio/branch/master/graph/badge.svg)](https://codecov.io/gh/swyddfa/arlunio)| [![Build Status](https://github.com/swyddfa/arlunio/workflows/Python%20Release/badge.svg?branch=develop)](https://github.com/swyddfa/arlunio/workflows/Python%20Release/badge.svg?branch=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)|


**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 ar

# 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://www.arlun.io/docs/)
(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


