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

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file advai_versus-2023.0.1a1-py3-none-any.whl.

File metadata

File hashes

Hashes for advai_versus-2023.0.1a1-py3-none-any.whl
Algorithm Hash digest
SHA256 74318d5afe10847a72efc2d50377ec4b9a4d4a345bacfefa74d7f6e6965d5c97
MD5 b49abfed0cba1b7fd9be1620a0d94a03
BLAKE2b-256 493b56a4e571fa03cd9c53910eba5534c8e22240dd09660f2a4c0b91319615ee

See more details on using hashes here.

Supported by

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