thumbor-libs-blackhand 0.5.0__tar.gz → 0.5.1__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.
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/PKG-INFO +15 -6
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/README.md +8 -8
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/setup.py +2 -2
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand.egg-info/PKG-INFO +16 -7
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/LICENSE +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/setup.cfg +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/loaders/__init__.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/loaders/mongodb_loader.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/loaders/spec_http_or_specb_loader.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/loaders/specb_file_fallback_file_loader.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/metrics/__init__.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/mongodb/pool_result_storage.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/result_storages/__init__.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/result_storages/hybrid_result_storage.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/result_storages/mongodb_result_storage_v3.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/result_storages/mongodb_result_storage_v4.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/result_storages/mongodb_result_storage_v5.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/storages/__init__.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/storages/mongodb_webp_storage.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/url_signers/__init__.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand/url_signers/base64_hmac_sha1_trim.py +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand.egg-info/SOURCES.txt +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand.egg-info/dependency_links.txt +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand.egg-info/requires.txt +0 -0
- {thumbor_libs_blackhand-0.5.0 → thumbor_libs_blackhand-0.5.1}/thumbor_libs_blackhand.egg-info/top_level.txt +0 -0
|
@@ -1,23 +1,32 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: thumbor_libs_blackhand
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: libs thumbor
|
|
5
5
|
Home-page: https://github.com/Bkhand/thumbor_libs_blackhand
|
|
6
6
|
Author: Bertrand Thill
|
|
7
7
|
Author-email: github@blackhand.org
|
|
8
8
|
License: GNU
|
|
9
9
|
Keywords: thumbor,fallback,images,nfs,mongodb
|
|
10
|
-
Platform: UNKNOWN
|
|
11
10
|
Classifier: Development Status :: 4 - Beta
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
13
|
Classifier: Natural Language :: French
|
|
15
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
16
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
18
17
|
Classifier: Topic :: Multimedia :: Graphics :: Presentation
|
|
19
18
|
License-File: LICENSE
|
|
19
|
+
Requires-Dist: thumbor>=7.7.0
|
|
20
|
+
Requires-Dist: pymongo>=4.2.0
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: author-email
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: description
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: keywords
|
|
27
|
+
Dynamic: license
|
|
28
|
+
Dynamic: license-file
|
|
29
|
+
Dynamic: requires-dist
|
|
30
|
+
Dynamic: summary
|
|
20
31
|
|
|
21
32
|
This module enable mongodb support and fallback for thumbor.
|
|
22
|
-
|
|
23
|
-
|
|
@@ -15,16 +15,16 @@ Libs for thumbor 7+
|
|
|
15
15
|
|
|
16
16
|
Collection de modules pour Thumbor 7+ Python3
|
|
17
17
|
|
|
18
|
-
Ces libs ne sont pas destin�es a tourner en production (absence du stack de test)
|
|
18
|
+
Ces libs ne sont pas destin�es a tourner en production (absence du stack de test)
|
|
19
19
|
|
|
20
20
|
Test seulement.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Environnement:
|
|
24
24
|
```
|
|
25
|
-
Thumbor 7.
|
|
26
|
-
Python 3.
|
|
27
|
-
MongoDB
|
|
25
|
+
Thumbor 7.7.x
|
|
26
|
+
Python 3.12
|
|
27
|
+
MongoDB 7/8
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
# Loaders
|
|
@@ -77,7 +77,7 @@ https://thumbor-server.domain/[secret|unsafe]/[params]/XXXXXXXXXXXXXXXXXXXXXX[/.
|
|
|
77
77
|
where `XXXXXXXXXXXXXXXXXXXXXX` is a GridFS `file_id`
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
-
Note: avec utilisation de Varnish quelques modifs sont r�aliser
|
|
80
|
+
Note: avec utilisation de Varnish quelques modifs sont r�aliser
|
|
81
81
|
```
|
|
82
82
|
##### Configuration example for varnish (recv) with AUTO_WEBP ####
|
|
83
83
|
if (req.http.Accept ~ "image/webp") {
|
|
@@ -108,7 +108,7 @@ MONGO_STORAGE_COLLECTION = 'images' # MongoDB storage image collection
|
|
|
108
108
|
|
|
109
109
|
## mongodb_result_storage_V3 V4
|
|
110
110
|
|
|
111
|
-
Description: Mise en cache des images pour MongoDB compatible avec la fonction auto_webp. Attention l'expiration doit �tre ger�e via un index TTL Mongo.
|
|
111
|
+
Description: Mise en cache des images pour MongoDB compatible avec la fonction auto_webp. Attention l'expiration doit �tre ger�e via un index TTL Mongo.
|
|
112
112
|
|
|
113
113
|
Implementation:
|
|
114
114
|
```
|
|
@@ -132,7 +132,7 @@ PRODUIT = ['','']
|
|
|
132
132
|
|
|
133
133
|
## hybrid_result_storage
|
|
134
134
|
|
|
135
|
-
Description: Mise en cache des images pour MongoDB (metadata) + disk (binaire) compatible avec la fonction auto_webp. Attention l'expiration doit �tre ger�e via un index TTL Mongo - hors disque TODO.
|
|
135
|
+
Description: Mise en cache des images pour MongoDB (metadata) + disk (binaire) compatible avec la fonction auto_webp. Attention l'expiration doit �tre ger�e via un index TTL Mongo - hors disque TODO.
|
|
136
136
|
|
|
137
137
|
Implementation:
|
|
138
138
|
```
|
|
@@ -155,7 +155,7 @@ MONGO_STORE_METADATA = True
|
|
|
155
155
|
```
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
Note: avec utilisation de Varnish quelques modifs sont r�aliser
|
|
158
|
+
Note: avec utilisation de Varnish quelques modifs sont r�aliser
|
|
159
159
|
|
|
160
160
|
Exemple: https://www.fastly.com/blog/test-new-encodings-fastly-including-webp
|
|
161
161
|
|
|
@@ -9,7 +9,7 @@ from setuptools import setup, find_packages
|
|
|
9
9
|
|
|
10
10
|
setup(
|
|
11
11
|
name = "thumbor_libs_blackhand",
|
|
12
|
-
version = "0.5.
|
|
12
|
+
version = "0.5.1",
|
|
13
13
|
description = "libs thumbor",
|
|
14
14
|
author = "Bertrand Thill",
|
|
15
15
|
author_email = "github@blackhand.org",
|
|
@@ -30,7 +30,7 @@ setup(
|
|
|
30
30
|
'License :: OSI Approved :: MIT License',
|
|
31
31
|
'Natural Language :: French',
|
|
32
32
|
'Operating System :: POSIX :: Linux',
|
|
33
|
-
'Programming Language :: Python :: 3.
|
|
33
|
+
'Programming Language :: Python :: 3.12',
|
|
34
34
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
|
35
35
|
'Topic :: Multimedia :: Graphics :: Presentation'
|
|
36
36
|
],
|
|
@@ -1,23 +1,32 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.5.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: thumbor_libs_blackhand
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: libs thumbor
|
|
5
5
|
Home-page: https://github.com/Bkhand/thumbor_libs_blackhand
|
|
6
6
|
Author: Bertrand Thill
|
|
7
7
|
Author-email: github@blackhand.org
|
|
8
8
|
License: GNU
|
|
9
9
|
Keywords: thumbor,fallback,images,nfs,mongodb
|
|
10
|
-
Platform: UNKNOWN
|
|
11
10
|
Classifier: Development Status :: 4 - Beta
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
13
|
Classifier: Natural Language :: French
|
|
15
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
16
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
18
17
|
Classifier: Topic :: Multimedia :: Graphics :: Presentation
|
|
19
18
|
License-File: LICENSE
|
|
19
|
+
Requires-Dist: thumbor>=7.7.0
|
|
20
|
+
Requires-Dist: pymongo>=4.2.0
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: author-email
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: description
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: keywords
|
|
27
|
+
Dynamic: license
|
|
28
|
+
Dynamic: license-file
|
|
29
|
+
Dynamic: requires-dist
|
|
30
|
+
Dynamic: summary
|
|
20
31
|
|
|
21
32
|
This module enable mongodb support and fallback for thumbor.
|
|
22
|
-
|
|
23
|
-
|
|
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
|