Metadata-Version: 2.1
Name: meg-runtime
Version: 0.0.4
Summary: Multimedia Extensible Git Runtime Library
Home-page: https://github.com/MultimediaExtensibleGit/Runtime
Author: Multimedia Extensible Git
Author-email: kyletpugh@users.noreply.github.com
License: MIT
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: kivy (>=2.0rc)
Requires-Dist: kivy-deps.glew
Requires-Dist: kivy-deps.sdl2
Requires-Dist: pillow
Requires-Dist: pygit2
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: pypiwin32

[![Release](https://github.com/MultimediaExtensibleGit/Runtime/workflows/Release/badge.svg?event=release)](https://github.com/MultimediaExtensibleGit/Runtime/releases/latest) [![Build](https://github.com/MultimediaExtensibleGit/Runtime/workflows/Build/badge.svg?branch=master)](https://github.com/MultimediaExtensibleGit/Runtime/actions/) [![Testing](https://github.com/MultimediaExtensibleGit/Runtime/workflows/Testing/badge.svg?branch=testing)](https://github.com/MultimediaExtensibleGit/Runtime/actions/)

# Multimedia Extensible Git (MEG) Runtime Library

* [Setup](#setup)

* [Build](#build)

## Setup

* Install [Python 3.7](https://www.python.org/downloads/) or newer.

* Install [pipenv](https://packaging.python.org/tutorials/managing-dependencies/).

* Clone the repository and execute the following command from the working copy in Python:

  `pipenv sync --dev`

## Build

* Build python package

  `pipenv run setup.py sdist bdist_wheel`


