Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

guniflask

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guniflask

Better coding experience for Flask

  • 0.12.21
  • PyPI
  • Socket score

Maintainers
1

guniflask

.. image:: https://travis-ci.com/jadbin/guniflask.svg?branch=master :target: https://travis-ci.com/jadbin/guniflask

.. image:: https://coveralls.io/repos/github/jadbin/guniflask/badge.svg?branch=master :target: https://coveralls.io/github/jadbin/guniflask?branch=master

.. image:: https://img.shields.io/github/license/jadbin/guniflask :target: https://github.com/jadbin/guniflask/blob/master/LICENSE

Overview

guniflask是自动化生成基于flask + gunicorn的服务端项目基础代码的构建工具。

Getting Started

安装guniflask项目生成工具::

$ pip install -U guniflask-cli

新建一个空文件夹 foo 并进入到 foo 中::

$ mkdir foo && cd foo

运行如下命令::

$ guniflask init

当出现提示时按 Enter 键即可选择默认设置。 提示项目创建成功后,安装项目所需依赖::

$ pip install -r requirements/app.txt

调试模式启动项目::

$ bash bin/manage debug

Documentation

https://guniflask.readthedocs.io/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc