-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.yml
More file actions
38 lines (31 loc) · 986 Bytes
/
package.yml
File metadata and controls
38 lines (31 loc) · 986 Bytes
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
name: pyvboxmanage
version: 0.4.2
license: BSD2
author: Nicholas de Jong <me@nicholasdejong.com>
description: Wrapper tool around VBoxManage that facilitates the orchestration of VBoxManage commands from a simple YAML configuration file that matches the input opts/args for VBoxManage.
url: https://pyvboxmanage.readthedocs.io
typed: false
entrypoints:
console_scripts:
- pyvboxmanage = pyvboxmanage.cli.entrypoints:pyvboxmanage
test-driver:
type: pytest
requirements:
- python ^3.5
- click >=7.1
- pyyaml
classifiers:
- "Environment :: Console"
- "Intended Audience :: Developers"
- "Intended Audience :: Information Technology"
- "Programming Language :: Python :: 3.5"
- "Programming Language :: Python :: 3.6"
- "Programming Language :: Python :: 3.7"
- "Programming Language :: Python :: 3.8"
- "Programming Language :: Python :: 3.9"
- "License :: OSI Approved :: BSD License"
keywords:
- "virtuabox"
- "vbox"
- "vboxmanage"
- "devops"