Metadata-Version: 2.1
Name: pyecs
Version: 0.1
Summary: An implementation of the Entity-Component-System pattern.
Home-page: https://github.com/tim-fi/pyecs
Author: Tim Fischer
Author-email: tim.fischer98@hotmail.com
License: MIT
Project-URL: Source, https://github.com/tim-fi/pyecs
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ecs

## Setup
```sh
# Install dependencies
pipenv install --dev

# Setup pre-commit and pre-push hooks
pipenv run pre-commit install -t pre-commit
pipenv run pre-commit install -t pre-push
```


