SynKit

(★ 40)

Toolkit for synthesis planning

File Explorer

  • .dockerignore
  • .gitattributes
  • .gitignore
  • .readthedocs.yml
  • crn.md
  • Dockerfile
  • environment.yml
  • LICENSE
  • pyproject.toml
  • README.md
  • requirements.txt

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

docker pull

View Details ▼

This command is an alias of `docker image pull`.

tldr docker image pull

View documentation for the original command:

🔍

docker run

View Details ▼

This command is an alias of `docker container run`.

tldr docker container run

View documentation for the original command:

🔍

git switch

View Details ▼

Switch between Git branches. Requires Git version 2.23+.
See also: `git checkout`.

git switch {{branch_name}}

Switch to an existing branch:

git switch {{[-c|--create]}} {{branch_name}}

Create a new branch and switch to it:

git switch {{[-c|--create]}} {{branch_name}} {{commit}}

Create a new branch based on an existing commit and switch to it:

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

# Project Badges

// repository documentation