pitcherflask


Namepitcherflask JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttp://github.com/divine-architect/pitcherflask
SummaryBuild a basic flask project without wasting time on setup.
upload_time2024-02-24 15:31:10
maintainer
docs_urlNone
authordivine-architect
requires_python
licenseMIT
keywords flask web api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pitcherflask

pitcherflask is a tool that helps you set up a basic Flask project structure quickly and easily. Inspired by Rust's Cargo, pitcherflask aims to streamline the process of creating Flask web applications by providing a simple command-line interface (CLI).

## Features
- Project Creation: Create a new Flask project with the required directory structure (templates, static, static/img).



## Getting Started

To get started with pitcherflask, follow these steps:


Install pitcherflask using pip:

```bash
pip install pitcherflask
```

Create a new pitcherflask project:
```bash
pitcherflask create <your_project_name>
```
Change into the project directory:


```bash
cd <your_project_name>
```


## Usage

pitcherflask provides the following commands:

`create <your_project_name>`: Create a new pitcherflask project. 

Feel free to open issues in-case of bugs or suggestions


## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Roadmap
- Make it more robust
- Perhaps add generative AI capabilities to deploy apps faster
- Solve bugs if any

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/divine-architect/pitcherflask",
    "name": "pitcherflask",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "flask web api",
    "author": "divine-architect",
    "author_email": "solarhatesbeing@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/af/e9/f29402f52247f2c3a5d5348eced10fdbbb4f88a28497800afb37f2c63af5/pitcherflask-0.0.6.tar.gz",
    "platform": null,
    "description": "# pitcherflask\r\n\r\npitcherflask is a tool that helps you set up a basic Flask project structure quickly and easily. Inspired by Rust's Cargo, pitcherflask aims to streamline the process of creating Flask web applications by providing a simple command-line interface (CLI).\r\n\r\n## Features\r\n- Project Creation: Create a new Flask project with the required directory structure (templates, static, static/img).\r\n\r\n\r\n\r\n## Getting Started\r\n\r\nTo get started with pitcherflask, follow these steps:\r\n\r\n\r\nInstall pitcherflask using pip:\r\n\r\n```bash\r\npip install pitcherflask\r\n```\r\n\r\nCreate a new pitcherflask project:\r\n```bash\r\npitcherflask create <your_project_name>\r\n```\r\nChange into the project directory:\r\n\r\n\r\n```bash\r\ncd <your_project_name>\r\n```\r\n\r\n\r\n## Usage\r\n\r\npitcherflask provides the following commands:\r\n\r\n`create <your_project_name>`: Create a new pitcherflask project. \r\n\r\nFeel free to open issues in-case of bugs or suggestions\r\n\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## Roadmap\r\n- Make it more robust\r\n- Perhaps add generative AI capabilities to deploy apps faster\r\n- Solve bugs if any\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Build a basic flask project without wasting time on setup.",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "http://github.com/divine-architect/pitcherflask"
    },
    "split_keywords": [
        "flask",
        "web",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55ae91ba286674b0584eaeb6db774f6ffd016ba53fe15561a5e6a63d162d7315",
                "md5": "d108da5502aa4e7897832d946a0deb36",
                "sha256": "70ab3d05a12606bae0d5d6cbe62640640ef1cf3b14943dba6c71d237d67f6b16"
            },
            "downloads": -1,
            "filename": "pitcherflask-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d108da5502aa4e7897832d946a0deb36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3120,
            "upload_time": "2024-02-24T15:31:08",
            "upload_time_iso_8601": "2024-02-24T15:31:08.588294Z",
            "url": "https://files.pythonhosted.org/packages/55/ae/91ba286674b0584eaeb6db774f6ffd016ba53fe15561a5e6a63d162d7315/pitcherflask-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afe9f29402f52247f2c3a5d5348eced10fdbbb4f88a28497800afb37f2c63af5",
                "md5": "760c1c96dfcbd18c029d99c236e4076d",
                "sha256": "0d4095d766af2c1e42f39706adf72375effda23cc24a92691d5b8b4d131755d7"
            },
            "downloads": -1,
            "filename": "pitcherflask-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "760c1c96dfcbd18c029d99c236e4076d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2646,
            "upload_time": "2024-02-24T15:31:10",
            "upload_time_iso_8601": "2024-02-24T15:31:10.834925Z",
            "url": "https://files.pythonhosted.org/packages/af/e9/f29402f52247f2c3a5d5348eced10fdbbb4f88a28497800afb37f2c63af5/pitcherflask-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-24 15:31:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "divine-architect",
    "github_project": "pitcherflask",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pitcherflask"
}
        
Elapsed time: 0.18611s