From 8e929bae3e13f52b8bf4dd5e6d405b8d8554b79f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:20:10 +0000 Subject: automatic import of python-generalfile --- python-generalfile.spec | 723 ++++++++++++++++++++++++------------------------ 1 file changed, 363 insertions(+), 360 deletions(-) (limited to 'python-generalfile.spec') diff --git a/python-generalfile.spec b/python-generalfile.spec index 84350b1..5c0d9d8 100644 --- a/python-generalfile.spec +++ b/python-generalfile.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-generalfile -Version: 2.5.14 +Version: 2.5.16 Release: 1 Summary: Easily manage files cross platform. License: mit URL: https://github.com/ManderaGeneral/generalfile -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0e/28/57bc915b14df9d65bbd8a8ae878954b9b1000fb9a77a3a1050f0e101cb5b/generalfile-2.5.14.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a9/ab/be904a21ccf4b786c85b96e07e307024e5ffd7c6ec15212318f457f50985/generalfile-2.5.16.tar.gz BuildArch: noarch Requires: python3-generalimport @@ -42,18 +42,20 @@ Easily manage files cross platform. ```mermaid flowchart LR -1([library]) --> 4([packager]) -2([file]) --> 4([packager]) -1([library]) --> 2([file]) -0([import]) --> 1([library]) -0([import]) --> 2([file]) -1([library]) --> 3([vector]) +2([library]) --> 4([vector]) +1([tool]) --> 2([library]) +3([file]) --> 5([packager]) +2([library]) --> 3([file]) +0([import]) --> 2([library]) +0([import]) --> 3([file]) +2([library]) --> 5([packager]) click 0 "https://github.com/ManderaGeneral/generalimport" -click 1 "https://github.com/ManderaGeneral/generallibrary" -click 2 "https://github.com/ManderaGeneral/generalfile" -click 3 "https://github.com/ManderaGeneral/generalvector" -click 4 "https://github.com/ManderaGeneral/generalpackager" -style 2 fill:#482 +click 1 "https://github.com/ManderaGeneral/generaltool" +click 2 "https://github.com/ManderaGeneral/generallibrary" +click 3 "https://github.com/ManderaGeneral/generalfile" +click 4 "https://github.com/ManderaGeneral/generalvector" +click 5 "https://github.com/ManderaGeneral/generalpackager" +style 3 fill:#482 ``` @@ -77,7 +79,7 @@ style 2 fill:#482 | Package | Ver | Latest Release | Python | Platform | Cover | |:-------------------------------------------------------------|:------------------------------------------------|:----------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|:--------| -| [generalfile](https://github.com/ManderaGeneral/generalfile) | [2.5.14](https://pypi.org/project/generalfile/) | 2022-10-27 16:21 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/) | Windows, Ubuntu | 72.2 % | +| [generalfile](https://github.com/ManderaGeneral/generalfile) | [2.5.16](https://pypi.org/project/generalfile/) | 2023-06-05 11:30 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/) | Windows, Ubuntu | 71.9 % | @@ -86,98 +88,101 @@ style 2 fill:#482

Attributes

-Module: generalfile
-├─ Class: CaseSensitivityError
-├─ Class: ConfigFile
-│  ├─ Method: exists
-│  ├─ Method: get_custom_serializers
-│  ├─ Method: get_field_dict_serializable
-│  ├─ Method: halt_getattr
-│  ├─ Method: read_hook_post
-│  ├─ Method: read_hook_pre
-│  ├─ Method: safe_equals
-│  ├─ Method: write_config
-│  ├─ Method: write_hook_post
-│  └─ Method: write_hook_pre
-├─ Class: InvalidCharacterError
-└─ Class: Path
-   ├─ Class: Path
-   ├─ Method: absolute
-   ├─ Method: as_working_dir
-   ├─ Property: cfg
-   ├─ Method: contains
-   ├─ Method: copy
-   ├─ Method: copy_to_folder
-   ├─ Method: create_folder
-   ├─ Method: delete
-   ├─ Method: delete_folder_content
-   ├─ Method: empty
-   ├─ Method: encode
-   ├─ Method: endswith
-   ├─ Method: exists
-   ├─ Method: forward_slash
-   ├─ Method: from_alternative
-   ├─ Method: get_active_venv
-   ├─ Method: get_cache_dir
-   ├─ Method: get_differing_files
-   ├─ Method: get_lock_dir
-   ├─ Method: get_lock_path
-   ├─ Method: get_parent_package
-   ├─ Method: get_parent_repo
-   ├─ Method: get_parent_venv
-   ├─ Method: get_working_dir
-   ├─ Method: is_absolute
-   ├─ Method: is_file
-   ├─ Method: is_folder
-   ├─ Method: is_identical
-   ├─ Method: is_package
-   ├─ Method: is_relative
-   ├─ Method: is_repo
-   ├─ Method: is_root
-   ├─ Method: is_venv
-   ├─ Method: lock
-   ├─ Method: match
-   ├─ Method: mirror_path
-   ├─ Method: move
-   ├─ Method: name
-   ├─ Method: open_folder
-   ├─ Method: open_operation
-   ├─ Method: pack
-   ├─ Method: parts
-   ├─ Property: pickle
-   ├─ Method: read
-   ├─ Method: relative
-   ├─ Method: remove_end
-   ├─ Method: remove_start
-   ├─ Method: rename
-   ├─ Method: root
-   ├─ Method: same_destination
-   ├─ Method: scrub
-   ├─ Method: seconds_since_creation
-   ├─ Method: seconds_since_modified
-   ├─ Method: set_working_dir
-   ├─ Method: size
-   ├─ Method: spawn_children
-   ├─ Method: spawn_parents
-   ├─ Property: spreadsheet
-   ├─ Method: startswith
-   ├─ Method: stem
-   ├─ Method: suffix
-   ├─ Method: suffixes
-   ├─ Property: text
-   ├─ Method: to_alternative
-   ├─ Method: trash
-   ├─ Method: trash_folder_content
-   ├─ Method: true_stem
-   ├─ Method: unpack
-   ├─ Method: view_paths
-   ├─ Method: with_name
-   ├─ Method: with_stem
-   ├─ Method: with_suffix
-   ├─ Method: with_suffixes
-   ├─ Method: with_true_stem
-   ├─ Method: without_file
-   └─ Method: write
+Module: generalfile
+├─ Class: CaseSensitivityError
+├─ Class: ConfigFile
+│  ├─ Method: exists
+│  ├─ Method: get_custom_serializers
+│  ├─ Method: get_field_dict_serializable
+│  ├─ Method: halt_getattr
+│  ├─ Method: read_hook_post
+│  ├─ Method: read_hook_pre
+│  ├─ Method: safe_equals
+│  ├─ Method: write_config
+│  ├─ Method: write_hook_post
+│  └─ Method: write_hook_pre
+├─ Class: InvalidCharacterError
+└─ Class: Path
+   ├─ Class: Path
+   ├─ Method: absolute
+   ├─ Method: as_renamed
+   ├─ Method: as_working_dir
+   ├─ Property: cfg
+   ├─ Method: contains
+   ├─ Method: copy
+   ├─ Method: copy_to_folder
+   ├─ Method: create_folder
+   ├─ Method: delete
+   ├─ Method: delete_folder_content
+   ├─ Method: empty
+   ├─ Method: encode
+   ├─ Method: endswith
+   ├─ Method: escaped
+   ├─ Method: exists
+   ├─ Method: forward_slash
+   ├─ Method: from_alternative
+   ├─ Method: get_active_venv_path
+   ├─ Method: get_cache_dir
+   ├─ Method: get_differing_files
+   ├─ Method: get_lock_dir
+   ├─ Method: get_lock_path
+   ├─ Method: get_parent_package
+   ├─ Method: get_parent_repo
+   ├─ Method: get_parent_venv
+   ├─ Method: get_working_dir
+   ├─ Method: is_absolute
+   ├─ Method: is_file
+   ├─ Method: is_folder
+   ├─ Method: is_identical
+   ├─ Method: is_package
+   ├─ Method: is_relative
+   ├─ Method: is_repo
+   ├─ Method: is_root
+   ├─ Method: is_venv
+   ├─ Method: lock
+   ├─ Method: match
+   ├─ Method: mirror_path
+   ├─ Method: move
+   ├─ Method: name
+   ├─ Method: open_folder
+   ├─ Method: open_operation
+   ├─ Method: overwrite_check
+   ├─ Method: pack
+   ├─ Method: parts
+   ├─ Property: pickle
+   ├─ Method: read
+   ├─ Method: relative
+   ├─ Method: remove_end
+   ├─ Method: remove_start
+   ├─ Method: rename
+   ├─ Method: root
+   ├─ Method: same_destination
+   ├─ Method: scrub
+   ├─ Method: seconds_since_creation
+   ├─ Method: seconds_since_modified
+   ├─ Method: set_working_dir
+   ├─ Method: size
+   ├─ Method: spawn_children
+   ├─ Method: spawn_parents
+   ├─ Property: spreadsheet
+   ├─ Method: startswith
+   ├─ Method: stem
+   ├─ Method: suffix
+   ├─ Method: suffixes
+   ├─ Property: text
+   ├─ Method: to_alternative
+   ├─ Method: trash
+   ├─ Method: trash_folder_content
+   ├─ Method: true_stem
+   ├─ Method: unpack
+   ├─ Method: view_paths
+   ├─ Method: with_name
+   ├─ Method: with_stem
+   ├─ Method: with_suffix
+   ├─ Method: with_suffixes
+   ├─ Method: with_true_stem
+   ├─ Method: without_file
+   └─ Method: write
 
@@ -185,34 +190,30 @@ style 2 fill:#482

Contributions

-Issue-creation and discussions are most welcome! - -Pull requests are not wanted, please discuss with me before investing any time +Issue-creation, discussions and pull requests are most welcome!

Todo

-| Module | Message | -|:-------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| path_spreadsheet.py | Support DataFrame and Series with spreadsheet.append() | -| path.py | Binary extension. | -| path_lock.py | Lock the optional extra paths. | -| path_operations.py | Fix contains() using raw open() | -| configfile.py | Handle custom serializers within iterable for ConfigFile. | +| Module | Message | +|:-----------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| path_operations.py | Fix contains() using raw open() | +| path_lock.py | Lock the optional extra paths. | +| path_spreadsheet.py | Support DataFrame and Series with spreadsheet.append() | +| configfile.py | Handle custom serializers within iterable for ConfigFile. | +| path.py | Binary extension. |
-Generated 2022-10-27 16:21 CEST for commit 14b028f3. +Generated 2023-06-05 11:30 CEST for commit master. - - %package -n python3-generalfile Summary: Easily manage files cross platform. Provides: python-generalfile @@ -245,18 +246,20 @@ Easily manage files cross platform. ```mermaid flowchart LR -1([library]) --> 4([packager]) -2([file]) --> 4([packager]) -1([library]) --> 2([file]) -0([import]) --> 1([library]) -0([import]) --> 2([file]) -1([library]) --> 3([vector]) +2([library]) --> 4([vector]) +1([tool]) --> 2([library]) +3([file]) --> 5([packager]) +2([library]) --> 3([file]) +0([import]) --> 2([library]) +0([import]) --> 3([file]) +2([library]) --> 5([packager]) click 0 "https://github.com/ManderaGeneral/generalimport" -click 1 "https://github.com/ManderaGeneral/generallibrary" -click 2 "https://github.com/ManderaGeneral/generalfile" -click 3 "https://github.com/ManderaGeneral/generalvector" -click 4 "https://github.com/ManderaGeneral/generalpackager" -style 2 fill:#482 +click 1 "https://github.com/ManderaGeneral/generaltool" +click 2 "https://github.com/ManderaGeneral/generallibrary" +click 3 "https://github.com/ManderaGeneral/generalfile" +click 4 "https://github.com/ManderaGeneral/generalvector" +click 5 "https://github.com/ManderaGeneral/generalpackager" +style 3 fill:#482 ``` @@ -280,7 +283,7 @@ style 2 fill:#482 | Package | Ver | Latest Release | Python | Platform | Cover | |:-------------------------------------------------------------|:------------------------------------------------|:----------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|:--------| -| [generalfile](https://github.com/ManderaGeneral/generalfile) | [2.5.14](https://pypi.org/project/generalfile/) | 2022-10-27 16:21 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/) | Windows, Ubuntu | 72.2 % | +| [generalfile](https://github.com/ManderaGeneral/generalfile) | [2.5.16](https://pypi.org/project/generalfile/) | 2023-06-05 11:30 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/) | Windows, Ubuntu | 71.9 % | @@ -289,98 +292,101 @@ style 2 fill:#482

Attributes

-Module: generalfile
-├─ Class: CaseSensitivityError
-├─ Class: ConfigFile
-│  ├─ Method: exists
-│  ├─ Method: get_custom_serializers
-│  ├─ Method: get_field_dict_serializable
-│  ├─ Method: halt_getattr
-│  ├─ Method: read_hook_post
-│  ├─ Method: read_hook_pre
-│  ├─ Method: safe_equals
-│  ├─ Method: write_config
-│  ├─ Method: write_hook_post
-│  └─ Method: write_hook_pre
-├─ Class: InvalidCharacterError
-└─ Class: Path
-   ├─ Class: Path
-   ├─ Method: absolute
-   ├─ Method: as_working_dir
-   ├─ Property: cfg
-   ├─ Method: contains
-   ├─ Method: copy
-   ├─ Method: copy_to_folder
-   ├─ Method: create_folder
-   ├─ Method: delete
-   ├─ Method: delete_folder_content
-   ├─ Method: empty
-   ├─ Method: encode
-   ├─ Method: endswith
-   ├─ Method: exists
-   ├─ Method: forward_slash
-   ├─ Method: from_alternative
-   ├─ Method: get_active_venv
-   ├─ Method: get_cache_dir
-   ├─ Method: get_differing_files
-   ├─ Method: get_lock_dir
-   ├─ Method: get_lock_path
-   ├─ Method: get_parent_package
-   ├─ Method: get_parent_repo
-   ├─ Method: get_parent_venv
-   ├─ Method: get_working_dir
-   ├─ Method: is_absolute
-   ├─ Method: is_file
-   ├─ Method: is_folder
-   ├─ Method: is_identical
-   ├─ Method: is_package
-   ├─ Method: is_relative
-   ├─ Method: is_repo
-   ├─ Method: is_root
-   ├─ Method: is_venv
-   ├─ Method: lock
-   ├─ Method: match
-   ├─ Method: mirror_path
-   ├─ Method: move
-   ├─ Method: name
-   ├─ Method: open_folder
-   ├─ Method: open_operation
-   ├─ Method: pack
-   ├─ Method: parts
-   ├─ Property: pickle
-   ├─ Method: read
-   ├─ Method: relative
-   ├─ Method: remove_end
-   ├─ Method: remove_start
-   ├─ Method: rename
-   ├─ Method: root
-   ├─ Method: same_destination
-   ├─ Method: scrub
-   ├─ Method: seconds_since_creation
-   ├─ Method: seconds_since_modified
-   ├─ Method: set_working_dir
-   ├─ Method: size
-   ├─ Method: spawn_children
-   ├─ Method: spawn_parents
-   ├─ Property: spreadsheet
-   ├─ Method: startswith
-   ├─ Method: stem
-   ├─ Method: suffix
-   ├─ Method: suffixes
-   ├─ Property: text
-   ├─ Method: to_alternative
-   ├─ Method: trash
-   ├─ Method: trash_folder_content
-   ├─ Method: true_stem
-   ├─ Method: unpack
-   ├─ Method: view_paths
-   ├─ Method: with_name
-   ├─ Method: with_stem
-   ├─ Method: with_suffix
-   ├─ Method: with_suffixes
-   ├─ Method: with_true_stem
-   ├─ Method: without_file
-   └─ Method: write
+Module: generalfile
+├─ Class: CaseSensitivityError
+├─ Class: ConfigFile
+│  ├─ Method: exists
+│  ├─ Method: get_custom_serializers
+│  ├─ Method: get_field_dict_serializable
+│  ├─ Method: halt_getattr
+│  ├─ Method: read_hook_post
+│  ├─ Method: read_hook_pre
+│  ├─ Method: safe_equals
+│  ├─ Method: write_config
+│  ├─ Method: write_hook_post
+│  └─ Method: write_hook_pre
+├─ Class: InvalidCharacterError
+└─ Class: Path
+   ├─ Class: Path
+   ├─ Method: absolute
+   ├─ Method: as_renamed
+   ├─ Method: as_working_dir
+   ├─ Property: cfg
+   ├─ Method: contains
+   ├─ Method: copy
+   ├─ Method: copy_to_folder
+   ├─ Method: create_folder
+   ├─ Method: delete
+   ├─ Method: delete_folder_content
+   ├─ Method: empty
+   ├─ Method: encode
+   ├─ Method: endswith
+   ├─ Method: escaped
+   ├─ Method: exists
+   ├─ Method: forward_slash
+   ├─ Method: from_alternative
+   ├─ Method: get_active_venv_path
+   ├─ Method: get_cache_dir
+   ├─ Method: get_differing_files
+   ├─ Method: get_lock_dir
+   ├─ Method: get_lock_path
+   ├─ Method: get_parent_package
+   ├─ Method: get_parent_repo
+   ├─ Method: get_parent_venv
+   ├─ Method: get_working_dir
+   ├─ Method: is_absolute
+   ├─ Method: is_file
+   ├─ Method: is_folder
+   ├─ Method: is_identical
+   ├─ Method: is_package
+   ├─ Method: is_relative
+   ├─ Method: is_repo
+   ├─ Method: is_root
+   ├─ Method: is_venv
+   ├─ Method: lock
+   ├─ Method: match
+   ├─ Method: mirror_path
+   ├─ Method: move
+   ├─ Method: name
+   ├─ Method: open_folder
+   ├─ Method: open_operation
+   ├─ Method: overwrite_check
+   ├─ Method: pack
+   ├─ Method: parts
+   ├─ Property: pickle
+   ├─ Method: read
+   ├─ Method: relative
+   ├─ Method: remove_end
+   ├─ Method: remove_start
+   ├─ Method: rename
+   ├─ Method: root
+   ├─ Method: same_destination
+   ├─ Method: scrub
+   ├─ Method: seconds_since_creation
+   ├─ Method: seconds_since_modified
+   ├─ Method: set_working_dir
+   ├─ Method: size
+   ├─ Method: spawn_children
+   ├─ Method: spawn_parents
+   ├─ Property: spreadsheet
+   ├─ Method: startswith
+   ├─ Method: stem
+   ├─ Method: suffix
+   ├─ Method: suffixes
+   ├─ Property: text
+   ├─ Method: to_alternative
+   ├─ Method: trash
+   ├─ Method: trash_folder_content
+   ├─ Method: true_stem
+   ├─ Method: unpack
+   ├─ Method: view_paths
+   ├─ Method: with_name
+   ├─ Method: with_stem
+   ├─ Method: with_suffix
+   ├─ Method: with_suffixes
+   ├─ Method: with_true_stem
+   ├─ Method: without_file
+   └─ Method: write
 
@@ -388,34 +394,30 @@ style 2 fill:#482

Contributions

-Issue-creation and discussions are most welcome! - -Pull requests are not wanted, please discuss with me before investing any time +Issue-creation, discussions and pull requests are most welcome!

Todo

-| Module | Message | -|:-------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| path_spreadsheet.py | Support DataFrame and Series with spreadsheet.append() | -| path.py | Binary extension. | -| path_lock.py | Lock the optional extra paths. | -| path_operations.py | Fix contains() using raw open() | -| configfile.py | Handle custom serializers within iterable for ConfigFile. | +| Module | Message | +|:-----------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| path_operations.py | Fix contains() using raw open() | +| path_lock.py | Lock the optional extra paths. | +| path_spreadsheet.py | Support DataFrame and Series with spreadsheet.append() | +| configfile.py | Handle custom serializers within iterable for ConfigFile. | +| path.py | Binary extension. |
-Generated 2022-10-27 16:21 CEST for commit 14b028f3. +Generated 2023-06-05 11:30 CEST for commit master. - - %package help Summary: Development documents and examples for generalfile Provides: python3-generalfile-doc @@ -445,18 +447,20 @@ Easily manage files cross platform. ```mermaid flowchart LR -1([library]) --> 4([packager]) -2([file]) --> 4([packager]) -1([library]) --> 2([file]) -0([import]) --> 1([library]) -0([import]) --> 2([file]) -1([library]) --> 3([vector]) +2([library]) --> 4([vector]) +1([tool]) --> 2([library]) +3([file]) --> 5([packager]) +2([library]) --> 3([file]) +0([import]) --> 2([library]) +0([import]) --> 3([file]) +2([library]) --> 5([packager]) click 0 "https://github.com/ManderaGeneral/generalimport" -click 1 "https://github.com/ManderaGeneral/generallibrary" -click 2 "https://github.com/ManderaGeneral/generalfile" -click 3 "https://github.com/ManderaGeneral/generalvector" -click 4 "https://github.com/ManderaGeneral/generalpackager" -style 2 fill:#482 +click 1 "https://github.com/ManderaGeneral/generaltool" +click 2 "https://github.com/ManderaGeneral/generallibrary" +click 3 "https://github.com/ManderaGeneral/generalfile" +click 4 "https://github.com/ManderaGeneral/generalvector" +click 5 "https://github.com/ManderaGeneral/generalpackager" +style 3 fill:#482 ``` @@ -480,7 +484,7 @@ style 2 fill:#482 | Package | Ver | Latest Release | Python | Platform | Cover | |:-------------------------------------------------------------|:------------------------------------------------|:----------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|:--------| -| [generalfile](https://github.com/ManderaGeneral/generalfile) | [2.5.14](https://pypi.org/project/generalfile/) | 2022-10-27 16:21 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/) | Windows, Ubuntu | 72.2 % | +| [generalfile](https://github.com/ManderaGeneral/generalfile) | [2.5.16](https://pypi.org/project/generalfile/) | 2023-06-05 11:30 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/) | Windows, Ubuntu | 71.9 % | @@ -489,98 +493,101 @@ style 2 fill:#482

Attributes

-Module: generalfile
-├─ Class: CaseSensitivityError
-├─ Class: ConfigFile
-│  ├─ Method: exists
-│  ├─ Method: get_custom_serializers
-│  ├─ Method: get_field_dict_serializable
-│  ├─ Method: halt_getattr
-│  ├─ Method: read_hook_post
-│  ├─ Method: read_hook_pre
-│  ├─ Method: safe_equals
-│  ├─ Method: write_config
-│  ├─ Method: write_hook_post
-│  └─ Method: write_hook_pre
-├─ Class: InvalidCharacterError
-└─ Class: Path
-   ├─ Class: Path
-   ├─ Method: absolute
-   ├─ Method: as_working_dir
-   ├─ Property: cfg
-   ├─ Method: contains
-   ├─ Method: copy
-   ├─ Method: copy_to_folder
-   ├─ Method: create_folder
-   ├─ Method: delete
-   ├─ Method: delete_folder_content
-   ├─ Method: empty
-   ├─ Method: encode
-   ├─ Method: endswith
-   ├─ Method: exists
-   ├─ Method: forward_slash
-   ├─ Method: from_alternative
-   ├─ Method: get_active_venv
-   ├─ Method: get_cache_dir
-   ├─ Method: get_differing_files
-   ├─ Method: get_lock_dir
-   ├─ Method: get_lock_path
-   ├─ Method: get_parent_package
-   ├─ Method: get_parent_repo
-   ├─ Method: get_parent_venv
-   ├─ Method: get_working_dir
-   ├─ Method: is_absolute
-   ├─ Method: is_file
-   ├─ Method: is_folder
-   ├─ Method: is_identical
-   ├─ Method: is_package
-   ├─ Method: is_relative
-   ├─ Method: is_repo
-   ├─ Method: is_root
-   ├─ Method: is_venv
-   ├─ Method: lock
-   ├─ Method: match
-   ├─ Method: mirror_path
-   ├─ Method: move
-   ├─ Method: name
-   ├─ Method: open_folder
-   ├─ Method: open_operation
-   ├─ Method: pack
-   ├─ Method: parts
-   ├─ Property: pickle
-   ├─ Method: read
-   ├─ Method: relative
-   ├─ Method: remove_end
-   ├─ Method: remove_start
-   ├─ Method: rename
-   ├─ Method: root
-   ├─ Method: same_destination
-   ├─ Method: scrub
-   ├─ Method: seconds_since_creation
-   ├─ Method: seconds_since_modified
-   ├─ Method: set_working_dir
-   ├─ Method: size
-   ├─ Method: spawn_children
-   ├─ Method: spawn_parents
-   ├─ Property: spreadsheet
-   ├─ Method: startswith
-   ├─ Method: stem
-   ├─ Method: suffix
-   ├─ Method: suffixes
-   ├─ Property: text
-   ├─ Method: to_alternative
-   ├─ Method: trash
-   ├─ Method: trash_folder_content
-   ├─ Method: true_stem
-   ├─ Method: unpack
-   ├─ Method: view_paths
-   ├─ Method: with_name
-   ├─ Method: with_stem
-   ├─ Method: with_suffix
-   ├─ Method: with_suffixes
-   ├─ Method: with_true_stem
-   ├─ Method: without_file
-   └─ Method: write
+Module: generalfile
+├─ Class: CaseSensitivityError
+├─ Class: ConfigFile
+│  ├─ Method: exists
+│  ├─ Method: get_custom_serializers
+│  ├─ Method: get_field_dict_serializable
+│  ├─ Method: halt_getattr
+│  ├─ Method: read_hook_post
+│  ├─ Method: read_hook_pre
+│  ├─ Method: safe_equals
+│  ├─ Method: write_config
+│  ├─ Method: write_hook_post
+│  └─ Method: write_hook_pre
+├─ Class: InvalidCharacterError
+└─ Class: Path
+   ├─ Class: Path
+   ├─ Method: absolute
+   ├─ Method: as_renamed
+   ├─ Method: as_working_dir
+   ├─ Property: cfg
+   ├─ Method: contains
+   ├─ Method: copy
+   ├─ Method: copy_to_folder
+   ├─ Method: create_folder
+   ├─ Method: delete
+   ├─ Method: delete_folder_content
+   ├─ Method: empty
+   ├─ Method: encode
+   ├─ Method: endswith
+   ├─ Method: escaped
+   ├─ Method: exists
+   ├─ Method: forward_slash
+   ├─ Method: from_alternative
+   ├─ Method: get_active_venv_path
+   ├─ Method: get_cache_dir
+   ├─ Method: get_differing_files
+   ├─ Method: get_lock_dir
+   ├─ Method: get_lock_path
+   ├─ Method: get_parent_package
+   ├─ Method: get_parent_repo
+   ├─ Method: get_parent_venv
+   ├─ Method: get_working_dir
+   ├─ Method: is_absolute
+   ├─ Method: is_file
+   ├─ Method: is_folder
+   ├─ Method: is_identical
+   ├─ Method: is_package
+   ├─ Method: is_relative
+   ├─ Method: is_repo
+   ├─ Method: is_root
+   ├─ Method: is_venv
+   ├─ Method: lock
+   ├─ Method: match
+   ├─ Method: mirror_path
+   ├─ Method: move
+   ├─ Method: name
+   ├─ Method: open_folder
+   ├─ Method: open_operation
+   ├─ Method: overwrite_check
+   ├─ Method: pack
+   ├─ Method: parts
+   ├─ Property: pickle
+   ├─ Method: read
+   ├─ Method: relative
+   ├─ Method: remove_end
+   ├─ Method: remove_start
+   ├─ Method: rename
+   ├─ Method: root
+   ├─ Method: same_destination
+   ├─ Method: scrub
+   ├─ Method: seconds_since_creation
+   ├─ Method: seconds_since_modified
+   ├─ Method: set_working_dir
+   ├─ Method: size
+   ├─ Method: spawn_children
+   ├─ Method: spawn_parents
+   ├─ Property: spreadsheet
+   ├─ Method: startswith
+   ├─ Method: stem
+   ├─ Method: suffix
+   ├─ Method: suffixes
+   ├─ Property: text
+   ├─ Method: to_alternative
+   ├─ Method: trash
+   ├─ Method: trash_folder_content
+   ├─ Method: true_stem
+   ├─ Method: unpack
+   ├─ Method: view_paths
+   ├─ Method: with_name
+   ├─ Method: with_stem
+   ├─ Method: with_suffix
+   ├─ Method: with_suffixes
+   ├─ Method: with_true_stem
+   ├─ Method: without_file
+   └─ Method: write
 
@@ -588,36 +595,32 @@ style 2 fill:#482

Contributions

-Issue-creation and discussions are most welcome! - -Pull requests are not wanted, please discuss with me before investing any time +Issue-creation, discussions and pull requests are most welcome!

Todo

-| Module | Message | -|:-------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| path_spreadsheet.py | Support DataFrame and Series with spreadsheet.append() | -| path.py | Binary extension. | -| path_lock.py | Lock the optional extra paths. | -| path_operations.py | Fix contains() using raw open() | -| configfile.py | Handle custom serializers within iterable for ConfigFile. | +| Module | Message | +|:-----------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| path_operations.py | Fix contains() using raw open() | +| path_lock.py | Lock the optional extra paths. | +| path_spreadsheet.py | Support DataFrame and Series with spreadsheet.append() | +| configfile.py | Handle custom serializers within iterable for ConfigFile. | +| path.py | Binary extension. |
-Generated 2022-10-27 16:21 CEST for commit 14b028f3. +Generated 2023-06-05 11:30 CEST for commit master. - - %prep -%autosetup -n generalfile-2.5.14 +%autosetup -n generalfile-2.5.16 %build %py3_build @@ -631,20 +634,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -657,5 +660,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 2.5.14-1 +* Thu Jun 08 2023 Python_Bot - 2.5.16-1 - Package Spec generated -- cgit v1.2.3