essence 0.0.2
pip install essence
Latest version
Released:
No project description provided
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Hector Dearman
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Project description
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Hector Dearman
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3d40d48a978f82c7baa5825473c0d45ed6c6e316d23ce3f22f3e97a084d788f |
|
MD5 | 99ac85be2346ce7b619b5cb843648b21 |
|
BLAKE2b-256 | 18f6b19d1de23c2617c07a26b83137eef1213ba0c21e4d455436c0a5d8294748 |
File details
Details for the file essence-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: essence-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 489c972eff83d658667c5d795346d8d6f38981e8bf9eaa40eb27d98a816b1492 |
|
MD5 | d71fe02a27f363b5ebbfd18f2f118850 |
|
BLAKE2b-256 | a45e337e17293469f797f7eabe179b9eaef15487223343085e9833afaea1429c |