File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66[ ![ CI tests] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml/badge.svg )] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml )
77[ ![ Mypy check] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml/badge.svg )] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml )
88[ ![ Ruff check] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml/badge.svg )] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml )
9- [ ![ mkdocs ] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/mkdocs .yml/badge.svg )] ( https://pharmaverse.github.io/py-pkglite/ )
9+ [ ![ Documentation ] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/docs .yml/badge.svg )] ( https://pharmaverse.github.io/py-pkglite/ )
1010![ License] ( https://img.shields.io/pypi/l/pkglite )
1111
12- A simple framework for packing source projects of any language into portable
13- text files and restoring them into the original directory structure.
12+ A simple framework for packing source projects of any programming language into
13+ portable text files and restoring them into the original directory structure.
1414
1515Besides the Python API, a command line interface is also provided.
1616
Original file line number Diff line number Diff line change 66[ ![ CI tests] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml/badge.svg )] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml )
77[ ![ Mypy check] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml/badge.svg )] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml )
88[ ![ Ruff check] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml/badge.svg )] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml )
9- [ ![ mkdocs ] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/mkdocs .yml/badge.svg )] ( https://pharmaverse.github.io/py-pkglite/ )
9+ [ ![ Documentation ] ( https://github.com/pharmaverse/py-pkglite/actions/workflows/docs .yml/badge.svg )] ( https://pharmaverse.github.io/py-pkglite/ )
1010![ License] ( https://img.shields.io/pypi/l/pkglite )
1111
12- A simple framework for packing source projects of any language into portable
13- text files and restoring them into the original directory structure.
12+ A simple framework for packing source projects of any programming language into
13+ portable text files and restoring them into the original directory structure.
1414
1515Besides the Python API, a command line interface is also provided.
1616
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- echo " Sync root-level docs into mkdocs ..."
3+ echo " Sync root-level docs into Zensical site ..."
44
55# Sync README.md with modified image path for docs/index.md
66awk ' {gsub("https://github.com/pharmaverse/py-pkglite/raw/main/docs/assets/logo.png", "assets/logo.png"); print}' README.md > docs/index.md
Original file line number Diff line number Diff line change 11[project ]
22name = " pkglite"
33version = " 0.1.9"
4- description = " Pack and unpack source projects of any language into portable text files"
4+ description = " Pack and unpack source projects of any programming language into portable text files"
55authors = [{ name = " Nan Xiao" , email = " nan.xiao1@msd.com" }]
66dependencies = [" pathspec>=0.12.1" , " rich>=13.9.4" , " typer>=0.12.5" ]
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments