upplib 3.2.4__tar.gz → 3.2.5__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.
- {upplib-3.2.4 → upplib-3.2.5}/PKG-INFO +1 -1
- {upplib-3.2.4 → upplib-3.2.5}/upplib/file_text.py +4 -4
- {upplib-3.2.4 → upplib-3.2.5}/upplib.egg-info/PKG-INFO +1 -1
- {upplib-3.2.4 → upplib-3.2.5}/LICENSE +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/README.md +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/pyproject.toml +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/setup.cfg +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/setup.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/__init__.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/chart.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/chart_html.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/clean_up_msg.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/common_package.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/db.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/file.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/format_data.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/http_util.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/index.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/mail.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/mail_html.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/markdown.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/multi_thread.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/query_log.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/redis_tool.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib/util.py +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib.egg-info/SOURCES.txt +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib.egg-info/dependency_links.txt +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib.egg-info/requires.txt +0 -0
- {upplib-3.2.4 → upplib-3.2.5}/upplib.egg-info/top_level.txt +0 -0
|
@@ -365,8 +365,8 @@ def to_list(file_name: str = 'a.txt',
|
|
|
365
365
|
sep_line_prefix: str = None,
|
|
366
366
|
sep_line_suffix: str = None,
|
|
367
367
|
sep_all: str = None,
|
|
368
|
-
|
|
369
|
-
|
|
368
|
+
line_ignore_start_with: list[str] | set[str] | str = None,
|
|
369
|
+
line_ignore_end_with: list[str] | set[str] | str | None = None,
|
|
370
370
|
start_index: int = None,
|
|
371
371
|
start_line: str = None,
|
|
372
372
|
end_index: int = None,
|
|
@@ -410,8 +410,8 @@ def to_list(file_name: str = 'a.txt',
|
|
|
410
410
|
sep_line_prefix=sep_line_prefix,
|
|
411
411
|
sep_line_suffix=sep_line_suffix,
|
|
412
412
|
sep_all=sep_all,
|
|
413
|
-
|
|
414
|
-
|
|
413
|
+
line_ignore_start_with=line_ignore_start_with,
|
|
414
|
+
line_ignore_end_with=line_ignore_end_with,
|
|
415
415
|
start_index=start_index,
|
|
416
416
|
start_line=start_line,
|
|
417
417
|
end_index=end_index,
|
|
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
|