Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

The concept of Schdoc. Written in Python.

Notifications You must be signed in to change notification settings

smhs-os-project/schdoc-concept-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schdoc Concept

Schdoc 的概念樣貌。先用 Python 刻出基本結構和 API,方便之後移植到其他程式語言。

設定

Requirements

  • Python 3.9+
  • poetry installed

Windows (Command Prompt)

set SCHDOC_SITE_URL=https://YOUR_WORDPRESS_SITE_URL
poetry install
poetry run py main.py

Linux (Bash)

poetry install
SCHDOC_SITE_URL="https://YOUR_WORDPRESS_SITE_URL" poetry run python main.py

About

The concept of Schdoc. Written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages