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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file essence-0.0.2.tar.gz.

File metadata

  • Download URL: essence-0.0.2.tar.gz
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for essence-0.0.2.tar.gz
Algorithm Hash digest
SHA256 b3d40d48a978f82c7baa5825473c0d45ed6c6e316d23ce3f22f3e97a084d788f
MD5 99ac85be2346ce7b619b5cb843648b21
BLAKE2b-256 18f6b19d1de23c2617c07a26b83137eef1213ba0c21e4d455436c0a5d8294748

See more details on using hashes here.

File details

Details for the file essence-0.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for essence-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 489c972eff83d658667c5d795346d8d6f38981e8bf9eaa40eb27d98a816b1492
MD5 d71fe02a27f363b5ebbfd18f2f118850
BLAKE2b-256 a45e337e17293469f797f7eabe179b9eaef15487223343085e9833afaea1429c

See more details on using hashes here.

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