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.
- {toapi-2.2.2 → toapi-2.2.3}/.claude/settings.local.json +12 -1
- {toapi-2.2.2 → toapi-2.2.3}/LICENSE +1 -1
- {toapi-2.2.2 → toapi-2.2.3}/PKG-INFO +2 -3
- {toapi-2.2.2 → toapi-2.2.3}/docs/about/license.md +1 -1
- {toapi-2.2.2 → toapi-2.2.3}/mkdocs.yml +1 -1
- {toapi-2.2.2 → toapi-2.2.3}/pyproject.toml +3 -3
- {toapi-2.2.2 → toapi-2.2.3}/uv.lock +1 -1
- {toapi-2.2.2 → toapi-2.2.3}/.github/workflows/ci.yml +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/.gitignore +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/.pre-commit-config.yaml +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/README.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/CNAME +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/about/contributing.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/about/installation.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/about/release-notes.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/diagram.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-1.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-2.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-3.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/introducing-4.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runinglog.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runningitems.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runningresult.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/runningstatus.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/imgs/step-0-1.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/index.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/logo.png +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/quickstart.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/topics/api.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/topics/item.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/docs/topics/selector.md +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/examples/click/app.py +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/examples/click/static/main.js +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/examples/click/templates/index.html +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/examples/hackernews_page.py +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/tests/test_toapi.py +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/toapi/__init__.py +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/toapi/api.py +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/toapi/cli.py +0 -0
- {toapi-2.2.2 → toapi-2.2.3}/toapi/item.py +0 -0
- {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,17 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: toapi
|
|
3
|
-
Version: 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
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "toapi"
|
|
3
|
-
version = "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 =
|
|
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",
|
|
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
|
|
File without changes
|
|
File without changes
|