cloudflare-images-migrator 1.0.0__tar.gz → 1.0.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.
- {cloudflare_images_migrator-1.0.0/cloudflare_images_migrator.egg-info → cloudflare_images_migrator-1.0.1}/PKG-INFO +2 -4
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/README.md +0 -2
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1/cloudflare_images_migrator.egg-info}/PKG-INFO +2 -4
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/pyproject.toml +1 -1
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/setup.py +2 -2
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/ENTERPRISE_FEATURES.md +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/LICENSE +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/MANIFEST.in +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/cloudflare_images_migrator.egg-info/SOURCES.txt +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/cloudflare_images_migrator.egg-info/dependency_links.txt +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/cloudflare_images_migrator.egg-info/entry_points.txt +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/cloudflare_images_migrator.egg-info/not-zip-safe +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/cloudflare_images_migrator.egg-info/requires.txt +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/cloudflare_images_migrator.egg-info/top_level.txt +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/config.yaml.example +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/requirements.txt +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/setup.cfg +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/__init__.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/audit.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/cloudflare_client.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/config.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/image_tracker.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/logger.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/migrator.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/parsers.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/quality.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/security.py +0 -0
- {cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/utils.py +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cloudflare-images-migrator
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Enterprise-grade tool to migrate images to Cloudflare Images with persistent tracking and duplicate detection
|
5
5
|
Home-page: https://github.com/mariolqn/Cloudflare-Images-Migrator
|
6
|
-
Author: Mario
|
6
|
+
Author: Mario Lemos Quirino Neto
|
7
7
|
Author-email: Mario Lemos Quirino Neto <mariolqn@users.noreply.github.com>
|
8
8
|
License: MIT
|
9
9
|
Project-URL: Homepage, https://github.com/mariolqn/Cloudflare-Images-Migrator
|
@@ -470,5 +470,3 @@ This tool is designed to be extensible:
|
|
470
470
|
This project is provided as-is for educational and practical use.
|
471
471
|
|
472
472
|
---
|
473
|
-
|
474
|
-
**Made with ❤️ for the Cloudflare Images community**
|
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cloudflare-images-migrator
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Enterprise-grade tool to migrate images to Cloudflare Images with persistent tracking and duplicate detection
|
5
5
|
Home-page: https://github.com/mariolqn/Cloudflare-Images-Migrator
|
6
|
-
Author: Mario
|
6
|
+
Author: Mario Lemos Quirino Neto
|
7
7
|
Author-email: Mario Lemos Quirino Neto <mariolqn@users.noreply.github.com>
|
8
8
|
License: MIT
|
9
9
|
Project-URL: Homepage, https://github.com/mariolqn/Cloudflare-Images-Migrator
|
@@ -470,5 +470,3 @@ This tool is designed to be extensible:
|
|
470
470
|
This project is provided as-is for educational and practical use.
|
471
471
|
|
472
472
|
---
|
473
|
-
|
474
|
-
**Made with ❤️ for the Cloudflare Images community**
|
@@ -17,8 +17,8 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
|
|
17
17
|
|
18
18
|
setup(
|
19
19
|
name="cloudflare-images-migrator",
|
20
|
-
version="1.0.
|
21
|
-
author="Mario
|
20
|
+
version="1.0.1",
|
21
|
+
author="Mario Lemos Quirino Neto",
|
22
22
|
author_email="mariolqn@users.noreply.github.com",
|
23
23
|
description="Enterprise-grade tool to migrate images to Cloudflare Images with persistent tracking and duplicate detection",
|
24
24
|
long_description=long_description,
|
{cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/ENTERPRISE_FEATURES.md
RENAMED
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
|
{cloudflare_images_migrator-1.0.0 → cloudflare_images_migrator-1.0.1}/src/cloudflare_client.py
RENAMED
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
|