Metadata-Version: 2.1
Name: justa
Version: 0.0.1.dev1
Summary: Just a simple plotting animator.
Home-page: https://github.com/eanorambuena/justa
Author: Emmanuel Norambuena
Author-email: eanorambuena@uc.cl
License: MIT
Project-URL: Bug Reports, https://github.com/eanorambuena/justa/issues
Project-URL: Source, https://github.com/eanorambuena/justa
Keywords: visualization,plotting
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Video
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <3.9
Description-Content-Type: text/markdown
License-File: LICENSE

## Setup

### Python

Python versions supported: **3.5, 3.6, 3.7, 3.8**

### Install dependencies

```bash
py -m pip install -r requirements.txt
```
