-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathznake.yaml
More file actions
79 lines (79 loc) · 1.98 KB
/
znake.yaml
File metadata and controls
79 lines (79 loc) · 1.98 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
znake:
info:
package: pycred
maintainer: Per Böhlin
maintainer_email: per.bohlin@devconsoft.se
short_description: Store user credentials
long_description: |
PyCred is an application and python3 library that allow storing and retrieving
user credentials for multiple systems.
changelog:
- version: 0.1.0
changes:
- "Working clear encryption, file storage, json serializer"
date: Tue, 10 Jul 2018 20:00:00 +0000
- version: 0.0.1
changes:
- "First draft"
date: Fri, 22 Jun 2018 12:00:00 +0000
license: '© 2018 DevConSoft All rights reserved, or under MIT license'
classifiers:
- 'Development Status :: 3 - Alpha'
- 'Intended Audience :: Developers'
- 'License :: MIT'
- 'Programming Language :: Python :: 3.4'
- 'Programming Language :: Python :: 3.5'
- 'Programming Language :: Python :: 3.6'
keywords: []
entry_points:
console_scripts:
- 'pycred = pycred.ui.__main__:main'
requirements:
- click==6.7
- coloredlogs==5.1.1
- cryptography==2.2.2
- py==1.5.3
- ruamel.yaml==0.15.40
package_data:
- package: pycred
include:
- .config.yaml
static:
packages:
- pycred
- systest
deb:
package: pycred
dependencies:
doc:
- user_guide
links:
- target: /opt/venvs/pycred/bin/pycred
link: /usr/bin/pycred
include:
- source: znaketools/pycred-bash-completion.sh
target: /etc/bash_completion.d/
doc:
targets:
- guide: user_guide
test:
packages:
- pycred
systest:
packages:
- systest.tests
vars:
config_file: systest/systest_config.yaml
debtest:
packages:
- systest.tests
- systest.debtests
vars:
config_file: systest/systest_config.yaml
dependencies:
"{build_dir}/doc/user_guide/html":
- doc/user_guide/**
- pycred/**
"{build_dir}/doc/user_guide/pdf":
- doc/user_guide/**
- pycred/**