Skip to content

Commit 7e3e282

Browse files
committed
docs: update README
1 parent 2938fbb commit 7e3e282

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

.coveragerc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[run]
2+
branch = True
3+
source = vlogs_handler
4+
5+
[report]
6+
exclude_lines =
7+
if self.debug:
8+
pragma: no cover
9+
raise NotImplementedError
10+
if __name__ == .__main__.:
11+
ignore_errors = True
12+
omit =
13+
*/test*.py
14+
*/tests/*
15+
*/migrations/*

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# victorialogs-handler
1+
# python-victorialogs-handler
22

33
A Python log handler for Victoria Logs.
4+
5+
[![release](https://img.shields.io/pypi/v/python-victorialogs-handler?label=release)](https://pypi.org/project/python-victorialogs-handler/)
6+
[![python](https://img.shields.io/pypi/pyversions/python-victorialogs-handler)](https://pypi.org/project/python-victorialogs-handler/)
7+
[![CI/CD](https://github.com/ErikKalkoken/python-victorialogs-handler/actions/workflows/cicd.yaml/badge.svg)](https://github.com/ErikKalkoken/python-victorialogs-handler/actions/workflows/cicd.yaml)
8+
[![codecov](https://codecov.io/gh/ErikKalkoken/python-victorialogs-handler/graph/badge.svg?token=2pPb3lid2k)](https://codecov.io/gh/ErikKalkoken/python-victorialogs-handler)
9+
[![license](https://img.shields.io/badge/license-MIT-green)](https://gitlab.com/ErikKalkoken/python-victorialogs-handler/-/blob/master/LICENSE)
10+
11+
In development...

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = ["requests"]
2525

2626
[project.urls]
27-
Home = "https://github.com/ErikKalkoken/evebuddy"
27+
Home = "https://github.com/ErikKalkoken/python-victorialogs-handler"
2828

2929
[project.optional-dependencies]
3030
test = ["requests-mock", "coverage"]

0 commit comments

Comments
 (0)