object-mother-pattern
The Object Mother Pattern is a Python ๐ package that simplifies and standardizes the creation of test ๐งช objects.
clock-pattern
The Clock Pattern is a Python ๐ package that turns time into an injectable dependency ๐งฉ. By replacing ad-hoc datetime.now() calls with a swappable Clock interface ๐ฐ๏ธ you unlock deterministic tests ๐งช and decouple business logic from the OS clock.
value-object-pattern
The Value Object Pattern is a Python ๐ package that streamlines the creation and management of value objects ๐ฆ in your projects. Value objects are immutable, self-validating objects that represent descriptive aspects of the domain with no conceptual identity.
slim-starterkit-python
Template for a basic Python application implementing build, release and publish automation.
thesisiscode
A repository for the Geological Society of America 2020 & 2021 Workshops - Your Thesis is Code
https://github.com/adriamontoto/criteria-pattern
The Criteria Pattern is a Python ๐ package that simplifies and standardizes criteria based filtering ๐ค๐ป, validation and selection.