Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

advai_versus-2023.0.1a1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page