-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathsetup.json
More file actions
71 lines (71 loc) · 1.93 KB
/
setup.json
File metadata and controls
71 lines (71 loc) · 1.93 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
{
"install_requires": [
"decorator<5",
"future",
"numpy",
"pyparsing<3",
"six"
],
"tests_require": [],
"srcdir": "src",
"package_name": "PyContracts3",
"entry_points": {
"console_scripts": []
},
"zip_safe": true,
"include_package_data": true,
"packages": [
"contracts",
"contracts.library",
"contracts.useful_contracts"
],
"py_modules": [
"contracts",
"contracts.backported",
"contracts.docstring_parsing",
"contracts.enabling",
"contracts.inspection",
"contracts.interface",
"contracts.library",
"contracts.library.arithmetic",
"contracts.library.array",
"contracts.library.array_ops",
"contracts.library.attributes",
"contracts.library.collection",
"contracts.library.comparison",
"contracts.library.compositions",
"contracts.library.datetime_tz",
"contracts.library.dicts",
"contracts.library.dummy",
"contracts.library.extensions",
"contracts.library.files",
"contracts.library.isinstance_imp",
"contracts.library.lists",
"contracts.library.map",
"contracts.library.miscellaneous_aliases",
"contracts.library.scoped_variables",
"contracts.library.separate_context",
"contracts.library.seq",
"contracts.library.sets",
"contracts.library.simple_values",
"contracts.library.strings",
"contracts.library.suggester",
"contracts.library.tuple",
"contracts.library.types_misc",
"contracts.library.variables",
"contracts.main",
"contracts.main_actual",
"contracts.metaclass",
"contracts.pyparsing_utils",
"contracts.syntax",
"contracts.test_registrar",
"contracts.useful_contracts",
"contracts.useful_contracts.numbers",
"contracts.useful_contracts.numpy_specific",
"contracts.utils"
],
"version": "7.2",
"author": "Andrea Censi",
"author_email": "AndreaCensi@users.noreply.github.com",
"url": "https://github.com/AndreaCensi/contracts"
}