File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 push :
66 branches :
7- - master
7+ - main
88
99jobs :
1010 pre-commit :
Original file line number Diff line number Diff line change 55 workflows :
66 - check
77 branches :
8- - master
8+ - main
99 types :
1010 - completed
1111
Original file line number Diff line number Diff line change 33[ ![ Python versions] ( https://img.shields.io/pypi/pyversions/hashpipe.svg )] ( https://pypi.org/project/hashpipe/ )
44[ ![ PyPI version] ( https://badge.fury.io/py/hashpipe.svg )] ( https://badge.fury.io/py/hashpipe )
55[ ![ CI status] ( https://github.com/scop/hashpipe/workflows/check/badge.svg )] ( https://github.com/scop/hashpipe/actions?query=workflow%3Acheck )
6- [ ![ Test coverage] ( https://codecov.io/gh/scop/hashpipe/branch/master /graph/badge.svg )] ( https://codecov.io/gh/scop/hashpipe )
6+ [ ![ Test coverage] ( https://codecov.io/gh/scop/hashpipe/branch/main /graph/badge.svg )] ( https://codecov.io/gh/scop/hashpipe )
77
88hashpipe is a command line tool and a Python library for hashing
99regular expression matches in input data.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ classifier =
1717 Programming Language :: Python :: 3 :: Only
1818 Typing :: Typed
1919project_urls =
20- Changelog = https://github.com/scop/hashpipe/blob/master /CHANGELOG.md
20+ Changelog = https://github.com/scop/hashpipe/blob/main /CHANGELOG.md
2121
2222[options]
2323python_requires = >=3.3
You can’t perform that action at this time.
0 commit comments