Skip to main content

No project description provided

Project description

Documentation Status https://travis-ci.org/chromy/essence.svg Latest PyPI version Number of PyPI downloads Supported Python Versions

Essence is an ‘entity, component, system’ framework for Python.

An example

>>> import essence
>>> world = essence.World()
>>> alice = essence.new_entity()
>>> position = PositionComponent(3, 4)
>>> alice.add(position)
>>> print alice.get(Position)
<PositionComponent(3, 4)>

Tests

You can use py.test to run the tests for just the current Python environment or python setup.py test to run tox as well as various other pre-release tests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

essence-0.0.2.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

essence-0.0.2-py2.py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page