zentra_api


Namezentra_api JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/Achronus/zentra-api
SummaryA CLI tool for building FastAPI apps faster.
upload_time2024-07-30 11:12:51
maintainerNone
docs_urlNone
authorRyan Partridge
requires_python<4.0,>=3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Zentra API

🚧 _Under construction_ 🚧

A CLI tool for building [FastAPI](https://fastapi.tiangolo.com/) projects faster.

Read more about the Zentra stack on [GitHub](https://github.com/Achronus/zentra).

To get started, install the package with:

```bash
pip install zentra_api
```

Then create a new project with:

```bash
zentra-api init <project_name>
```

With one command you'll have a working app in minutes with:

- Built-in user authentication with JWT token protection
- Preconfigured CORs middleware
- A [SQLite](https://www.sqlite.org/) database configured with [Alembic](https://alembic.sqlalchemy.org/en/latest/) (_Alembic - coming soon!_)
- Built-in templated route responses following best practices
- And, a simple folder structure to make project navigation a breeze

Read more about it in our [documentation](#) (_Coming soon!_).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Achronus/zentra-api",
    "name": "zentra_api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ryan Partridge",
    "author_email": "rpartridge101@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e9/79/194007899fc0fb0a0a0377b7ff5d5a644931d9d6d9975ac17fad41afcacd/zentra_api-0.1.2.tar.gz",
    "platform": null,
    "description": "# Zentra API\n\n\ud83d\udea7 _Under construction_ \ud83d\udea7\n\nA CLI tool for building [FastAPI](https://fastapi.tiangolo.com/) projects faster.\n\nRead more about the Zentra stack on [GitHub](https://github.com/Achronus/zentra).\n\nTo get started, install the package with:\n\n```bash\npip install zentra_api\n```\n\nThen create a new project with:\n\n```bash\nzentra-api init <project_name>\n```\n\nWith one command you'll have a working app in minutes with:\n\n- Built-in user authentication with JWT token protection\n- Preconfigured CORs middleware\n- A [SQLite](https://www.sqlite.org/) database configured with [Alembic](https://alembic.sqlalchemy.org/en/latest/) (_Alembic - coming soon!_)\n- Built-in templated route responses following best practices\n- And, a simple folder structure to make project navigation a breeze\n\nRead more about it in our [documentation](#) (_Coming soon!_).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A CLI tool for building FastAPI apps faster.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/Achronus/zentra-api",
        "Repository": "https://github.com/Achronus/zentra-api"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e99a555a8cd15e5fffc63f106815bcf56c2258c72c9e0bbb6879f4d68382421",
                "md5": "0c58b229766c4e1a9c6ddbf345b0c768",
                "sha256": "ee80fec46045acd96de7328da12451a3f0001ac6ced96b1a0060f9fb57cd8451"
            },
            "downloads": -1,
            "filename": "zentra_api-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c58b229766c4e1a9c6ddbf345b0c768",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 32875,
            "upload_time": "2024-07-30T11:12:49",
            "upload_time_iso_8601": "2024-07-30T11:12:49.650133Z",
            "url": "https://files.pythonhosted.org/packages/3e/99/a555a8cd15e5fffc63f106815bcf56c2258c72c9e0bbb6879f4d68382421/zentra_api-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e979194007899fc0fb0a0a0377b7ff5d5a644931d9d6d9975ac17fad41afcacd",
                "md5": "688d8589f27ec13f9051ace021592ddc",
                "sha256": "9087502c3eaaa00e48d9ccead132675df54a59ae11c01611455d519d3370a4d1"
            },
            "downloads": -1,
            "filename": "zentra_api-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "688d8589f27ec13f9051ace021592ddc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 22953,
            "upload_time": "2024-07-30T11:12:51",
            "upload_time_iso_8601": "2024-07-30T11:12:51.102088Z",
            "url": "https://files.pythonhosted.org/packages/e9/79/194007899fc0fb0a0a0377b7ff5d5a644931d9d6d9975ac17fad41afcacd/zentra_api-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-30 11:12:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Achronus",
    "github_project": "zentra-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zentra_api"
}
        
Elapsed time: 0.85069s