Metadata-Version: 2.1
Name: janzeng
Version: 0.0.1.dev1
Summary: Game engine for Pygame
Home-page: https://github.com/jtiai/janzeng
License: BSD-3-Clause
Author: Jani Tiainen
Author-email: jani@tiainen.cc
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: pygame
Requires-Dist: importlib-metadata (>=1.0,<2.0); python_version < "3.8"
Requires-Dist: pygame (>=2.0.0,<3.0.0)
Project-URL: Bug Tracker, https://github.com/jtiai/pygame-colliders/issues
Project-URL: Documentation, https://pygamejanzeng.readthedocs.io/
Project-URL: Repository, https://github.com/jtiai/janzeng
Description-Content-Type: text/x-rst

Janzeng
=======

Janzeng

Documentation
-------------

Documentation is located at https://janzeng.readthedocs.io/

Features
--------

Minimal engine to dispatch events, entity system and sprites.

Installation
------------

Install janzeng by running:

    pip install janzeng

Contribute
----------

- Issue Tracker: https://github.com/jtiai/janzeng/issues
- Source Code: https://github.com/jtiai/janzeng

Support
-------

[TBD]

License
-------

The project is licensed under the 3-clause BSD license.

.. |RTD| image:: https://readthedocs.org/projects/janzeng/badge/?version=latest
    :target: https://janzeng.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |lint| image:: https://github.com/jtiai/janzeng/workflows/Test%20and%20lint/badge.svg
    :alt: Test and lint

.. |publish| image:: https://github.com/jtiai/janzeng/workflows/Build%20and%20publish%20packages/badge.svg
    :alt: Build and publish packages

.. |pypi| image:: https://img.shields.io/pypi/v/janzeng
    :target: https://pypi.org/project/janzeng/
    :alt: PyPi

