upplib 3.2.7__tar.gz → 3.2.9__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.
Files changed (29) hide show
  1. {upplib-3.2.7 → upplib-3.2.9}/PKG-INFO +1 -1
  2. {upplib-3.2.7 → upplib-3.2.9}/upplib/file_text.py +0 -3
  3. {upplib-3.2.7 → upplib-3.2.9}/upplib/index.py +0 -1
  4. {upplib-3.2.7 → upplib-3.2.9}/upplib/util.py +1 -2
  5. {upplib-3.2.7 → upplib-3.2.9}/upplib.egg-info/PKG-INFO +1 -1
  6. {upplib-3.2.7 → upplib-3.2.9}/LICENSE +0 -0
  7. {upplib-3.2.7 → upplib-3.2.9}/README.md +0 -0
  8. {upplib-3.2.7 → upplib-3.2.9}/pyproject.toml +0 -0
  9. {upplib-3.2.7 → upplib-3.2.9}/setup.cfg +0 -0
  10. {upplib-3.2.7 → upplib-3.2.9}/setup.py +0 -0
  11. {upplib-3.2.7 → upplib-3.2.9}/upplib/__init__.py +0 -0
  12. {upplib-3.2.7 → upplib-3.2.9}/upplib/chart.py +0 -0
  13. {upplib-3.2.7 → upplib-3.2.9}/upplib/chart_html.py +0 -0
  14. {upplib-3.2.7 → upplib-3.2.9}/upplib/clean_up_msg.py +0 -0
  15. {upplib-3.2.7 → upplib-3.2.9}/upplib/common_package.py +0 -0
  16. {upplib-3.2.7 → upplib-3.2.9}/upplib/db.py +0 -0
  17. {upplib-3.2.7 → upplib-3.2.9}/upplib/file.py +0 -0
  18. {upplib-3.2.7 → upplib-3.2.9}/upplib/format_data.py +0 -0
  19. {upplib-3.2.7 → upplib-3.2.9}/upplib/http_util.py +0 -0
  20. {upplib-3.2.7 → upplib-3.2.9}/upplib/mail.py +0 -0
  21. {upplib-3.2.7 → upplib-3.2.9}/upplib/mail_html.py +0 -0
  22. {upplib-3.2.7 → upplib-3.2.9}/upplib/markdown.py +0 -0
  23. {upplib-3.2.7 → upplib-3.2.9}/upplib/multi_thread.py +0 -0
  24. {upplib-3.2.7 → upplib-3.2.9}/upplib/query_log.py +0 -0
  25. {upplib-3.2.7 → upplib-3.2.9}/upplib/redis_tool.py +0 -0
  26. {upplib-3.2.7 → upplib-3.2.9}/upplib.egg-info/SOURCES.txt +0 -0
  27. {upplib-3.2.7 → upplib-3.2.9}/upplib.egg-info/dependency_links.txt +0 -0
  28. {upplib-3.2.7 → upplib-3.2.9}/upplib.egg-info/requires.txt +0 -0
  29. {upplib-3.2.7 → upplib-3.2.9}/upplib.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: upplib
3
- Version: 3.2.7
3
+ Version: 3.2.9
4
4
  Summary: util
5
5
  Author: Luck
6
6
  Author-email: wantwaterfish@gmail.com
@@ -1,9 +1,6 @@
1
1
  from upplib import *
2
- from datetime import datetime, timezone, timedelta
3
- from typing import Any, Optional, Union
4
2
  from upplib.common_package import *
5
3
  from upplib.file import get_file
6
- from collections import defaultdict
7
4
 
8
5
 
9
6
  def get_latest_file(file_path: str = None,
@@ -1,5 +1,4 @@
1
1
  from upplib import *
2
- from upplib.__init__ import *
3
2
  from datetime import datetime, timezone, timedelta
4
3
  from typing import Any, Optional, Union
5
4
  from upplib.common_package import *
@@ -1,6 +1,5 @@
1
1
  from upplib import *
2
- from upplib.file_text import to_list_from_txt
3
- from upplib.clean_up_msg import *
2
+ from upplib.file_text import *
4
3
  from datetime import datetime, timezone, timedelta
5
4
  from typing import Any, Optional, Union, Callable, List
6
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: upplib
3
- Version: 3.2.7
3
+ Version: 3.2.9
4
4
  Summary: util
5
5
  Author: Luck
6
6
  Author-email: wantwaterfish@gmail.com
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