XuanYang-cn / falcon_mark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requires: python >= 3.9

1. Quick Start

Installation

$ pip install falcon_mark

Run

$ init_falcon_mark

View app in browser

Local URL: http://localhost:8501

2. How to run test server

Install requirements

pip install -e '.[test]'

Run test server

$ python -m falcon_mark

OR:

$ init_falcon_mark

3. How to check coding styles

$ ruff check falcon_mark

Add --fix if you want to fix the coding styles automatically

$ ruff check falcon_mark --fix

4. How to run uinitest

pytest -sv tests/

About

License:MIT License


Languages

Language:Python 100.0%