vibetuner 2.11.0__py3-none-any.whl → 2.15.1__py3-none-any.whl

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.

Potentially problematic release.


This version of vibetuner might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: vibetuner
3
- Version: 2.11.0
3
+ Version: 2.15.1
4
4
  Summary: Core Python framework and blessed dependencies for production-ready FastAPI + MongoDB + HTMX projects
5
5
  Keywords: fastapi,mongodb,htmx,web-framework,scaffolding,oauth,background-jobs
6
6
  Author: All Tuner Labs, S.L.
@@ -22,14 +22,14 @@ Requires-Dist: asyncer>=0.0.10
22
22
  Requires-Dist: authlib>=1.6.5
23
23
  Requires-Dist: beanie[zstd]>=2.0.0
24
24
  Requires-Dist: click>=8.3.0
25
- Requires-Dist: copier>=9.9.0,<9.9.1
25
+ Requires-Dist: copier>=9.10.3,<9.10.4
26
26
  Requires-Dist: email-validator>=2.3.0
27
27
  Requires-Dist: fastapi[standard-no-fastapi-cloud-cli]>=0.121.0
28
- Requires-Dist: granian[pname]>=2.5.6
28
+ Requires-Dist: granian[pname]>=2.5.7
29
29
  Requires-Dist: httpx[http2]>=0.28.1
30
30
  Requires-Dist: itsdangerous>=2.2.0
31
31
  Requires-Dist: loguru>=0.7.3
32
- Requires-Dist: pydantic[email]>=2.12.3
32
+ Requires-Dist: pydantic[email]>=2.12.4
33
33
  Requires-Dist: pydantic-extra-types[pycountry]>=2.10.6
34
34
  Requires-Dist: pydantic-settings>=2.11.0
35
35
  Requires-Dist: pyyaml>=6.0.3
@@ -45,7 +45,7 @@ Requires-Dist: cloudflare>=4.3.1 ; extra == 'dev'
45
45
  Requires-Dist: djlint>=1.36.4 ; extra == 'dev'
46
46
  Requires-Dist: dunamai>=1.25.0 ; extra == 'dev'
47
47
  Requires-Dist: gh-bin>=2.81.0 ; extra == 'dev'
48
- Requires-Dist: granian[pname,reload]>=2.5.6 ; extra == 'dev'
48
+ Requires-Dist: granian[pname,reload]>=2.5.7 ; extra == 'dev'
49
49
  Requires-Dist: just-bin>=1.43.0 ; extra == 'dev'
50
50
  Requires-Dist: pre-commit>=4.3.0 ; extra == 'dev'
51
51
  Requires-Dist: pysemver>=0.5.0 ; extra == 'dev'
@@ -59,8 +59,9 @@ Requires-Dist: types-authlib>=1.6.5.20251005 ; extra == 'dev'
59
59
  Requires-Dist: types-pyyaml>=6.0.12.20250915 ; extra == 'dev'
60
60
  Requires-Dist: uv-bump>=0.3.1 ; extra == 'dev'
61
61
  Requires-Python: >=3.11
62
- Project-URL: Documentation, https://github.com/alltuner/vibetuner#readme
63
- Project-URL: Homepage, https://github.com/alltuner/vibetuner
62
+ Project-URL: Changelog, https://github.com/alltuner/vibetuner/blob/main/CHANGELOG.md
63
+ Project-URL: Documentation, https://vibetuner.alltuner.com/
64
+ Project-URL: Homepage, https://vibetuner.alltuner.com/
64
65
  Project-URL: Issues, https://github.com/alltuner/vibetuner/issues
65
66
  Project-URL: Repository, https://github.com/alltuner/vibetuner
66
67
  Provides-Extra: dev
@@ -68,13 +69,16 @@ Description-Content-Type: text/markdown
68
69
 
69
70
  # vibetuner
70
71
 
71
- **Core Python framework and blessed dependencies for Vibetuner projects**
72
+ Core Python framework and blessed dependencies for Vibetuner projects
72
73
 
73
- This package provides the complete Python framework and curated dependency set for building modern web applications with Vibetuner. It includes everything from FastAPI and MongoDB integration to authentication, background jobs, and CLI tools.
74
+ This package provides the complete Python framework and curated dependency set for building modern
75
+ web applications with Vibetuner. It includes everything from FastAPI and MongoDB integration to
76
+ authentication, background jobs, and CLI tools.
74
77
 
75
78
  ## What is Vibetuner?
76
79
 
77
- Vibetuner is a production-ready scaffolding tool for FastAPI + MongoDB + HTMX web applications. This package (`vibetuner`) is the Python component that provides:
80
+ Vibetuner is a production-ready scaffolding tool for FastAPI + MongoDB + HTMX web applications.
81
+ This package (`vibetuner`) is the Python component that provides:
78
82
 
79
83
  - Complete web application framework built on FastAPI
80
84
  - MongoDB integration with Beanie ODM
@@ -83,7 +87,8 @@ Vibetuner is a production-ready scaffolding tool for FastAPI + MongoDB + HTMX we
83
87
  - CLI framework with Typer
84
88
  - Email services, blob storage, and more
85
89
 
86
- **This package is designed to be used within projects generated by the Vibetuner scaffolding tool.** For standalone use, you'll need to set up the project structure manually.
90
+ **This package is designed to be used within projects generated by the Vibetuner scaffolding
91
+ tool.** For standalone use, you'll need to set up the project structure manually.
87
92
 
88
93
  ## Installation
89
94
 
@@ -110,6 +115,7 @@ just dev
110
115
  ```
111
116
 
112
117
  This will generate a complete project with:
118
+
113
119
  - Pre-configured FastAPI application
114
120
  - Authentication system (OAuth + magic links)
115
121
  - MongoDB models and configuration
@@ -203,7 +209,7 @@ async def hello():
203
209
 
204
210
  For complete documentation, guides, and examples, see the main Vibetuner repository:
205
211
 
206
- **📖 [Vibetuner Documentation](https://github.com/alltuner/vibetuner#readme)**
212
+ **📖 [Vibetuner Documentation](https://vibetuner.alltuner.com/)**
207
213
 
208
214
  ## Package Ecosystem
209
215
 
@@ -229,8 +235,8 @@ See [LICENSE](https://github.com/alltuner/vibetuner/blob/main/LICENSE) for detai
229
235
 
230
236
  ## Links
231
237
 
232
- - **Main Repository**: https://github.com/alltuner/vibetuner
233
- - **Documentation**: https://github.com/alltuner/vibetuner#readme
234
- - **Issues**: https://github.com/alltuner/vibetuner/issues
235
- - **PyPI**: https://pypi.org/project/vibetuner/
236
- - **npm Package**: https://www.npmjs.com/package/@alltuner/vibetuner
238
+ - **Main Repository**: <https://github.com/alltuner/vibetuner>
239
+ - **Documentation**: <https://vibetuner.alltuner.com/>
240
+ - **Issues**: <https://github.com/alltuner/vibetuner/issues>
241
+ - **PyPI**: <https://pypi.org/project/vibetuner/>
242
+ - **npm Package**: <https://www.npmjs.com/package/@alltuner/vibetuner>
@@ -80,7 +80,7 @@ vibetuner/templates/markdown/CLAUDE.md,sha256=jcvoQNazCj-t54s0gr-4_qyxLMP8iPf2ur
80
80
  vibetuner/templates.py,sha256=xRoMb_oyAI5x4kxfpg56UcLKkT8e9HVn-o3KFAu9ISE,5094
81
81
  vibetuner/time.py,sha256=3_DtveCCzI20ocTnAlTh2u7FByUXtINaUoQZO-_uZow,1188
82
82
  vibetuner/versioning.py,sha256=UAHGoNsv3QEPAJgHyt_Q8I26SW7ng2FnZlX2-0M6r6U,156
83
- vibetuner-2.11.0.dist-info/WHEEL,sha256=5w2T7AS2mz1-rW9CNagNYWRCaB0iQqBMYLwKdlgiR4Q,78
84
- vibetuner-2.11.0.dist-info/entry_points.txt,sha256=aKIj9YCCXizjYupx9PeWkUJePg3ncHke_LTS5rmCsfs,49
85
- vibetuner-2.11.0.dist-info/METADATA,sha256=fSFf5ynkVZal1FlfTcC8BRIp3EjnGim7_NkPaElO5GY,8043
86
- vibetuner-2.11.0.dist-info/RECORD,,
83
+ vibetuner-2.15.1.dist-info/WHEEL,sha256=5w2T7AS2mz1-rW9CNagNYWRCaB0iQqBMYLwKdlgiR4Q,78
84
+ vibetuner-2.15.1.dist-info/entry_points.txt,sha256=aKIj9YCCXizjYupx9PeWkUJePg3ncHke_LTS5rmCsfs,49
85
+ vibetuner-2.15.1.dist-info/METADATA,sha256=G4ldJKFjykEi35VDkpleq1oSltCCCI4zWTIdATuuV3I,8092
86
+ vibetuner-2.15.1.dist-info/RECORD,,