offspot-config 2.2.5__tar.gz → 2.2.6__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.
- {offspot_config-2.2.5 → offspot_config-2.2.6}/CHANGELOG.md +15 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/PKG-INFO +13 -13
- {offspot_config-2.2.5 → offspot_config-2.2.6}/pyproject.toml +13 -11
- offspot_config-2.2.6/src/offspot_config/branding/horizontal-logo-dark.png +0 -0
- offspot_config-2.2.6/src/offspot_config/branding/horizontal-logo-light.png +0 -0
- offspot_config-2.2.6/src/offspot_config/branding/horizontal-logo.svg +37 -0
- offspot_config-2.2.6/src/offspot_config/branding/square-logo-dark.png +0 -0
- offspot_config-2.2.6/src/offspot_config/branding/square-logo-light.png +0 -0
- offspot_config-2.2.6/src/offspot_config/branding/square-logo.svg +23 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/catalog.json +0 -19
- offspot_config-2.2.6/src/offspot_runtime/__about__.py +1 -0
- offspot_config-2.2.5/src/offspot_config/branding/horizontal-logo-light.png +0 -0
- offspot_config-2.2.5/src/offspot_config/branding/square-logo-light.png +0 -0
- offspot_config-2.2.5/src/offspot_runtime/__about__.py +0 -1
- {offspot_config-2.2.5 → offspot_config-2.2.6}/.gitignore +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/.pre-commit-config.yaml +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/LICENSE +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/README.md +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/__init__.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/builder.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/catalog.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/constants.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/file.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/__init__.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/base.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/checksum.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/file.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/mainconfig.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/oci.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/output.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/str.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/inputs/ways.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/oci_images.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/packages.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/utils/__init__.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/utils/dashboard.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/utils/download.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/utils/misc.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/utils/sizes.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/utils/yaml.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_config/zim.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/__init__.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/ap.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/checks.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/configlib.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/containers.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/dnsmasqspoof.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/ethernet.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/firmware.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/fromfile.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/hostname.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/src/offspot_runtime/timezone.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tasks.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/conftest.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/test_catalog.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/test_checks.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/test_humanid.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/test_inputs.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/test_link.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/test_reader.py +0 -0
- {offspot_config-2.2.5 → offspot_config-2.2.6}/tests/test_zim.py +0 -0
|
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.2.6]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- [branding] Added dark versions of square and horizontal logos
|
|
13
|
+
- [branding] Added light+dark enabled square and horizontal SVG logos
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- [branding] Updated light PNG logos in accordance to Branding guidelines
|
|
18
|
+
|
|
19
|
+
### Removed
|
|
20
|
+
|
|
21
|
+
- [catalog] `eleda.offspot.kiwix.org` package as it is available as a ZIM
|
|
22
|
+
|
|
8
23
|
## [2.2.5] - 2024-05-21
|
|
9
24
|
|
|
10
25
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: offspot-config
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.6
|
|
4
4
|
Summary: Offspot Config helpers
|
|
5
5
|
Project-URL: Homepage, https://github.com/offspot/offspot-config
|
|
6
6
|
Project-URL: Donate, https://www.kiwix.org/en/support-us/
|
|
@@ -27,24 +27,24 @@ Requires-Dist: typeguard>=4.1.5
|
|
|
27
27
|
Requires-Dist: urllib3<3.0,>=2.0.0
|
|
28
28
|
Requires-Dist: xmltodict<0.14,>=0.13.0
|
|
29
29
|
Provides-Extra: check
|
|
30
|
-
Requires-Dist: pyright==1.1.
|
|
30
|
+
Requires-Dist: pyright==1.1.363; extra == 'check'
|
|
31
31
|
Provides-Extra: dev
|
|
32
|
-
Requires-Dist: black==24.
|
|
33
|
-
Requires-Dist: coverage==7.
|
|
32
|
+
Requires-Dist: black==24.4.2; extra == 'dev'
|
|
33
|
+
Requires-Dist: coverage==7.5.1; extra == 'dev'
|
|
34
34
|
Requires-Dist: invoke==2.2.0; extra == 'dev'
|
|
35
|
-
Requires-Dist: ipython==8.
|
|
36
|
-
Requires-Dist: pre-commit==3.
|
|
37
|
-
Requires-Dist: pyright==1.1.
|
|
38
|
-
Requires-Dist: pytest==8.
|
|
39
|
-
Requires-Dist: ruff==0.
|
|
35
|
+
Requires-Dist: ipython==8.24.0; extra == 'dev'
|
|
36
|
+
Requires-Dist: pre-commit==3.7.1; extra == 'dev'
|
|
37
|
+
Requires-Dist: pyright==1.1.363; extra == 'dev'
|
|
38
|
+
Requires-Dist: pytest==8.2.1; extra == 'dev'
|
|
39
|
+
Requires-Dist: ruff==0.4.4; extra == 'dev'
|
|
40
40
|
Provides-Extra: lint
|
|
41
|
-
Requires-Dist: black==24.
|
|
42
|
-
Requires-Dist: ruff==0.
|
|
41
|
+
Requires-Dist: black==24.4.2; extra == 'lint'
|
|
42
|
+
Requires-Dist: ruff==0.4.4; extra == 'lint'
|
|
43
43
|
Provides-Extra: scripts
|
|
44
44
|
Requires-Dist: invoke==2.2.0; extra == 'scripts'
|
|
45
45
|
Provides-Extra: test
|
|
46
|
-
Requires-Dist: coverage==7.
|
|
47
|
-
Requires-Dist: pytest==8.
|
|
46
|
+
Requires-Dist: coverage==7.5.1; extra == 'test'
|
|
47
|
+
Requires-Dist: pytest==8.2.1; extra == 'test'
|
|
48
48
|
Description-Content-Type: text/markdown
|
|
49
49
|
|
|
50
50
|
# offspot-config
|
|
@@ -41,19 +41,19 @@ scripts = [
|
|
|
41
41
|
"invoke==2.2.0",
|
|
42
42
|
]
|
|
43
43
|
lint = [
|
|
44
|
-
"black==24.
|
|
45
|
-
"ruff==0.
|
|
44
|
+
"black==24.4.2",
|
|
45
|
+
"ruff==0.4.4",
|
|
46
46
|
]
|
|
47
47
|
check = [
|
|
48
|
-
"pyright==1.1.
|
|
48
|
+
"pyright==1.1.363",
|
|
49
49
|
]
|
|
50
50
|
test = [
|
|
51
|
-
"pytest==8.
|
|
52
|
-
"coverage==7.
|
|
51
|
+
"pytest==8.2.1",
|
|
52
|
+
"coverage==7.5.1",
|
|
53
53
|
]
|
|
54
54
|
dev = [
|
|
55
|
-
"pre-commit==3.
|
|
56
|
-
"ipython==8.
|
|
55
|
+
"pre-commit==3.7.1",
|
|
56
|
+
"ipython==8.24.0",
|
|
57
57
|
"offspot-config[scripts]",
|
|
58
58
|
"offspot-config[lint]",
|
|
59
59
|
"offspot-config[test]",
|
|
@@ -131,6 +131,8 @@ target-version = ['py39']
|
|
|
131
131
|
target-version = "py39"
|
|
132
132
|
line-length = 88
|
|
133
133
|
src = ["src"]
|
|
134
|
+
|
|
135
|
+
[lint]
|
|
134
136
|
select = [
|
|
135
137
|
"A", # flake8-builtins
|
|
136
138
|
# "ANN", # flake8-annotations
|
|
@@ -209,18 +211,18 @@ unfixable = [
|
|
|
209
211
|
"F401",
|
|
210
212
|
]
|
|
211
213
|
|
|
212
|
-
[
|
|
214
|
+
[lint.isort]
|
|
213
215
|
known-first-party = ["offspot_config", "offspot_runtime"]
|
|
214
216
|
known-local-folder = ["src"]
|
|
215
217
|
|
|
216
|
-
[
|
|
218
|
+
[lint.flake8-bugbear]
|
|
217
219
|
# add exceptions to B008 for fastapi.
|
|
218
220
|
extend-immutable-calls = ["fastapi.Depends", "fastapi.Query"]
|
|
219
221
|
|
|
220
|
-
[
|
|
222
|
+
[lint.flake8-tidy-imports]
|
|
221
223
|
ban-relative-imports = "all"
|
|
222
224
|
|
|
223
|
-
[
|
|
225
|
+
[lint.per-file-ignores]
|
|
224
226
|
"tests/**/*" = [
|
|
225
227
|
# can use magic values, assertions and relative imports
|
|
226
228
|
"PLR2004", "S101", "TID252",
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2200 400">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
path {
|
|
6
|
+
fill: #000000;
|
|
7
|
+
}
|
|
8
|
+
@media (prefers-color-scheme: dark) {
|
|
9
|
+
path {
|
|
10
|
+
fill: #FFFFFF;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
@media (prefers-color-scheme: light) {
|
|
14
|
+
path {
|
|
15
|
+
fill: #000000;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
</style>
|
|
19
|
+
</defs>
|
|
20
|
+
<g>
|
|
21
|
+
<path d="M431.6,260.3c-2.9-13.2-25-51.3-69.6-85.1-8.3-6.3-15.5-11.4-21.6-15.5,8.8-38.3-37.5-84.3-82.9-62.7-32.6-30.7-68.8-43-102.2-42.6C66.9,55.6-1.3,147.7,72.2,235.6h0c1.2,1.4,2.4,2.8,3.5,4.1,4.7,5.7,7.9,10.8,10.6,19.6l21.8,71.7h-7.7c-7.1,0-13,5.7-13,13h29.3l49.3,23.4c3.1-6.5,0-14.1-6.1-17.1l-13-6.1h37.1c0-7.1-5.7-13-13-13h-33.8c-5.9,0-11.2-3.9-12.8-9.4l-17.3-57c-4.3-14.9,5.5-24.8,14.9-25.9,8.4-1,12.8,4.5,16.7,17.7l15.3,50.5h-7.7c-7.1,0-13,5.7-13,13h29.3l49.3,23.4c3.1-6.5,0-14.1-6.1-17.1l-13-6.1h27.3c2.8,4.7,6.1,9,10.2,13.2,25.3,25.3,66.8,25.3,92.1,0,25.3-25.3,25.3-66.8,0-92.1-25.3-25.3-66.8-25.3-92.1,0s-23.2,43.6-15.9,66h-30.8c-5.9,0-11.2-3.9-12.8-9.4l-25.5-84.1,4.3-2.4c60.7-25.5,125.6,20,170.7-23.8h.2c5.5-5.3,11.2-10.6,27.7,0,17.9,11.2,57,40.3,74.9,90,0,0,10.8-3.9,7.9-17.1h0l.2-.2ZM306.6,150.1c0-6.9-5.7-12.2-12.6-12.2s-12.6,5.5-12.6,12.6,1.8,7.1,4.3,9.4c-9-1.8-15.9-9.6-15.9-19.3s8.8-19.6,19.6-19.6,19.6,8.8,19.6,19.6-1,6.7-2.6,9.4Z"/>
|
|
22
|
+
<g>
|
|
23
|
+
<path d="M572.6,219.4l-20.2,21.8v54.2h-39.1V105.9h39.1v85.9l17.1-23.6,48.3-62.3h47.9l-67.4,84.3,69.4,105.3h-46.6l-48.7-76h.2Z"/>
|
|
24
|
+
<path d="M679.9,118.3c0-5.7,2-10.2,5.7-14,3.7-3.7,8.8-5.5,15.5-5.5s11.6,1.8,15.3,5.5c3.7,3.7,5.7,8.3,5.7,14s-2,10.4-5.7,14.1c-3.9,3.7-9,5.5-15.3,5.5s-11.4-1.8-15.3-5.5-5.7-8.3-5.7-14.1h-.2ZM719.8,295.5h-37.7v-140.9h37.7v140.9Z"/>
|
|
25
|
+
<path d="M873.2,244.4l18.5-89.8h36.3l-36,140.9h-31.4l-26.7-88.6-26.7,88.6h-31.4l-36-140.9h36.3l18.3,89.6,25.7-89.6h27.1l25.7,89.8h.2Z"/>
|
|
26
|
+
<path d="M946.5,118.3c0-5.7,2-10.2,5.7-14,3.7-3.7,8.8-5.5,15.5-5.5s11.6,1.8,15.3,5.5c3.7,3.7,5.7,8.3,5.7,14s-2,10.4-5.7,14.1c-3.9,3.7-9,5.5-15.3,5.5s-11.4-1.8-15.3-5.5-5.7-8.3-5.7-14.1h-.2ZM986.4,295.5h-37.7v-140.9h37.7v140.9Z"/>
|
|
27
|
+
<path d="M1071.1,196.7l23.8-42h40.3l-40.1,69,41.8,71.9h-40.3l-25.1-44.2-25,44.2h-40.5l41.9-71.9-39.9-69h40.3l23.2,42h-.4Z"/>
|
|
28
|
+
<path d="M1376.2,295.5h-39.1v-81.1h-76.2v81.1h-39.1V105.9h39.1v76.8h76.2v-76.8h39.1v189.6Z"/>
|
|
29
|
+
<path d="M1402,223.8c0-14,2.8-26.5,8.1-37.3,5.3-11,13.2-19.5,23.2-25.3s21.8-9,35.2-9c19.1,0,34.6,5.9,46.6,17.5,12,11.6,18.7,27.5,20,47.4v9.6c.2,21.6-5.7,38.9-17.9,52.1-12,13-28.3,19.6-48.5,19.6s-36.5-6.5-48.5-19.5c-12.2-13-18.1-30.7-18.1-53v-2ZM1439.7,226.5c0,13.4,2.6,23.6,7.5,30.7,5.1,7.1,12.2,10.6,21.6,10.6s16.3-3.5,21.4-10.4c5.1-7.1,7.7-18.3,7.7-33.6s-2.6-23.4-7.7-30.5c-5.1-7.3-12.4-10.8-21.6-10.8s-16.3,3.5-21.4,10.8c-5.1,7.3-7.5,18.3-7.5,33.4v-.2Z"/>
|
|
30
|
+
<path d="M1603.6,120v34.6h24.2v27.5h-24.2v70.3c0,5.3,1,8.8,2.9,11.2,2,2.2,5.9,3.3,11.4,3.3s7.9-.4,11-1v28.5c-7.5,2.2-14.9,3.3-22.8,3.3-26.3,0-39.9-13.4-40.3-39.9v-75.8h-20.6v-27.5h20.6v-34.6h37.7Z"/>
|
|
31
|
+
<path d="M1725,256.6c0-4.5-2.4-8.3-6.9-10.8s-11.8-5.1-22-7.1c-33.6-7.1-50.3-21.2-50.3-42.6s5.1-23,15.5-31.2c10.4-8.4,24-12.6,40.7-12.6s32.2,4.1,42.8,12.6c10.8,8.4,16.1,19.5,16.1,32.8h-37.5c0-5.3-1.8-9.8-5.3-13.4s-8.8-5.3-16.3-5.3-11.2,1.4-14.7,4.3-5.3,6.5-5.3,11,2,7.5,5.9,10c3.9,2.6,10.6,4.7,20,6.7s17.3,3.9,23.8,6.3c19.8,7.3,29.9,19.8,29.9,37.9s-5.5,23.2-16.5,31.2c-11,7.9-25.3,12-42.6,12s-22.2-2.2-31.4-6.3c-9.2-4.1-16.3-10-21.6-17.3s-7.9-15.3-7.9-23.8h35.8c.4,6.7,2.8,11.8,7.5,15.3,4.5,3.5,10.8,5.3,18.5,5.3s12.6-1.4,16.3-4.1c3.7-2.8,5.5-6.3,5.5-10.8l.2-.2Z"/>
|
|
32
|
+
<path d="M1912.6,226.3c0,21.6-4.9,39.1-14.7,52.1-9.8,13-23.2,19.6-39.9,19.6s-25.7-4.9-34.6-14.9v66.4h-37.5v-195.1h35l1.4,13.8c9-11,21-16.3,35.8-16.3s30.8,6.5,40.5,19.3c9.6,12.8,14.5,30.5,14.5,53v2l-.4.2ZM1874.9,223.6c0-13.2-2.4-23.2-6.9-30.3-4.7-7.1-11.4-10.6-20.2-10.6s-19.8,4.5-24.4,13.6v57.8c4.5,9.2,12.8,14,24.6,14,17.9,0,26.9-14.7,26.9-44.2v-.2Z"/>
|
|
33
|
+
<path d="M1930.1,223.8c0-14,2.8-26.5,8.1-37.3,5.3-11,13.2-19.5,23.2-25.3s21.8-9,35.2-9c19.1,0,34.6,5.9,46.6,17.5,12,11.6,18.7,27.5,20,47.4v9.6c.2,21.6-5.7,38.9-17.9,52.1-12,13-28.3,19.6-48.5,19.6s-36.5-6.5-48.5-19.5c-12.2-13-18.1-30.7-18.1-53v-2ZM1967.6,226.5c0,13.4,2.6,23.6,7.5,30.7,5.1,7.1,12.2,10.6,21.6,10.6s16.3-3.5,21.4-10.4c5.1-7.1,7.7-18.3,7.7-33.6s-2.6-23.4-7.7-30.5c-5.1-7.3-12.4-10.8-21.6-10.8s-16.3,3.5-21.4,10.8c-5.1,7.3-7.5,18.3-7.5,33.4v-.2Z"/>
|
|
34
|
+
<path d="M2131.7,120v34.6h24.2v27.5h-24.2v70.3c0,5.3,1,8.8,2.9,11.2,2,2.2,5.9,3.3,11.4,3.3s7.9-.4,11-1v28.5c-7.5,2.2-14.9,3.3-22.8,3.3-26.3,0-39.9-13.4-40.3-39.9v-75.8h-20.6v-27.5h20.6v-34.6h37.7Z"/>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg version="1.1" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
path {
|
|
6
|
+
fill: #000000;
|
|
7
|
+
}
|
|
8
|
+
@media (prefers-color-scheme: dark) {
|
|
9
|
+
path {
|
|
10
|
+
fill: #FFFFFF;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
@media (prefers-color-scheme: light) {
|
|
14
|
+
path {
|
|
15
|
+
fill: #000000;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
</style>
|
|
19
|
+
</defs>
|
|
20
|
+
<g>
|
|
21
|
+
<path d="m381.29 260.3c-2.6281-13.2-22.656-51.3-63.075-85.1-7.5219-6.3-14.047-11.4-19.575-15.5 7.975-38.3-33.984-84.3-75.128-62.7-29.544-30.7-62.35-43-92.619-42.6-80.113 1.2-141.92 93.3-75.309 181.2 1.0875 1.4 2.175 2.8 3.1719 4.1 4.2594 5.7 7.1594 10.8 9.6063 19.6l19.756 71.7h-6.9781c-6.4344 0-11.781 5.7-11.781 13h26.553l44.678 23.4c2.8094-6.5 0-14.1-5.5281-17.1l-11.781-6.1h33.622c0-7.1-5.1656-13-11.781-13h-30.631c-5.3469 0-10.15-3.9-11.6-9.4l-15.678-57c-3.8969-14.9 4.9844-24.8 13.503-25.9 7.6125-1 11.6 4.5 15.134 17.7l13.866 50.5h-6.9781c-6.4344 0-11.781 5.7-11.781 13h26.553l44.678 23.4c2.8094-6.5 0-14.1-5.5281-17.1l-11.781-6.1h24.741c2.5375 4.7 5.5281 9 9.2438 13.2 22.928 25.3 60.538 25.3 83.466 0 22.928-25.3 22.928-66.8 0-92.1-22.928-25.3-60.538-25.3-83.466 0-22.928 25.3-21.025 43.6-14.409 66h-27.913c-5.3469 0-10.15-3.9-11.6-9.4l-23.109-84.1 3.8969-2.4c55.009-25.5 113.83 20 154.7-23.8h0.18125c4.9844-5.3 10.15-10.6 25.103 0 16.222 11.2 51.656 40.3 67.878 90 0 0 9.7875-3.9 7.1594-17.1l0.18125-0.2zm-113.28-110.2c0-6.9-5.1656-12.2-11.419-12.2s-11.419 5.5-11.419 12.6 1.6313 7.1 3.8969 9.4c-8.1563-1.8-14.409-9.6-14.409-19.3s7.975-19.6 17.763-19.6c9.7875 0 17.763 8.8 17.763 19.6s-0.90625 6.7-2.3562 9.4z" />
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
|
@@ -283,25 +283,6 @@
|
|
|
283
283
|
},
|
|
284
284
|
"via": "zip"
|
|
285
285
|
},
|
|
286
|
-
{
|
|
287
|
-
"ident": "eleda.offspot.kiwix.org",
|
|
288
|
-
"domain": "eleda",
|
|
289
|
-
"kind": "files",
|
|
290
|
-
"title": "Les mathématiques du primaire",
|
|
291
|
-
"description": "Les mathématiques pour l'école primaire avec plus 600 activités randomisées du CP au CM2.",
|
|
292
|
-
"languages": [
|
|
293
|
-
"fra"
|
|
294
|
-
],
|
|
295
|
-
"tags": [],
|
|
296
|
-
"icon_url": "https://drive.offspot.it/eleda/icon_zim.png",
|
|
297
|
-
"download_url": "https://drive.offspot.it/eleda/eleda_fr_fo-offline_2023-10.zip",
|
|
298
|
-
"download_size": 83684857,
|
|
299
|
-
"download_checksum": {
|
|
300
|
-
"algo": "md5",
|
|
301
|
-
"value": "c8ad28bfd8e5a0005ad128c9d09dd5c6"
|
|
302
|
-
},
|
|
303
|
-
"via": "zip"
|
|
304
|
-
},
|
|
305
286
|
{
|
|
306
287
|
"ident": "eleda-android.offspot.kiwix.org",
|
|
307
288
|
"domain": "eleda-android",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.2.6"
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.2.5"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|