Skip to content

RuiHirano/logicbook

Repository files navigation

LogicBook

Logicbook is an open source tool for building python logics in isolation. It streamlines logic development, testing, and documentation.

More document is here.

example

Getting Started

Get started by creating a new logicbook.

What you'll need

Generate a new logicbook site

Generate a new Logicbook site using the logicbook command.

cd your-python-project
logicbook init

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

The command also installs all necessary dependencies you need to run Logicbook.

Start your logicbook

Run the development server:

cd your-python-project
logicbook start

The logicbook start command builds your logicbook locally and serves it through a development server, ready for you to view at http://localhost:8000/.