A simple namespace project.
Project description
Advai
This is a Python package that provides a basic FastAPI application, demonstrating a simple RESTful API structure.
It's current version is intended test for deploying packages to pypi
Features
- This is a namespace test application
Installation
You can install advai directly from PyPI:
pip install advai
Quick Start
After installation, you can start using advai by creating a FastAPI application. Here's a quick example:
from advai import create_app
app = create_app()
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8000)
To run the app, use the following command:
uvicorn your_script_name:app --reload
Running Tests
To run tests, navigate to your project directory and execute:
pytest
Docker and Kubernetes Support
This template does not currently contain docker or kubenetes configurations
Contributing
Contributions are welcome! Please read our contributing guidelines for more information.
License
advai is released under the MIT License.
Authors
- Advai Development Lead
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file advai_versus-2023.0.1a1-py3-none-any.whl.
File metadata
- Download URL: advai_versus-2023.0.1a1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74318d5afe10847a72efc2d50377ec4b9a4d4a345bacfefa74d7f6e6965d5c97
|
|
| MD5 |
b49abfed0cba1b7fd9be1620a0d94a03
|
|
| BLAKE2b-256 |
493b56a4e571fa03cd9c53910eba5534c8e22240dd09660f2a4c0b91319615ee
|