Flask-Boilerplate-Creator


NameFlask-Boilerplate-Creator JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/hakiKhuva/flask-boilerplate-creator
SummaryCreate boilerplate structure of flask web application
upload_time2023-04-07 04:53:29
maintainer
docs_urlNone
authorHarkishan Khuva
requires_python>=3.8
licenseMIT
keywords fbc flask-boilerplate-creator flask boilerplate creator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Flask Boilerplate Creator
Create boilerplate for flask web application

Install using pip

```cmd
> pip install Flask-Boilerplate-Creator
```

run the Flask-Boilerplate-Creator

```cmd
> python -m fbc
```

After running above command it will ask for other modules to be installed, if not leave it blank

```
Select modules to install
[0] flask-sqlalchemy
[1] flask-migrate
[2] flask-admin
[3] flask-wtf
[4] flask-session
Enter module index numbers separated by comma to add:
```

Enter pip command if default command is not working, in some os value for it may be `python3 -m pip install`

```
Enter pip command (default is 'python -m pip install'):
```

All ok, it will install the module now
After installing all modules it will create files and folders on your system
This operation will remove any file content or delete folder if exists

```
Installing modules: flask
using command python -m pip install
*Installing flask

##:- pip install output will be here

*Structure created successfully.
If you get error like module not found, run `python -m pip install -r requirements.txt` command.
```

Done - structure is created.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hakiKhuva/flask-boilerplate-creator",
    "name": "Flask-Boilerplate-Creator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "fbc,flask-boilerplate-creator,flask boilerplate creator",
    "author": "Harkishan Khuva",
    "author_email": "hakitechy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3c/e0/b94d8ee8786de229e7cc04ad7a19ef7885f9fd5daf77019c7be58b72b5e2/Flask%20Boilerplate%20Creator-0.0.3.tar.gz",
    "platform": null,
    "description": "# Flask Boilerplate Creator\nCreate boilerplate for flask web application\n\nInstall using pip\n\n```cmd\n> pip install Flask-Boilerplate-Creator\n```\n\nrun the Flask-Boilerplate-Creator\n\n```cmd\n> python -m fbc\n```\n\nAfter running above command it will ask for other modules to be installed, if not leave it blank\n\n```\nSelect modules to install\n[0] flask-sqlalchemy\n[1] flask-migrate\n[2] flask-admin\n[3] flask-wtf\n[4] flask-session\nEnter module index numbers separated by comma to add:\n```\n\nEnter pip command if default command is not working, in some os value for it may be `python3 -m pip install`\n\n```\nEnter pip command (default is 'python -m pip install'):\n```\n\nAll ok, it will install the module now\nAfter installing all modules it will create files and folders on your system\nThis operation will remove any file content or delete folder if exists\n\n```\nInstalling modules: flask\nusing command python -m pip install\n*Installing flask\n\n##:- pip install output will be here\n\n*Structure created successfully.\nIf you get error like module not found, run `python -m pip install -r requirements.txt` command.\n```\n\nDone - structure is created.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Create boilerplate structure of flask web application",
    "version": "0.0.3",
    "split_keywords": [
        "fbc",
        "flask-boilerplate-creator",
        "flask boilerplate creator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4590cbb3617c1a69eda50fdbd69c2d9421ef80042554ee65b0971283752c1bc3",
                "md5": "b8bca74f17d313137a699e107167cc1b",
                "sha256": "7f7dde3446439033048411c23f84f8498d03893db5e2dd79104ad66d7390a285"
            },
            "downloads": -1,
            "filename": "Flask_Boilerplate_Creator-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8bca74f17d313137a699e107167cc1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5854,
            "upload_time": "2023-04-07T04:53:27",
            "upload_time_iso_8601": "2023-04-07T04:53:27.275306Z",
            "url": "https://files.pythonhosted.org/packages/45/90/cbb3617c1a69eda50fdbd69c2d9421ef80042554ee65b0971283752c1bc3/Flask_Boilerplate_Creator-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ce0b94d8ee8786de229e7cc04ad7a19ef7885f9fd5daf77019c7be58b72b5e2",
                "md5": "4f61b2a3f4c70300d2619db9ce0e892a",
                "sha256": "11321538ef3158367ece891d3424d6d7db5833be2a12741023d6c41f9f6e2721"
            },
            "downloads": -1,
            "filename": "Flask Boilerplate Creator-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4f61b2a3f4c70300d2619db9ce0e892a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5252,
            "upload_time": "2023-04-07T04:53:29",
            "upload_time_iso_8601": "2023-04-07T04:53:29.579462Z",
            "url": "https://files.pythonhosted.org/packages/3c/e0/b94d8ee8786de229e7cc04ad7a19ef7885f9fd5daf77019c7be58b72b5e2/Flask%20Boilerplate%20Creator-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-07 04:53:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hakiKhuva",
    "github_project": "flask-boilerplate-creator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "flask-boilerplate-creator"
}
        
Elapsed time: 0.05098s