forked from sissaschool/sportran
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.json
52 lines (52 loc) · 1.78 KB
/
setup.json
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
{
"name": "thermocepstrum",
"version": "0.3.0",
"author": "Loris Ercole, Riccardo Bertossa, Sebastiano Bisacchi",
"author_email": "[email protected]",
"description": "Cepstral Data Analysis of current time series for Green-Kubo transport coefficients",
"license": "GPL 3",
"url": "https://github.com/lorisercole/thermocepstrum",
"keywords": "cepstral data analysis thermal conductivity transport coefficients physics green-kubo",
"python_requires": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"classifiers": [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Natural Language :: English",
"Topic :: Scientific/Engineering :: Physics",
"Environment :: Console"
],
"install_requires": [
"numpy>=1.12.0",
"scipy>=0.18.1",
"matplotlib>=2.2.0"
],
"extras_require": {
"pre-commit": [
"pre-commit>1.11.0",
"yapf>0.24.0"
],
"notebook": [
"jupyter==1.0.0"
],
"testing": [
"tox>=2.0",
"pytest>=4.0"
]
},
"entry_points": {
"console_scripts": [
"thermocepstrum-analysis=thermocepstrum.analysis:main"
]
},
"gui_version" : "0.1.0b",
"dev_state" : "alpha",
"release_date" : "NOT REL.",
"credits" : "developed at SISSA, Via Bonomea, 265 - 34136 Trieste ITALY"
}