fast-templates


Namefast-templates JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/pybalt/FastAPI-TemplateWizard
SummaryA CLI to generate FastAPI templates
upload_time2024-04-05 13:35:10
maintainerNone
docs_urlNone
authorpybalt
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
fast-templates
=======================

CLI that contains fastapi templates for different projects

Installation
============

This package is designed to be used with (`venv <https://docs.python.org/3/library/venv.html>`_), so make sure you have a virtual environment set up.

Use the package manager `pip <https://pip.pypa.io/en/stable/>`_ to install Fast-Templates.

.. code-block:: bash

   pip install fast-templates

Usage
=====

Once installed, and after activating your virtual environment, you can run the following command to see the available templates:

.. code-block:: bash

   fastcli

License
=======

`Mozilla Public License Version 2.0 <https://www.mozilla.org/en-US/MPL/2.0/>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pybalt/FastAPI-TemplateWizard",
    "name": "fast-templates",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "pybalt",
    "author_email": "96897286+pybalt@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/94/38/fc9304d7960ae148e4882998b86d54c487965ba2dad8087a57b274c11f5f/fast-templates-0.2.1.tar.gz",
    "platform": null,
    "description": "=======================\nfast-templates\n=======================\n\nCLI that contains fastapi templates for different projects\n\nInstallation\n============\n\nThis package is designed to be used with (`venv <https://docs.python.org/3/library/venv.html>`_), so make sure you have a virtual environment set up.\n\nUse the package manager `pip <https://pip.pypa.io/en/stable/>`_ to install Fast-Templates.\n\n.. code-block:: bash\n\n   pip install fast-templates\n\nUsage\n=====\n\nOnce installed, and after activating your virtual environment, you can run the following command to see the available templates:\n\n.. code-block:: bash\n\n   fastcli\n\nLicense\n=======\n\n`Mozilla Public License Version 2.0 <https://www.mozilla.org/en-US/MPL/2.0/>`_\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A CLI to generate FastAPI templates",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/pybalt/FastAPI-TemplateWizard"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ca1b3a75babc4e68bbddc7ed03552153cc2e5718aff3e4c4c534f14bbe6b691",
                "md5": "211f9e1ee22b2bd83c672bf4ff143536",
                "sha256": "b1cf9c3ad1d36607c3d82073e107dd3ce9ad19a2a47f067c0550da658c8a6fcb"
            },
            "downloads": -1,
            "filename": "fast_templates-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "211f9e1ee22b2bd83c672bf4ff143536",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16249,
            "upload_time": "2024-04-05T13:35:08",
            "upload_time_iso_8601": "2024-04-05T13:35:08.582474Z",
            "url": "https://files.pythonhosted.org/packages/5c/a1/b3a75babc4e68bbddc7ed03552153cc2e5718aff3e4c4c534f14bbe6b691/fast_templates-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9438fc9304d7960ae148e4882998b86d54c487965ba2dad8087a57b274c11f5f",
                "md5": "4bb44ae2343200d09f8a4620893579c5",
                "sha256": "3bf2dc2c74d629cdb0b9d91ab25ff84d8ea7b4699dbb703d3ac986106660f903"
            },
            "downloads": -1,
            "filename": "fast-templates-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4bb44ae2343200d09f8a4620893579c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11736,
            "upload_time": "2024-04-05T13:35:10",
            "upload_time_iso_8601": "2024-04-05T13:35:10.930654Z",
            "url": "https://files.pythonhosted.org/packages/94/38/fc9304d7960ae148e4882998b86d54c487965ba2dad8087a57b274c11f5f/fast-templates-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 13:35:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pybalt",
    "github_project": "FastAPI-TemplateWizard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fast-templates"
}
        
Elapsed time: 0.21597s