Tcod-ecs

Latest version: v5.2.3

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

3.0.1

Deprecated

- `World.global_` has been deprecated since `world[None]` is simpler and less redundant.

3.0.0

Added

- `Entity.components.by_name_type(name_type, component_type)` to iterate over named components with names of a specific type.

Changed

- Remap `World.global_` to `uid=None`.

2.0.0

Added

- You can now use custom identifiers for entity objects.
You can access these from World instances with `entity = world[uid]`.

Removed

- Dropped support for unpickling v1.0 World objects.

1.2.0

Added

- Allow `Entity` instances to be referenced weakly.

Fixed

- Added missing typing marker.
- Corrected the type-hinting of `Entity.component.get` and `Entity.component.setdefault`.

1.1.0

Added

- World's now have a globally accessible entity accessed with `World.global_`.

Changed

- You can now quickly lookup the relation tags and relation component keys of an entity.

1.0.0

First stable release.

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.