Flask-BigApp


NameFlask-BigApp JSON
Version 2.3.5 PyPI version JSON
download
home_pagehttps://github.com/CheeseCake87/Flask-BigApp
SummaryA Flask auto importer that allows your Flask apps to grow big.
upload_time2023-09-04 17:12:17
maintainer
docs_urlNone
authorDavid Carmichael
requires_python
licenseGNU Lesser General Public License v2.1
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
![](https://raw.githubusercontent.com/CheeseCake87/Flask-BigApp/master/_assets/Flask-BigApp-v2-Small.png)

# Flask-BigApp

![Tests](https://github.com/CheeseCake87/Flask-BigApp/actions/workflows/tests.yml/badge.svg)

## What is Flask-BigApp?

Flask-BigApp's main purpose is to help simplify the importing of blueprints, resources and models.
It has a few extra features built in to help with securing pages and password authentication.

## Getting Started

### Setup.

Create a new project folder and navigate to it.

```text
# Linux
cd /path/to/project-folder

# Windows
cd C:\path\to\project-folder
```

### Create a virtual environment and activate it.

**Linux / MacOS**

```bash
python3 -m venv venv
```

```bash
source venv/bin/activate
```

**Windows**

```bash
python -m venv venv
```

```bash
.\venv\Scripts\activate
```

### Install Flask-BigApp

```bash
pip install flask-bigapp
```

### Create a new project.

```bash
flask-bigapp init
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CheeseCake87/Flask-BigApp",
    "name": "Flask-BigApp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Carmichael",
    "author_email": "carmichaelits@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/32/33e1bdf3094bb126065c9185c9b6a64d344753c3806bff063ed20b098e71/Flask-BigApp-2.3.5.tar.gz",
    "platform": "any",
    "description": "\n![](https://raw.githubusercontent.com/CheeseCake87/Flask-BigApp/master/_assets/Flask-BigApp-v2-Small.png)\n\n# Flask-BigApp\n\n![Tests](https://github.com/CheeseCake87/Flask-BigApp/actions/workflows/tests.yml/badge.svg)\n\n## What is Flask-BigApp?\n\nFlask-BigApp's main purpose is to help simplify the importing of blueprints, resources and models.\nIt has a few extra features built in to help with securing pages and password authentication.\n\n## Getting Started\n\n### Setup.\n\nCreate a new project folder and navigate to it.\n\n```text\n# Linux\ncd /path/to/project-folder\n\n# Windows\ncd C:\\path\\to\\project-folder\n```\n\n### Create a virtual environment and activate it.\n\n**Linux / MacOS**\n\n```bash\npython3 -m venv venv\n```\n\n```bash\nsource venv/bin/activate\n```\n\n**Windows**\n\n```bash\npython -m venv venv\n```\n\n```bash\n.\\venv\\Scripts\\activate\n```\n\n### Install Flask-BigApp\n\n```bash\npip install flask-bigapp\n```\n\n### Create a new project.\n\n```bash\nflask-bigapp init\n```\n",
    "bugtrack_url": null,
    "license": "GNU Lesser General Public License v2.1",
    "summary": "A Flask auto importer that allows your Flask apps to grow big.",
    "version": "2.3.5",
    "project_urls": {
        "Homepage": "https://github.com/CheeseCake87/Flask-BigApp"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eb44e54d6acd3d0d34b3e69103e6a3548cef0d041c1a5d416ba9e2efe745c8a",
                "md5": "f7da88f7b9afc12eaa59e00dbd847907",
                "sha256": "8770013fd181024a07cc7366c3f09fa7c8f2f75c8eb2bac58488255043860b84"
            },
            "downloads": -1,
            "filename": "Flask_BigApp-2.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f7da88f7b9afc12eaa59e00dbd847907",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 107231,
            "upload_time": "2023-09-04T17:12:14",
            "upload_time_iso_8601": "2023-09-04T17:12:14.963587Z",
            "url": "https://files.pythonhosted.org/packages/6e/b4/4e54d6acd3d0d34b3e69103e6a3548cef0d041c1a5d416ba9e2efe745c8a/Flask_BigApp-2.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b03233e1bdf3094bb126065c9185c9b6a64d344753c3806bff063ed20b098e71",
                "md5": "c2bdac72c6270d0d247e31e717c751d6",
                "sha256": "e2d4359229a324a32cb54a304698c53540eb73491504297baf0dbea09487a79d"
            },
            "downloads": -1,
            "filename": "Flask-BigApp-2.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c2bdac72c6270d0d247e31e717c751d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 103698,
            "upload_time": "2023-09-04T17:12:17",
            "upload_time_iso_8601": "2023-09-04T17:12:17.079799Z",
            "url": "https://files.pythonhosted.org/packages/b0/32/33e1bdf3094bb126065c9185c9b6a64d344753c3806bff063ed20b098e71/Flask-BigApp-2.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-04 17:12:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CheeseCake87",
    "github_project": "Flask-BigApp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "flask-bigapp"
}
        
Elapsed time: 0.22283s