jayqi / python-tools-reference

Home Page:https://jayqi.github.io/python-tools-reference/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Developer Tools Reference

This repository builds the "Python Developer Tools Reference" static website at https://jayqi.github.io/python-tools-reference/.

Requirements

Requires Python 3.11.

Install dependencies with:

pip install -r requirements.txt

Building the site

To build the site assets to the site/ directory, run:

make build

Locking requirements

To make the deployment reproducible, we pin dependencies in a lock file using pip-tools.

The abstract dependencies are specified in requirements.in.

To regenerate the lock file, run:

make lock

About

https://jayqi.github.io/python-tools-reference/


Languages

Language:Jinja 75.9%Language:Python 20.3%Language:Makefile 3.8%