Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vroncevic/manage_flask
Manage commands for Flask
https://github.com/vroncevic/manage_flask
flask flask-cover flask-db flask-migrate flask-script flask-tests flask-user python3
Last synced: 25 days ago
JSON representation
Manage commands for Flask
- Host: GitHub
- URL: https://github.com/vroncevic/manage_flask
- Owner: vroncevic
- License: gpl-3.0
- Created: 2017-03-17T19:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T22:03:56.000Z (5 months ago)
- Last Synced: 2024-06-17T23:45:19.068Z (5 months ago)
- Topics: flask, flask-cover, flask-db, flask-migrate, flask-script, flask-tests, flask-user, python3
- Language: Python
- Homepage: https://vroncevic.github.io/manage_flask
- Size: 6.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Flask Manage Mechanism
**manage_flask** is toolset for managing Flask App.
Developed in **[python](https://www.python.org/)** code.
The README is used to introduce the modules and provide instructions on
how to install the modules, any machine dependencies it may have and any
other information that should be provided before the modules are installed.[![manage_flask_python_checker](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_python_checker.yml/badge.svg)](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_python_checker.yml) [![manage_flask_package_checker](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_package_checker.yml/badge.svg)](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_package_checker.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/manage_flask.svg)](https://github.com/vroncevic/manage_flask/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/manage_flask.svg)](https://github.com/vroncevic/manage_flask/graphs/contributors)
**Table of Contents**
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Package structure](#package-structure)
- [Docs](#docs)
- [Contributing](#contributing)
- [Copyright and Licence](#copyright-and-licence)### Installation
Used next development environment
![debian linux os](https://raw.githubusercontent.com/vroncevic/manage_flask/dev/docs/debtux.png)
Navigate to **[release page](https://github.com/vroncevic/manage_flask/releases)** download and extract release archive.
To install **manage_flask** type the following
```bash
tar xvzf manage_flask-x.y.z.tar.gz
cd manage_flask-x.y.z/
pip3 install -r requirements.txt
mv manage.py /FlaskApp/
mv /manage_commands/ /FlaskApp/
```During integration please check comments !
You can use docker to create image/container.
### Dependencies
**manage_flask** requires other modules and libraries
```bash
Flask-Migrate == 2.6.0
Flask-Script == 2.0.6
```### Package structure
Expected manage structure
```bash
├── manage.py
manage_commands/
├── create_database.py
├── create_data.py
├── create_superuser.py
├── drop_database.py
└── __init__.py
```### Docs
[![Documentation Status](https://readthedocs.org/projects/manage_flask/badge/?version=latest)](https://manage-flask.readthedocs.io/projects/manage_flask/en/latest/?badge=latest)
More documentation and info at
- [manage_flask.readthedocs.io](https://manage-flask.readthedocs.io/en/latest/)
- [www.python.org](https://www.python.org/)### Contributing
[Contributing to manage_flask](CONTRIBUTING.md)
### Copyright and Licence
[![license: gpl v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![license apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Copyright (C) 2017 - 2024 by [vroncevic.github.io/manage_flask](https://vroncevic.github.io/manage_flask/)
**manage_flask** is free software; you can redistribute it and/or modify
it under the same terms as Python itself, either Python version 3.x or,
at your option, any later version of Python 3 you may have available.Lets help and support PSF.
[![Python Software Foundation](https://raw.githubusercontent.com/vroncevic/manage_flask/dev/docs/psf-logo-alpha.png)](https://www.python.org/psf/)
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.python.org/psf/donations/)