sfo-file-organizer 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.
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/PKG-INFO +1 -1
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/pyproject.toml +1 -1
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/PKG-INFO +1 -1
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/README.md +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/app_config.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/gui.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/history.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/logging_config.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/organizer.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/rules.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/scheduler.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/setup.cfg +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/SOURCES.txt +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/dependency_links.txt +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/entry_points.txt +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/requires.txt +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/top_level.txt +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/tests/test_fixes.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/tests/test_organizer.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/tests/test_rules.py +0 -0
- {sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/tests/test_smart_context.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sfo-file-organizer
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A Python utility that automatically organizes files into categorized folders based on file types, with rule-based classification and real-time monitoring.
|
|
5
5
|
Author: pjames-tech
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "sfo-file-organizer"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.1"
|
|
8
8
|
description = "A Python utility that automatically organizes files into categorized folders based on file types, with rule-based classification and real-time monitoring."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sfo-file-organizer
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A Python utility that automatically organizes files into categorized folders based on file types, with rule-based classification and real-time monitoring.
|
|
5
5
|
Author: pjames-tech
|
|
6
6
|
License: MIT
|
|
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
|
{sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/requires.txt
RENAMED
|
File without changes
|
{sfo_file_organizer-1.0.0 → sfo_file_organizer-1.0.1}/sfo_file_organizer.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|