franky-theme 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- franky_theme-0.1.0/CHANGELOG.md +93 -0
- franky_theme-0.1.0/LICENSE +674 -0
- franky_theme-0.1.0/PKG-INFO +78 -0
- franky_theme-0.1.0/README.md +51 -0
- franky_theme-0.1.0/changelog.tera +80 -0
- franky_theme-0.1.0/cog.toml +45 -0
- franky_theme-0.1.0/mise.toml +314 -0
- franky_theme-0.1.0/pyproject.toml +93 -0
- franky_theme-0.1.0/pyrightconfig.json +126 -0
- franky_theme-0.1.0/ruff.toml +69 -0
- franky_theme-0.1.0/src/franky/__init__.py +33 -0
- franky_theme-0.1.0/src/franky/_version.py +1 -0
- franky_theme-0.1.0/src/franky/cli.py +252 -0
- franky_theme-0.1.0/src/franky/py.typed +0 -0
- franky_theme-0.1.0/src/franky/theme.py +377 -0
- franky_theme-0.1.0/src/franky/themes/__init__.py +15 -0
- franky_theme-0.1.0/src/franky/themes/ghostty.py +62 -0
- franky_theme-0.1.0/src/franky/themes/helix.py +241 -0
- franky_theme-0.1.0/src/franky/themes/qman.py +104 -0
- franky_theme-0.1.0/tools/downloads.py +73 -0
- franky_theme-0.1.0/tools/show.py +34 -0
- franky_theme-0.1.0/tools/traceback.py +69 -0
- franky_theme-0.1.0/tools/typyness.py +353 -0
- franky_theme-0.1.0/typings/pretty_errors/__init__.pyi +229 -0
- franky_theme-0.1.0/typings/pretty_errors/__main__.pyi +31 -0
- franky_theme-0.1.0/uv.lock +466 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
|
3
|
+
|
|
4
|
+
- - -
|
|
5
|
+
## Changelog for release [v0.1.0]
|
|
6
|
+
|
|
7
|
+
https://github.com/gravures/franky/compare/6d4b700c52432cc56b83ed985025ab2f8839aed0..v0.1.0
|
|
8
|
+
2026-07-15
|
|
9
|
+
### Package updates
|
|
10
|
+
|
|
11
|
+
- [franky-ipython](packages/franky-ipython) bumped to [franky-ipython-v0.1.0](https://github.com/gravures/franky/compare/6d4b700c52432cc56b83ed985025ab2f8839aed0..franky-ipython-v0.1.0)
|
|
12
|
+
|
|
13
|
+
### Global changes
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
- **(cli)** add install command - ([bda7852](https://github.com/gravures/franky/commit/bda7852478fb0f6e182929699c182b1c32bab8ef)) - [@gravures](https://github.com/gravures)
|
|
18
|
+
|
|
19
|
+
- **(helix)** add helix theme - ([b4eb08a](https://github.com/gravures/franky/commit/b4eb08a82940a41a9f9fb1f8c0a31e474b87fd10)) - [@gravures](https://github.com/gravures)
|
|
20
|
+
|
|
21
|
+
- **(init)** [**breaking**] initial commit. - ([6d4b700](https://github.com/gravures/franky/commit/6d4b700c52432cc56b83ed985025ab2f8839aed0)) - [@gravures](https://github.com/gravures)
|
|
22
|
+
|
|
23
|
+
- **(qman)** add qman theme - ([0ccf5fb](https://github.com/gravures/franky/commit/0ccf5fbaefe2e37d4df5073d7ce80573d3a9539c)) - [@gravures](https://github.com/gravures)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Refactoring
|
|
27
|
+
|
|
28
|
+
- **(franky)** forward theme.Markup to franky top package - ([03bc3f3](https://github.com/gravures/franky/commit/03bc3f3cdea53a15511ae04f1505c74155a3718d)) - [@gravures](https://github.com/gravures)
|
|
29
|
+
|
|
30
|
+
- **(theme)** removes Swatch.none and add more predefined styles - ([ce70538](https://github.com/gravures/franky/commit/ce70538f4659fbbbd82f6c25c6adc26e266c45e2)) - [@gravures](https://github.com/gravures)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Style
|
|
34
|
+
|
|
35
|
+
- **(copyright)** add copyright header - ([0f6cc72](https://github.com/gravures/franky/commit/0f6cc720c5a312bd20d5119c02346f739d43ff9f)) - [@gravures](https://github.com/gravures)
|
|
36
|
+
|
|
37
|
+
- **(franky)** update franky theme - ([594c113](https://github.com/gravures/franky/commit/594c113d0fc5aeb2f2d16ea8369220255e5a101f)) - [@gravures](https://github.com/gravures)
|
|
38
|
+
|
|
39
|
+
- **(ghostty)** update palette - ([c77d1d2](https://github.com/gravures/franky/commit/c77d1d274d1e4c1a67bdb05cef66a8bfdb456d07)) - [@gravures](https://github.com/gravures)
|
|
40
|
+
|
|
41
|
+
- **(helix)** update theme - ([8d9cdad](https://github.com/gravures/franky/commit/8d9cdad0051da2e77f4c0102dc400794d4385514)) - [@gravures](https://github.com/gravures)
|
|
42
|
+
|
|
43
|
+
- **(typings)** pre-commit strip whitespaces in stub files - ([01305ad](https://github.com/gravures/franky/commit/01305ad6462a73c2c8daf36c02e0a33dfc11634a)) - [@gravures](https://github.com/gravures)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
- - -
|
|
48
|
+
|
|
49
|
+
## Changelog for release [v0.1.0]
|
|
50
|
+
|
|
51
|
+
https://github.com/gravures/franky/compare/6d4b700c52432cc56b83ed985025ab2f8839aed0..v0.1.0
|
|
52
|
+
2026-07-14
|
|
53
|
+
### Package updates
|
|
54
|
+
|
|
55
|
+
- [franky-ipython](packages/franky-ipython) bumped to [franky-ipython-v0.1.0](https://github.com/gravures/franky/compare/6d4b700c52432cc56b83ed985025ab2f8839aed0..franky-ipython-v0.1.0)
|
|
56
|
+
|
|
57
|
+
### Global changes
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
- **(cli)** add install command - ([bda7852](https://github.com/gravures/franky/commit/bda7852478fb0f6e182929699c182b1c32bab8ef)) - [@gravures](https://github.com/gravures)
|
|
62
|
+
|
|
63
|
+
- **(helix)** add helix theme - ([b4eb08a](https://github.com/gravures/franky/commit/b4eb08a82940a41a9f9fb1f8c0a31e474b87fd10)) - [@gravures](https://github.com/gravures)
|
|
64
|
+
|
|
65
|
+
- **(init)** [**breaking**] initial commit. - ([6d4b700](https://github.com/gravures/franky/commit/6d4b700c52432cc56b83ed985025ab2f8839aed0)) - [@gravures](https://github.com/gravures)
|
|
66
|
+
|
|
67
|
+
- **(qman)** add qman theme - ([0ccf5fb](https://github.com/gravures/franky/commit/0ccf5fbaefe2e37d4df5073d7ce80573d3a9539c)) - [@gravures](https://github.com/gravures)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Refactoring
|
|
71
|
+
|
|
72
|
+
- **(franky)** forward theme.Markup to franky top package - ([03bc3f3](https://github.com/gravures/franky/commit/03bc3f3cdea53a15511ae04f1505c74155a3718d)) - [@gravures](https://github.com/gravures)
|
|
73
|
+
|
|
74
|
+
- **(theme)** removes Swatch.none and add more predefined styles - ([ce70538](https://github.com/gravures/franky/commit/ce70538f4659fbbbd82f6c25c6adc26e266c45e2)) - [@gravures](https://github.com/gravures)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Style
|
|
78
|
+
|
|
79
|
+
- **(copyright)** add copyright header - ([0f6cc72](https://github.com/gravures/franky/commit/0f6cc720c5a312bd20d5119c02346f739d43ff9f)) - [@gravures](https://github.com/gravures)
|
|
80
|
+
|
|
81
|
+
- **(franky)** update franky theme - ([594c113](https://github.com/gravures/franky/commit/594c113d0fc5aeb2f2d16ea8369220255e5a101f)) - [@gravures](https://github.com/gravures)
|
|
82
|
+
|
|
83
|
+
- **(ghostty)** update palette - ([c77d1d2](https://github.com/gravures/franky/commit/c77d1d274d1e4c1a67bdb05cef66a8bfdb456d07)) - [@gravures](https://github.com/gravures)
|
|
84
|
+
|
|
85
|
+
- **(helix)** update theme - ([8d9cdad](https://github.com/gravures/franky/commit/8d9cdad0051da2e77f4c0102dc400794d4385514)) - [@gravures](https://github.com/gravures)
|
|
86
|
+
|
|
87
|
+
- **(typings)** pre-commit strip whitespaces in stub files - ([01305ad](https://github.com/gravures/franky/commit/01305ad6462a73c2c8daf36c02e0a33dfc11634a)) - [@gravures](https://github.com/gravures)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
- - -
|
|
92
|
+
|
|
93
|
+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|