appsalutely 0.1.0__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.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.3
2
+ Name: appsalutely
3
+ Version: 0.1.0
4
+ Summary: A utility library for building apps with FastAPI and Vue.js
5
+ Keywords: fastapi,vue,utility,library
6
+ License: MIT
7
+ Classifier: Programming Language :: Python :: 3.12
8
+ Classifier: Framework :: FastAPI
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.12
12
+ Project-URL: homepage, https://github.com/merlinz01/appsalutely
13
+ Project-URL: repository, https://github.com/merlinz01/appsalutely
14
+ Description-Content-Type: text/markdown
15
+
16
+ # appsalutely
17
+
18
+ A utility library for building apps with FastAPI and Vue.js.
@@ -0,0 +1,3 @@
1
+ # appsalutely
2
+
3
+ A utility library for building apps with FastAPI and Vue.js.
File without changes
@@ -0,0 +1,25 @@
1
+ [project]
2
+ name = "appsalutely"
3
+ version = "0.1.0"
4
+ description = "A utility library for building apps with FastAPI and Vue.js"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ license = {text = "MIT"}
8
+ keywords = ["fastapi", "vue", "utility", "library"]
9
+ classifiers = [
10
+ "Programming Language :: Python :: 3.12",
11
+ "Framework :: FastAPI",
12
+ "License :: OSI Approved :: MIT License",
13
+ "Operating System :: OS Independent",
14
+ ]
15
+
16
+ [project.urls]
17
+ homepage = "https://github.com/merlinz01/appsalutely"
18
+ repository = "https://github.com/merlinz01/appsalutely"
19
+
20
+ [build-system]
21
+ requires = ["uv_build"]
22
+ build-backend = "uv_build"
23
+
24
+ [tool.uv.build-backend]
25
+ module-root = "backend"