Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Apr 22, 2024
1 parent af68ae7 commit 20586ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RadixTarget

[![Python Version](https://img.shields.io/badge/python-3.9+)](https://www.python.org) [![License](https://img.shields.io/badge/license-GPLv3.svg)](https://github.com/blacklanternsecurity/radixtarget/blob/master/LICENSE) [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Tests](https://github.com/blacklanternsecurity/radixtarget/actions/workflows/tests.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/radixtarget/actions?query=workflow%3A"tests") [![Codecov](https://codecov.io/gh/blacklanternsecurity/radixtarget/branch/dev/graph/badge.svg?token=IR5AZBDM5K)](https://codecov.io/gh/blacklanternsecurity/radixtarget)

RadixTarget is a performant radix implementation designed for quick lookups of IP addresses/networks and DNS hostnames. Written in pure python and capable of roughly 100,000 lookups per second regardless of the size of the database.

Used by:
Expand Down
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
range: 25..75
round: up
precision: 0
status:
project: off
patch: off
github_checks: false

0 comments on commit 20586ab

Please sign in to comment.