toapi 2.2.2__tar.gz → 2.2.3__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 (41) hide show
  1. {toapi-2.2.2 → toapi-2.2.3}/.claude/settings.local.json +12 -1
  2. {toapi-2.2.2 → toapi-2.2.3}/LICENSE +1 -1
  3. {toapi-2.2.2 → toapi-2.2.3}/PKG-INFO +2 -3
  4. {toapi-2.2.2 → toapi-2.2.3}/docs/about/license.md +1 -1
  5. {toapi-2.2.2 → toapi-2.2.3}/mkdocs.yml +1 -1
  6. {toapi-2.2.2 → toapi-2.2.3}/pyproject.toml +3 -3
  7. {toapi-2.2.2 → toapi-2.2.3}/uv.lock +1 -1
  8. {toapi-2.2.2 → toapi-2.2.3}/.github/workflows/ci.yml +0 -0
  9. {toapi-2.2.2 → toapi-2.2.3}/.gitignore +0 -0
  10. {toapi-2.2.2 → toapi-2.2.3}/.pre-commit-config.yaml +0 -0
  11. {toapi-2.2.2 → toapi-2.2.3}/README.md +0 -0
  12. {toapi-2.2.2 → toapi-2.2.3}/docs/CNAME +0 -0
  13. {toapi-2.2.2 → toapi-2.2.3}/docs/about/contributing.md +0 -0
  14. {toapi-2.2.2 → toapi-2.2.3}/docs/about/installation.md +0 -0
  15. {toapi-2.2.2 → toapi-2.2.3}/docs/about/release-notes.md +0 -0
  16. {toapi-2.2.2 → toapi-2.2.3}/docs/diagram.png +0 -0
  17. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-1.png +0 -0
  18. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-2.png +0 -0
  19. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-3.png +0 -0
  20. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-4.png +0 -0
  21. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runinglog.png +0 -0
  22. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runningitems.png +0 -0
  23. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runningresult.png +0 -0
  24. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runningstatus.png +0 -0
  25. {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/step-0-1.png +0 -0
  26. {toapi-2.2.2 → toapi-2.2.3}/docs/index.md +0 -0
  27. {toapi-2.2.2 → toapi-2.2.3}/docs/logo.png +0 -0
  28. {toapi-2.2.2 → toapi-2.2.3}/docs/quickstart.md +0 -0
  29. {toapi-2.2.2 → toapi-2.2.3}/docs/topics/api.md +0 -0
  30. {toapi-2.2.2 → toapi-2.2.3}/docs/topics/item.md +0 -0
  31. {toapi-2.2.2 → toapi-2.2.3}/docs/topics/selector.md +0 -0
  32. {toapi-2.2.2 → toapi-2.2.3}/examples/click/app.py +0 -0
  33. {toapi-2.2.2 → toapi-2.2.3}/examples/click/static/main.js +0 -0
  34. {toapi-2.2.2 → toapi-2.2.3}/examples/click/templates/index.html +0 -0
  35. {toapi-2.2.2 → toapi-2.2.3}/examples/hackernews_page.py +0 -0
  36. {toapi-2.2.2 → toapi-2.2.3}/tests/test_toapi.py +0 -0
  37. {toapi-2.2.2 → toapi-2.2.3}/toapi/__init__.py +0 -0
  38. {toapi-2.2.2 → toapi-2.2.3}/toapi/api.py +0 -0
  39. {toapi-2.2.2 → toapi-2.2.3}/toapi/cli.py +0 -0
  40. {toapi-2.2.2 → toapi-2.2.3}/toapi/item.py +0 -0
  41. {toapi-2.2.2 → toapi-2.2.3}/toapi/log.py +0 -0
@@ -18,7 +18,18 @@
18
18
  "Bash(curl -s \"https://img.shields.io/pypi/pyversions/toapi.svg\")",
19
19
  "Bash(curl -s \"https://img.shields.io/pypi/l/toapi.svg\")",
20
20
  "Bash(curl -s https://pypi.org/pypi/toapi/json)",
21
- "Bash(python3 -c ' *)"
21
+ "Bash(python3 -c ' *)",
22
+ "Bash(unzip -p dist/toapi-2.2.2-py3-none-any.whl toapi-2.2.2.dist-info/METADATA)",
23
+ "Bash(git tag *)",
24
+ "Bash(uv publish *)",
25
+ "Bash(curl -s https://pypi.org/pypi/toapi/2.2.2/json)",
26
+ "Bash(curl -s \"https://img.shields.io/pypi/pyversions/toapi.svg?cacheSeconds=0\")",
27
+ "Bash(curl -s \"https://img.shields.io/pypi/pyversions/toapi.svg?$\\(date +%s\\)\")",
28
+ "Bash(curl -s \"https://img.shields.io/pypi/v/toapi.svg?$\\(date +%s\\)\")",
29
+ "Bash(gh issue *)",
30
+ "Bash(gh pr *)",
31
+ "Bash(uv pip *)",
32
+ "Bash(unzip -p dist/toapi-2.2.3-py3-none-any.whl toapi-2.2.3.dist-info/METADATA)"
22
33
  ]
23
34
  }
24
35
  }
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Elliot Gao
3
+ Copyright (c) 2021-2026 Elliot Gao
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,17 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toapi
3
- Version: 2.2.2
3
+ Version: 2.2.3
4
4
  Summary: Every web site provides APIs.
5
5
  Project-URL: homepage, https://github.com/gaojiuli/toapi
6
6
  Project-URL: repository, https://github.com/gaojiuli/toapi
7
7
  Project-URL: documentation, https://gaojiuli.github.io/toapi/
8
8
  Author-email: Elliot Gao <gaojiuli@gmail.com>
9
- License: MIT
9
+ License-Expression: MIT
10
10
  License-File: LICENSE
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Framework :: Flask
13
13
  Classifier: Intended Audience :: Developers
14
- Classifier: License :: OSI Approved :: MIT License
15
14
  Classifier: Operating System :: OS Independent
16
15
  Classifier: Programming Language :: Python
17
16
  Classifier: Programming Language :: Python :: 3
@@ -5,7 +5,7 @@
5
5
  ```
6
6
  MIT License
7
7
 
8
- Copyright (c) 2021 Elliot Gao
8
+ Copyright (c) 2021-2026 Elliot Gao
9
9
 
10
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
11
11
  of this software and associated documentation files (the "Software"), to
@@ -58,4 +58,4 @@ markdown_extensions:
58
58
  plugins:
59
59
  - search
60
60
 
61
- copyright: Copyright &copy; 2021 Elliot Gao
61
+ copyright: Copyright &copy; 2021-2026 Elliot Gao
@@ -1,15 +1,15 @@
1
1
  [project]
2
2
  name = "toapi"
3
- version = "2.2.2"
3
+ version = "2.2.3"
4
4
  description = "Every web site provides APIs."
5
5
  authors = [{ name = "Elliot Gao", email = "gaojiuli@gmail.com" }]
6
- license = { text = "MIT" }
6
+ license = "MIT"
7
+ license-files = ["LICENSE"]
7
8
  readme = "README.md"
8
9
  requires-python = ">=3.10"
9
10
  classifiers = [
10
11
  "Development Status :: 5 - Production/Stable",
11
12
  "Intended Audience :: Developers",
12
- "License :: OSI Approved :: MIT License",
13
13
  "Operating System :: OS Independent",
14
14
  "Programming Language :: Python",
15
15
  "Programming Language :: Python :: 3",
@@ -1160,7 +1160,7 @@ wheels = [
1160
1160
 
1161
1161
  [[package]]
1162
1162
  name = "toapi"
1163
- version = "2.2.2"
1163
+ version = "2.2.3"
1164
1164
  source = { editable = "." }
1165
1165
  dependencies = [
1166
1166
  { name = "charset-normalizer" },
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes