pytest-archon VS ecs_pattern

Compare pytest-archon vs ecs_pattern and see what are their differences.

pytest-archon

Rule your architecture like a real developer (by jwbargsten)

ecs_pattern

ECS pattern (Entity Component System) for creating games on python (by ikvk)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pytest-archon ecs_pattern
1 3
52 28
- -
5.2 7.8
2 months ago 25 days ago
Python Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pytest-archon

Posts with mentions or reviews of pytest-archon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.
  • Why Domain Driven Design?
    2 projects | news.ycombinator.com | 25 Nov 2022
    Funny coincidence: just one week ago I and a colleague of mine started with "pytest-arch" [1], a pytest plugin to test for architectural constraints. On purpose we kept it very simple. It is already usable and works well, at least for our use cases.

    You can use it to check e.g. if your domain model is importing stuff that it should not import.

    We are planning to publish it soon on pypi.

    [1]: https://github.com/jwbargsten/pytest-arch

ecs_pattern

Posts with mentions or reviews of ecs_pattern. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-26.
  • ECS in practice with python lib - ecs_pattern
    1 project | /r/Python | 8 Nov 2023
    A year ago I published the ecs_pattern library - an implementation of the ECS pattern. Since that time I used ecs_pattern in practice - I wrote a game for android.
  • ECS pattern for creating games on python
    1 project | /r/Python | 28 Aug 2022
    And I used it to create an example: the Pong game. The game uses pygame and my ecs_pattern library. https://github.com/ikvk/ecs_pattern/tree/master/examples/pong
    2 projects | /r/gamedev | 26 Aug 2022
    I wrote my own implementation of the ECS pattern: https://github.com/ikvk/ecs_pattern https://pypi.org/project/ecs-pattern/

What are some alternatives?

When comparing pytest-archon and ecs_pattern you can also consider the following projects:

snecs - A straightforward, nimble ECS for Python

Galaxy-Attack - An inspiration of the original Atari Space Invaders game built in pygame :space_invader: :video_game:

gamma - A simple ECS game engine for Python, built on Pygame, with an emphasis on ease of use.

turbobus - TurboBus is an opinionated implementation of Command Responsibility Segregation pattern in python.

Dead-End - This is a zombie survival game where you must make the best choices and decisions possible in order to live. As a survivor, you will encounter zombies, weapons, people, and a merchant to buy from with an in-game currency. Every decision you make has a cause and effect while some lead you to fortune and others lead you to death.

Chrome-Dino-Runner - 🐱‍🐉 A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode build using Python and PyGame.

Pygame - 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.