Metadata-Version: 2.3
Name: appsalutely
Version: 0.1.8
Summary: A utility library for building apps with FastAPI and Vue.js
Keywords: fastapi,vue,utility,library
License: MIT
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: FastAPI
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: fastapi>=0.115.12 ; extra == 'fastapi'
Requires-Dist: tortoise-orm>=0.25.0 ; extra == 'tortoise'
Requires-Python: >=3.12
Project-URL: homepage, https://github.com/merlinz01/appsalutely
Project-URL: repository, https://github.com/merlinz01/appsalutely
Provides-Extra: fastapi
Provides-Extra: tortoise
Description-Content-Type: text/markdown

# appsalutely

A utility library for building apps with FastAPI and Vue.js.

[Python backend library](https://pypi.org/project/appsalutely)

[Vue.js frontend library](https://www.npmjs.com/package/appsalutely)

## Usage notes

For the frontend library to work correctly,
you will have to put the `peerDependencies` from the library's `package.json`
in your `vite.config.ts` under `resolve.dedupe`.
