python-fasthtml 0.6.11__tar.gz → 0.6.12__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.
- {python-fasthtml-0.6.11/python_fasthtml.egg-info → python-fasthtml-0.6.12}/PKG-INFO +2 -2
- python-fasthtml-0.6.12/fasthtml/__init__.py +2 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12/python_fasthtml.egg-info}/PKG-INFO +2 -2
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/python_fasthtml.egg-info/requires.txt +1 -1
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/settings.ini +2 -2
- python-fasthtml-0.6.11/fasthtml/__init__.py +0 -2
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/CONTRIBUTING.md +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/LICENSE +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/MANIFEST.in +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/README.md +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/_modidx.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/authmw.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/basics.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/cli.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/common.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/components.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/components.pyi +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/core.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/core.pyi +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/fastapp.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/ft.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/js.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/jupyter.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/katex.js +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/live_reload.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/oauth.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/pico.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/starlette.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/svg.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/toaster.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/xtend.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/fasthtml/xtend.pyi +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/pyproject.toml +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/python_fasthtml.egg-info/SOURCES.txt +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/python_fasthtml.egg-info/dependency_links.txt +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/python_fasthtml.egg-info/entry_points.txt +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/python_fasthtml.egg-info/not-zip-safe +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/python_fasthtml.egg-info/top_level.txt +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/setup.cfg +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/setup.py +0 -0
- {python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/tests/test_toaster.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-fasthtml
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.12
|
|
4
4
|
Summary: The fastest way to create an HTML app
|
|
5
5
|
Home-page: https://github.com/AnswerDotAI/fasthtml
|
|
6
6
|
Author: Jeremy Howard
|
|
@@ -15,7 +15,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: fastcore>=1.7.
|
|
18
|
+
Requires-Dist: fastcore>=1.7.15
|
|
19
19
|
Requires-Dist: python-dateutil
|
|
20
20
|
Requires-Dist: starlette>0.33
|
|
21
21
|
Requires-Dist: oauthlib
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-fasthtml
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.12
|
|
4
4
|
Summary: The fastest way to create an HTML app
|
|
5
5
|
Home-page: https://github.com/AnswerDotAI/fasthtml
|
|
6
6
|
Author: Jeremy Howard
|
|
@@ -15,7 +15,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: fastcore>=1.7.
|
|
18
|
+
Requires-Dist: fastcore>=1.7.15
|
|
19
19
|
Requires-Dist: python-dateutil
|
|
20
20
|
Requires-Dist: starlette>0.33
|
|
21
21
|
Requires-Dist: oauthlib
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[DEFAULT]
|
|
2
2
|
repo = fasthtml
|
|
3
3
|
lib_name = fasthtml
|
|
4
|
-
version = 0.6.
|
|
4
|
+
version = 0.6.12
|
|
5
5
|
min_python = 3.10
|
|
6
6
|
license = apache2
|
|
7
|
-
requirements = fastcore>=1.7.
|
|
7
|
+
requirements = fastcore>=1.7.15 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard]>=0.30 httpx fastlite>=0.0.9 python-multipart beautifulsoup4
|
|
8
8
|
dev_requirements = ipython lxml pysymbol_llm
|
|
9
9
|
black_formatting = False
|
|
10
10
|
conda_user = fastai
|
|
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
|
{python-fasthtml-0.6.11 → python-fasthtml-0.6.12}/python_fasthtml.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|