-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,22 @@ | |
# https://setuptools.pypa.io/en/latest/references/keywords.html | ||
|
||
[metadata] | ||
name = dachshund | ||
name = hond | ||
description = Metrics Ingestion and Alerting Reimagined. | ||
author = Clivern | ||
author_email = [email protected] | ||
license = MIT | ||
license_files = LICENSE.txt | ||
long_description = file: README.rst | ||
long_description_content_type = text/x-rst | ||
url = https://github.com/uptimedog/dachshund/ | ||
url = https://github.com/clevenio/hond/ | ||
# Add here related links, for example: | ||
project_urls = | ||
Documentation = https://github.com/uptimedog/dachshund/ | ||
Source = https://github.com/uptimedog/dachshund/ | ||
Changelog = https://github.com/uptimedog/dachshund/blob/main/CHANGELOG.rst | ||
Tracker = https://github.com/uptimedog/dachshund/issues | ||
Download = https://pypi.org/project/dachshund/#files | ||
Documentation = https://github.com/clevenio/hond/ | ||
Source = https://github.com/clevenio/hond/ | ||
Changelog = https://github.com/clevenio/hond/blob/main/CHANGELOG.rst | ||
Tracker = https://github.com/clevenio/hond/issues | ||
Download = https://pypi.org/project/hond/#files | ||
|
||
# Change if running only on Windows, Mac or Linux (comma-separated) | ||
platforms = any | ||
|
@@ -61,7 +61,7 @@ exclude = | |
|
||
[options.extras_require] | ||
# Add here additional requirements for extra features, to install with: | ||
# `pip install Dachshund[PDF]` like: | ||
# `pip install Hond[PDF]` like: | ||
# PDF = ReportLab; RXP | ||
|
||
# Add here test requirements (semicolon/line-separated) | ||
|
@@ -75,10 +75,10 @@ testing = | |
[options.entry_points] | ||
# Add here console scripts like: | ||
# console_scripts = | ||
# script_name = dachshund.module:function | ||
# script_name = hond.module:function | ||
# For example: | ||
# console_scripts = | ||
# fibonacci = dachshund.runner:run | ||
# fibonacci = hond.runner:run | ||
# And any other entry points, for example: | ||
# pyscaffold.cli = | ||
# awesome = pyscaffoldext.awesome.extension:AwesomeExtension | ||
|
@@ -90,7 +90,7 @@ testing = | |
# CAUTION: --cov flags may prohibit setting breakpoints while debugging. | ||
# Comment those flags to avoid this pytest issue. | ||
addopts = | ||
--cov dachshund --cov-report term-missing | ||
--cov hond --cov-report term-missing | ||
--verbose | ||
norecursedirs = | ||
dist | ||
|
@@ -124,4 +124,4 @@ exclude = | |
# PyScaffold's parameters when the project was created. | ||
# This will be used when updating. Do not change! | ||
version = 4.1.1 | ||
package = dachshund | ||
package = hond |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
import pytest | ||
|
||
from dachshund.metric import Metric | ||
from hond.metric import Metric | ||
|
||
|
||
def test_metric(): | ||
|