advai-versus


Nameadvai-versus JSON
Version 2023.0.1a1 PyPI version JSON
download
home_page
SummaryA simple namespace project.
upload_time2023-12-27 13:48:43
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords advai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "advai-versus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "Advai",
    "author": "",
    "author_email": "\"Advai Ltd.\" <support@advai.co.uk>",
    "download_url": "",
    "platform": null,
    "description": "# Advai\n\nThis is a Python package that provides a basic FastAPI application, demonstrating a simple RESTful API structure. \n\nIt's current version is intended test for deploying packages to pypi\n\n# Features\n\n- This is a namespace test application\n\n# Installation\n\nYou can install advai directly from PyPI:\n\n```\npip install advai\n```\n\n# Quick Start\n\nAfter installation, you can start using advai by creating a FastAPI application. Here's a quick example:\n\n```\nfrom advai import create_app\n\napp = create_app()\n\nif __name__ == \"__main__\":\n    import uvicorn\n    uvicorn.run(app, host=\"0.0.0.0\", port=8000)\n```\n\nTo run the app, use the following command:\n\n```\nuvicorn your_script_name:app --reload\n```\n\n# Running Tests\nTo run tests, navigate to your project directory and execute:\n\n```\npytest\n```\n\n# Docker and Kubernetes Support\nThis template does not currently contain docker or kubenetes configurations\n\n# Contributing\nContributions are welcome! Please read our contributing guidelines for more information.\n\n# License\nadvai is released under the MIT License.\n\n# Authors\n- Advai Development Lead\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple namespace project.",
    "version": "2023.0.1a1",
    "project_urls": {
        "homepage": "https://www.advai.co.uk",
        "repository": "https://github.com/Advai-Ltd/advai-versus"
    },
    "split_keywords": [
        "advai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "493b56a4e571fa03cd9c53910eba5534c8e22240dd09660f2a4c0b91319615ee",
                "md5": "b49abfed0cba1b7fd9be1620a0d94a03",
                "sha256": "74318d5afe10847a72efc2d50377ec4b9a4d4a345bacfefa74d7f6e6965d5c97"
            },
            "downloads": -1,
            "filename": "advai_versus-2023.0.1a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b49abfed0cba1b7fd9be1620a0d94a03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 3295,
            "upload_time": "2023-12-27T13:48:43",
            "upload_time_iso_8601": "2023-12-27T13:48:43.628640Z",
            "url": "https://files.pythonhosted.org/packages/49/3b/56a4e571fa03cd9c53910eba5534c8e22240dd09660f2a4c0b91319615ee/advai_versus-2023.0.1a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 13:48:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Advai-Ltd",
    "github_project": "advai-versus",
    "github_not_found": true,
    "lcname": "advai-versus"
}
        
Elapsed time: 0.18112s