Git Product home page Git Product logo

Flask Project Template

A full feature Flask project template.

See also

HOW TO USE THIS TEMPLATE

DO NOT FORK this is meant to be used from Use this template feature.

  1. Click on Use this template
  2. Give a name to your project
    (e.g. my_awesome_project recommendation is to use all lowercase and underscores separation for repo names.)
  3. Wait until the first run of CI finishes
    (Github Actions will process the template and commit to your new repo)
  4. If you want codecov Reports and Automatic Release to PyPI
    On the new repository settings->secrets add your PIPY_API_TOKEN and CODECOV_TOKEN (get the tokens on respective websites)
  5. Read the file CONTRIBUTING.md
  6. Then clone your new project and happy coding!

NOTE: WAIT until first CI run on github actions before cloning your new project.

What is included on this template?

  • ๐Ÿพ A full feature Flask application with CLI, API, Admin interface, web UI and modular configuration.
  • ๐Ÿ“ฆ A basic setup.py file to provide installation, packaging and distribution for your project.
    Template uses setuptools because it's the de-facto standard for Python packages, you can run make switch-to-poetry later if you want.
  • ๐Ÿค– A Makefile with the most useful commands to install, test, lint, format and release your project.
  • ๐Ÿ“ƒ Documentation structure using mkdocs
  • ๐Ÿ’ฌ Auto generation of change log using gitchangelog to keep a HISTORY.md file automatically based on your commit history on every release.
  • ๐Ÿ‹ A simple Containerfile to build a container image for your project.
    Containerfile is a more open standard for building container images than Dockerfile, you can use buildah or docker with this file.
  • ๐Ÿงช Testing structure using pytest
  • โœ… Code linting using flake8
  • ๐Ÿ“Š Code coverage reports using codecov
  • ๐Ÿ›ณ๏ธ Automatic release to PyPI using twine and github actions.
  • ๐ŸŽฏ Entry points to execute your program using python -m <miladshahhi> or $ miladshahhi with basic CLI argument parsing.
  • ๐Ÿ”„ Continuous integration using Github Actions with jobs to lint, test and release your project on Linux, Mac and Windows environments.

Curious about architectural decisions on this template? read ABOUT_THIS_TEMPLATE.md
If you want to contribute to this template please open an issue or fork and send a PULL REQUEST.


miladshahhi Flask Application

Awesome miladshahhi created by Miladshahhi

Installation

From source:

git clone https://github.com/Miladshahhi/miladshahhi miladshahhi
cd miladshahhi
make install

From pypi:

pip install miladshahhi

Executing

This application has a CLI interface that extends the Flask CLI.

Just run:

$ miladshahhi

or

$ python -m miladshahhi

To see the help message and usage instructions.

First run

miladshahhi create-db   # run once
miladshahhi populate-db  # run once (optional)
miladshahhi add-user -u admin -p 1234  # ads a user
miladshahhi run

Go to:

Note: You can also use flask run to run the application.

milad's Projects

pyinstabot-downloader icon pyinstabot-downloader

This project is a telegram bot that allows you to create backups of content from your Instagram profile to Dropbox or Mega clouds, as well as in the local file system.

python2 icon python2

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.

rdp-vps-tools-by-fhnirob icon rdp-vps-tools-by-fhnirob

Quick RDP/VPS Config Tools , Change Password, Create Hidden User, Create Backdoor, Disable or Enable Task Manager, Google Chrome Install, Disable Computer Management

roop icon roop

Based9Based version of ROOP, No NSFW Filter, No ERRORS ;)

royayemilano icon royayemilano

a V2RayNG with Fragment , DoH , Rotating Configs , & free VPN servers

serverless-dns icon serverless-dns

The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io

v2 icon v2

Hacking Software For PC (Windows)

v2ray-and-clash-subscription-links icon v2ray-and-clash-subscription-links

Lots of Clash and V2ray subscription links collected from GitHub and other public sources - V2ray ๅญ้“พๆŽฅ * CLASH ๅญ้“พๆŽฅ - V2RAY CLASH BASE64 SUB LINKS FREE NODES

wat-bridge icon wat-bridge

Bridge between Whatsapp and Telegram, because why not

wg-easy icon wg-easy

The easiest way to run WireGuard VPN + Web-based Admin UI.

x-ui-windows icon x-ui-windows

xray panel supporting multi-protocol multi-user expire day & traffic (Vmess & Vless) and IP Restriction - windows release

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.