-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.yml
44 lines (36 loc) · 1.02 KB
/
package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: arpwitch
version: 0.3.10
author: Nicholas de Jong <[email protected]>
license: BSD2
description: A modern arpwatch replacement with JSON formatted outputs and easy options to exec commands when network changes are observed.
url: https://arpwitch.readthedocs.io/
typed: false
entrypoints:
console_scripts:
- arpwitch = arpwitch.cli.entrypoints:arpwitch
test-drivers:
- type: pytest
parallelism: 8
- type: pylint
args: [ '--fail-under=9.0', '--ignore=vendor', '--ignore=tests', '--indent-string=" "', '--disable=W1202,W1203,C0209' ]
templates:
- type: pylintrc
use: shut
requirements:
- python ^3.6
- scapy[basic]
- psutil
- ouilookup
classifiers:
- "Environment :: Console"
- "Intended Audience :: System Administrators"
- "Intended Audience :: Information Technology"
- "Topic :: System :: Networking :: Monitoring"
- "Programming Language :: Python :: 3"
- "License :: OSI Approved :: BSD License"
keywords:
- 'arpwitch'
- 'arpwatch'
- 'arp'
- 'network'
- 'security'