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 3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags :
8
8
- ' **'
9
9
pull_request : {}
Original file line number Diff line number Diff line change 1
1
# python devtools
2
2
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 )
5
5
[ ![ pypi] ( https://img.shields.io/pypi/v/devtools.svg )] ( https://pypi.python.org/pypi/devtools )
6
6
[ ![ 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 )
8
8
9
9
** Python's missing debug print command and other development tools.**
10
10
@@ -57,7 +57,7 @@ debug(data)
57
57
58
58
outputs:
59
59
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 )
61
61
62
62
## Usage without Import
63
63
Original file line number Diff line number Diff line change 1
1
# Python devtools
2
2
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 )
5
5
[ ![ pypi] ( https://img.shields.io/pypi/v/devtools.svg )] ( https://pypi.python.org/pypi/devtools )
6
6
[ ![ 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 )
8
8
9
9
{{ version }}
10
10
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ in `debug()`, but it can also be used directly:
72
72
{{ example_html(examples/prettier.py) }}
73
73
74
74
For 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 ) .
76
76
77
77
## ANSI terminal colours
78
78
@@ -81,7 +81,7 @@ For more details on prettier printing, see
81
81
```
82
82
83
83
For 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 ) .
85
85
86
86
## Usage without import
87
87
You can’t perform that action at this time.
0 commit comments