-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
21 lines (21 loc) · 652 Bytes
/
CITATION.cff
File metadata and controls
21 lines (21 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cff-version: 1.2.0
title: Clock Pattern
message: >
If you use this software, please cite it using the metadata below.
type: software
authors:
- given-names: Adrià
family-names: Montoto
repository-code: https://github.com/adriamontoto/clock-pattern
url: https://pypi.org/project/clock-pattern
abstract: >
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.
keywords:
- python
- clock
- dependency-injection
- domain-driven-design
license: MIT