File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33on :
44 push :
55 branches :
6- - master
6+ - main
77 tags :
88 - ' **'
99 pull_request : {}
Original file line number Diff line number Diff line change 11# python devtools
22
3- [ ![ CI] ( https://github.com/samuelcolvin/python-devtools/workflows/CI/badge.svg?event=push )] ( https://github.com/samuelcolvin/python-devtools/actions?query=event%3Apush+branch%3Amaster +workflow%3ACI )
4- [ ![ Coverage] ( https://codecov.io/gh/samuelcolvin/python-devtools/branch/master /graph/badge.svg )] ( https://codecov.io/gh/samuelcolvin/python-devtools )
3+ [ ![ CI] ( https://github.com/samuelcolvin/python-devtools/workflows/CI/badge.svg?event=push )] ( https://github.com/samuelcolvin/python-devtools/actions?query=event%3Apush+branch%3Amain +workflow%3ACI )
4+ [ ![ Coverage] ( https://codecov.io/gh/samuelcolvin/python-devtools/branch/main /graph/badge.svg )] ( https://codecov.io/gh/samuelcolvin/python-devtools )
55[ ![ pypi] ( https://img.shields.io/pypi/v/devtools.svg )] ( https://pypi.python.org/pypi/devtools )
66[ ![ versions] ( https://img.shields.io/pypi/pyversions/devtools.svg )] ( https://github.com/samuelcolvin/python-devtools )
7- [ ![ license] ( https://img.shields.io/github/license/samuelcolvin/python-devtools.svg )] ( https://github.com/samuelcolvin/python-devtools/blob/master /LICENSE )
7+ [ ![ license] ( https://img.shields.io/github/license/samuelcolvin/python-devtools.svg )] ( https://github.com/samuelcolvin/python-devtools/blob/main /LICENSE )
88
99** Python's missing debug print command and other development tools.**
1010
@@ -57,7 +57,7 @@ debug(data)
5757
5858outputs:
5959
60- ![ python-devtools demo] ( https://raw.githubusercontent.com/samuelcolvin/python-devtools/master /demo.py.png )
60+ ![ python-devtools demo] ( https://raw.githubusercontent.com/samuelcolvin/python-devtools/main /demo.py.png )
6161
6262## Usage without Import
6363
Original file line number Diff line number Diff line change 11# Python devtools
22
3- [ ![ CI] ( https://github.com/samuelcolvin/python-devtools/workflows/CI/badge.svg?event=push )] ( https://github.com/samuelcolvin/python-devtools/actions?query=event%3Apush+branch%3Amaster +workflow%3ACI )
4- [ ![ Coverage] ( https://codecov.io/gh/samuelcolvin/python-devtools/branch/master /graph/badge.svg )] ( https://codecov.io/gh/samuelcolvin/python-devtools )
3+ [ ![ CI] ( https://github.com/samuelcolvin/python-devtools/workflows/CI/badge.svg?event=push )] ( https://github.com/samuelcolvin/python-devtools/actions?query=event%3Apush+branch%3Amain +workflow%3ACI )
4+ [ ![ Coverage] ( https://codecov.io/gh/samuelcolvin/python-devtools/branch/main /graph/badge.svg )] ( https://codecov.io/gh/samuelcolvin/python-devtools )
55[ ![ pypi] ( https://img.shields.io/pypi/v/devtools.svg )] ( https://pypi.python.org/pypi/devtools )
66[ ![ versions] ( https://img.shields.io/pypi/pyversions/devtools.svg )] ( https://github.com/samuelcolvin/python-devtools )
7- [ ![ license] ( https://img.shields.io/github/license/samuelcolvin/python-devtools.svg )] ( https://github.com/samuelcolvin/python-devtools/blob/master /LICENSE )
7+ [ ![ license] ( https://img.shields.io/github/license/samuelcolvin/python-devtools.svg )] ( https://github.com/samuelcolvin/python-devtools/blob/main /LICENSE )
88
99{{ version }}
1010
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ in `debug()`, but it can also be used directly:
7272{{ example_html(examples/prettier.py) }}
7373
7474For more details on prettier printing, see
75- [ ` prettier.py ` ] ( https://github.com/samuelcolvin/python-devtools/blob/master /devtools/prettier.py ) .
75+ [ ` prettier.py ` ] ( https://github.com/samuelcolvin/python-devtools/blob/main /devtools/prettier.py ) .
7676
7777## ANSI terminal colours
7878
@@ -81,7 +81,7 @@ For more details on prettier printing, see
8181```
8282
8383For more details on ansi colours, see
84- [ ansi.py] ( https://github.com/samuelcolvin/python-devtools/blob/master /devtools/ansi.py ) .
84+ [ ansi.py] ( https://github.com/samuelcolvin/python-devtools/blob/main /devtools/ansi.py ) .
8585
8686## Usage without import
8787
You can’t perform that action at this time.
0 commit comments