coocan 0.5.4__tar.gz → 0.5.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.
Files changed (32) hide show
  1. {coocan-0.5.4 → coocan-0.5.5}/PKG-INFO +2 -2
  2. {coocan-0.5.4 → coocan-0.5.5}/coocan.egg-info/PKG-INFO +2 -2
  3. {coocan-0.5.4 → coocan-0.5.5}/pyproject.toml +2 -2
  4. {coocan-0.5.4 → coocan-0.5.5}/README.md +0 -0
  5. {coocan-0.5.4 → coocan-0.5.5}/_test/crawl_csdn.py +0 -0
  6. {coocan-0.5.4 → coocan-0.5.5}/_test/demo.py +0 -0
  7. {coocan-0.5.4 → coocan-0.5.5}/_test/err_demo.py +0 -0
  8. {coocan-0.5.4 → coocan-0.5.5}/_test/test_priority.py +0 -0
  9. {coocan-0.5.4 → coocan-0.5.5}/_test/test_req_delay.py +0 -0
  10. {coocan-0.5.4 → coocan-0.5.5}/_test/test_req_err.py +0 -0
  11. {coocan-0.5.4 → coocan-0.5.5}/coocan/__init__.py +0 -0
  12. {coocan-0.5.4 → coocan-0.5.5}/coocan/_examples/crawl_csdn_detail.py +0 -0
  13. {coocan-0.5.4 → coocan-0.5.5}/coocan/_examples/crawl_csdn_list.py +0 -0
  14. {coocan-0.5.4 → coocan-0.5.5}/coocan/_examples/recv_item.py +0 -0
  15. {coocan-0.5.4 → coocan-0.5.5}/coocan/_examples/view_local_ip.py +0 -0
  16. {coocan-0.5.4 → coocan-0.5.5}/coocan/cmd/__init__.py +0 -0
  17. {coocan-0.5.4 → coocan-0.5.5}/coocan/cmd/cli.py +0 -0
  18. {coocan-0.5.4 → coocan-0.5.5}/coocan/gen.py +0 -0
  19. {coocan-0.5.4 → coocan-0.5.5}/coocan/push_project.py +0 -0
  20. {coocan-0.5.4 → coocan-0.5.5}/coocan/spider/__init__.py +0 -0
  21. {coocan-0.5.4 → coocan-0.5.5}/coocan/spider/base.py +0 -0
  22. {coocan-0.5.4 → coocan-0.5.5}/coocan/templates/spider.txt +0 -0
  23. {coocan-0.5.4 → coocan-0.5.5}/coocan/url/__init__.py +0 -0
  24. {coocan-0.5.4 → coocan-0.5.5}/coocan/url/request.py +0 -0
  25. {coocan-0.5.4 → coocan-0.5.5}/coocan/url/response.py +0 -0
  26. {coocan-0.5.4 → coocan-0.5.5}/coocan.egg-info/SOURCES.txt +0 -0
  27. {coocan-0.5.4 → coocan-0.5.5}/coocan.egg-info/dependency_links.txt +0 -0
  28. {coocan-0.5.4 → coocan-0.5.5}/coocan.egg-info/entry_points.txt +0 -0
  29. {coocan-0.5.4 → coocan-0.5.5}/coocan.egg-info/requires.txt +0 -0
  30. {coocan-0.5.4 → coocan-0.5.5}/coocan.egg-info/top_level.txt +0 -0
  31. {coocan-0.5.4 → coocan-0.5.5}/setup.cfg +0 -0
  32. {coocan-0.5.4 → coocan-0.5.5}/setup.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: coocan
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: Air Async Spider Framework
5
5
  Home-page: https://github.com/markadc/coocan
6
6
  Author: wauo
7
7
  Author-email: wauo <markadc@126.com>
8
- License: MIT
8
+ License-Expression: MIT
9
9
  Project-URL: Homepage, https://github.com/markadc/coocan
10
10
  Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: coocan
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: Air Async Spider Framework
5
5
  Home-page: https://github.com/markadc/coocan
6
6
  Author: wauo
7
7
  Author-email: wauo <markadc@126.com>
8
- License: MIT
8
+ License-Expression: MIT
9
9
  Project-URL: Homepage, https://github.com/markadc/coocan
10
10
  Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "coocan"
7
7
  description = "Air Async Spider Framework"
8
- version = "0.5.4"
8
+ version = "0.5.5"
9
9
  authors = [
10
10
  { name = "wauo", email = "markadc@126.com" }
11
11
  ]
@@ -17,7 +17,7 @@ dependencies = [
17
17
  "httpx",
18
18
  "loguru"
19
19
  ]
20
- license = { text = "MIT" }
20
+ license = "MIT"
21
21
 
22
22
  [project.scripts]
23
23
  coocan = "coocan.cmd.cli:main"
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