python-fasthtml 0.14.10__tar.gz → 0.14.11__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 (39) hide show
  1. {python_fasthtml-0.14.10/python_fasthtml.egg-info → python_fasthtml-0.14.11}/PKG-INFO +2 -2
  2. python_fasthtml-0.14.11/fasthtml/__init__.py +2 -0
  3. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/pyproject.toml +2 -2
  4. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11/python_fasthtml.egg-info}/PKG-INFO +2 -2
  5. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/python_fasthtml.egg-info/requires.txt +1 -1
  6. python_fasthtml-0.14.10/fasthtml/__init__.py +0 -2
  7. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/CONTRIBUTING.md +0 -0
  8. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/LICENSE +0 -0
  9. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/MANIFEST.in +0 -0
  10. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/README.md +0 -0
  11. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/_modidx.py +0 -0
  12. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/authmw.py +0 -0
  13. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/basics.py +0 -0
  14. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/cli.py +0 -0
  15. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/common.py +0 -0
  16. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/components.py +0 -0
  17. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/components.pyi +0 -0
  18. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/core.py +0 -0
  19. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/core.pyi +0 -0
  20. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/fastapp.py +0 -0
  21. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/ft.py +0 -0
  22. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/js.py +0 -0
  23. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/jupyter.py +0 -0
  24. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/katex.js +0 -0
  25. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/live_reload.py +0 -0
  26. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/oauth.py +0 -0
  27. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/pico.py +0 -0
  28. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/starlette.py +0 -0
  29. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/stripe_otp.py +0 -0
  30. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/svg.py +0 -0
  31. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/toaster.py +0 -0
  32. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/xtend.py +0 -0
  33. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/fasthtml/xtend.pyi +0 -0
  34. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/python_fasthtml.egg-info/SOURCES.txt +0 -0
  35. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/python_fasthtml.egg-info/dependency_links.txt +0 -0
  36. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/python_fasthtml.egg-info/entry_points.txt +0 -0
  37. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/python_fasthtml.egg-info/top_level.txt +0 -0
  38. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/setup.cfg +0 -0
  39. {python_fasthtml-0.14.10 → python_fasthtml-0.14.11}/tests/test_toaster.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-fasthtml
3
- Version: 0.14.10
3
+ Version: 0.14.11
4
4
  Summary: The fastest way to create an HTML app
5
5
  Author-email: Jeremy Howard and contributors <github@jhoward.fastmail.fm>
6
6
  License: Apache-2.0
@@ -22,7 +22,6 @@ Requires-Dist: oauthlib
22
22
  Requires-Dist: itsdangerous
23
23
  Requires-Dist: uvicorn[standard]>=0.30
24
24
  Requires-Dist: httpx2
25
- Requires-Dist: fastlite>=0.1.1
26
25
  Requires-Dist: python-multipart
27
26
  Requires-Dist: beautifulsoup4
28
27
  Provides-Extra: dev
@@ -31,6 +30,7 @@ Requires-Dist: lxml; extra == "dev"
31
30
  Requires-Dist: pysym2md>=0.0.6; extra == "dev"
32
31
  Requires-Dist: monsterui; extra == "dev"
33
32
  Requires-Dist: PyJWT; extra == "dev"
33
+ Requires-Dist: fastlite; extra == "dev"
34
34
  Dynamic: license-file
35
35
 
36
36
  # FastHTML
@@ -0,0 +1,2 @@
1
+ __version__ = "0.14.11"
2
+ from .core import *
@@ -12,7 +12,7 @@ license = {text = "Apache-2.0"}
12
12
  authors = [{name = "Jeremy Howard and contributors", email = "github@jhoward.fastmail.fm"}]
13
13
  keywords = ['nbdev', 'jupyter', 'notebook', 'python']
14
14
  classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
15
- dependencies = ['fastcore>=2.1.2', 'python-dateutil', 'starlette>=1.0.1', 'oauthlib', 'itsdangerous', 'uvicorn[standard]>=0.30', 'httpx2', 'fastlite>=0.1.1', 'python-multipart', 'beautifulsoup4']
15
+ dependencies = ['fastcore>=2.1.2', 'python-dateutil', 'starlette>=1.0.1', 'oauthlib', 'itsdangerous', 'uvicorn[standard]>=0.30', 'httpx2', 'python-multipart', 'beautifulsoup4']
16
16
 
17
17
  [project.urls]
18
18
  Repository = "https://github.com/AnswerDotAI/fasthtml"
@@ -22,7 +22,7 @@ Documentation = "https://www.fastht.ml/docs/"
22
22
  fasthtml = "fasthtml._modidx:d"
23
23
 
24
24
  [project.optional-dependencies]
25
- dev = ['ipython', 'lxml', 'pysym2md>=0.0.6', 'monsterui', 'PyJWT']
25
+ dev = ['ipython', 'lxml', 'pysym2md>=0.0.6', 'monsterui', 'PyJWT', 'fastlite']
26
26
 
27
27
 
28
28
  [project.scripts]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-fasthtml
3
- Version: 0.14.10
3
+ Version: 0.14.11
4
4
  Summary: The fastest way to create an HTML app
5
5
  Author-email: Jeremy Howard and contributors <github@jhoward.fastmail.fm>
6
6
  License: Apache-2.0
@@ -22,7 +22,6 @@ Requires-Dist: oauthlib
22
22
  Requires-Dist: itsdangerous
23
23
  Requires-Dist: uvicorn[standard]>=0.30
24
24
  Requires-Dist: httpx2
25
- Requires-Dist: fastlite>=0.1.1
26
25
  Requires-Dist: python-multipart
27
26
  Requires-Dist: beautifulsoup4
28
27
  Provides-Extra: dev
@@ -31,6 +30,7 @@ Requires-Dist: lxml; extra == "dev"
31
30
  Requires-Dist: pysym2md>=0.0.6; extra == "dev"
32
31
  Requires-Dist: monsterui; extra == "dev"
33
32
  Requires-Dist: PyJWT; extra == "dev"
33
+ Requires-Dist: fastlite; extra == "dev"
34
34
  Dynamic: license-file
35
35
 
36
36
  # FastHTML
@@ -5,7 +5,6 @@ oauthlib
5
5
  itsdangerous
6
6
  uvicorn[standard]>=0.30
7
7
  httpx2
8
- fastlite>=0.1.1
9
8
  python-multipart
10
9
  beautifulsoup4
11
10
 
@@ -15,3 +14,4 @@ lxml
15
14
  pysym2md>=0.0.6
16
15
  monsterui
17
16
  PyJWT
17
+ fastlite
@@ -1,2 +0,0 @@
1
- __version__ = "0.14.10"
2
- from .core import *