-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNOTICE
More file actions
120 lines (88 loc) · 3.94 KB
/
Copy pathNOTICE
File metadata and controls
120 lines (88 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Zenzic
Copyright 2026 PythonWoods <dev@pythonwoods.dev>
This product includes software developed by the PythonWoods contributors.
Project attribution:
- Zenzic is a PythonWoods project.
- MkDocs and other referenced ecosystem tools are third-party projects.
================================================================================
## Runtime Dependencies
1. Pydantic v2 (https://github.com/pydantic/pydantic)
Copyright (c) Samuel Colvin and other contributors
License: MIT
Used for: Configuration model validation and settings management
2. Typer (https://github.com/tiangolo/typer)
Copyright (c) Sebastián Ramírez
License: MIT
Used for: Command-line interface and argument parsing
3. Rich (https://github.com/Textualize/rich)
Copyright (c) Will McGugan
License: MIT
Used for: Terminal output formatting, tables, and progress display
4. PyYAML (https://github.com/yaml/pyyaml)
Copyright (c) Ingy döt Net and Kirill Simonov
License: MIT
Used for: YAML configuration parsing (mkdocs.yml)
5. httpx (https://github.com/encode/httpx)
Copyright (c) Encode OSS Ltd.
License: BSD-3-Clause
Used for: Async HTTP client for external link validation
6. Shellingham (https://github.com/sarugaku/shellingham)
Copyright (c) Tzu-ping Chung
License: MIT
Used for: Shell detection (transitive dependency of Typer)
7. google-re2 (https://github.com/google/re2)
Copyright (c) The RE2 Authors
License: BSD-3-Clause
Used for: DFA-native RE2 engine bindings
8. tomli (https://github.com/hukkin/tomli)
Copyright (c) Taneli Hukkinen
License: MIT
Used for: TOML parsing backport for Python 3.10
9. pathspec (https://github.com/cpburnz/python-pathspec)
Copyright (c) Caleb P. Burns
License: Mozilla Public License 2.0
Used for: Gitignore pattern matching
================================================================================
## Development & Docs Tools
These packages are used during development, testing, and documentation builds.
They are not included in the distributed wheel.
10. MkDocs (https://github.com/mkdocs/mkdocs)
Copyright (c) 2014-present, Tom Christie
License: BSD-2-Clause
Used for: Documentation build backend
11. Material for MkDocs (https://github.com/squidfunk/mkdocs-material)
Copyright (c) 2016-present, Martin Donath
License: MIT
Used for: Documentation theme
12. bump-my-version (https://github.com/callowayproject/bump-my-version)
Copyright (c) Corey Oordt and contributors
License: MIT
Used for: Automated version bumping across pyproject.toml, __init__.py, mkdocs.yml
================================================================================
## Self-Hosted Fonts
The documentation site includes the following self-hosted font families:
13. Inter (https://github.com/rsms/inter)
Copyright (c) 2016-2024 Rasmus Andersson
License: SIL Open Font License 1.1
Used for: Documentation site typography
14. IBM Plex Mono (https://github.com/IBM/plex)
Copyright (c) 2017 IBM Corporation
License: SIL Open Font License 1.1
Used for: Code block and terminal typography
15. Barlow Condensed (https://github.com/jctribby/barlow)
Copyright (c) 2017 Jeremy Tribby
License: SIL Open Font License 1.1
Used for: Brand headings and visual board typography
16. JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
Copyright (c) 2020 JetBrains s.r.o.
License: SIL Open Font License 1.1
Used for: Brand System code specifications
17. Roboto & Roboto Mono (https://github.com/googlefonts/roboto)
Copyright (c) 2015 Google Inc.
License: Apache License 2.0
Used for: General documentation body and monospaced text
================================================================================
Full license texts for third-party dependencies can be found in their
respective project repositories or package installations.
This NOTICE file is provided in accordance with the Apache License 2.0
requirements for attribution.