FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
plasma-python/setup.py at v0.9 · PPPLDeepLearning/plasma-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PPPLDeepLearning
/
plasma-python
Public
Notifications
You must be signed in to change notification settings
Fork
44
Star
92
Code
Issues
21
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
plasma-python
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (30 loc) · 1.31 KB
Breadcrumbs
plasma-python
/
setup.py
Copy path
File metadata and controls
32 lines (30 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
import
sys
from
setuptools
import
setup
,
find_packages
import
plasma
.
version
setup
(
name
=
"plasma"
,
version
=
plasma
.
version
.
__version__
,
packages
=
find_packages
(),
#scripts = [""],
description
=
"PPPL deep learning package."
,
long_description
=
"""Add description here"""
,
author
=
"Julian Kates-Harbeck, Alexey Svyatkovskiy"
,
author_email
=
"jkatesharbeck@g.harvard.edu"
,
maintainer
=
"Alexey Svyatkovskiy"
,
maintainer_email
=
"alexeys@princeton.edu"
,
#url = "http://",
download_url
=
"https://github.com/PPPLDeepLearning/plasma-python"
,
#license = "Apache Software License v2",
test_suite
=
"tests"
,
install_requires
=
[
'keras'
,
'theano'
,
'pathos'
,
'matplotlib'
],
tests_require
=
[],
classifiers
=
[
"Development Status :: 3 - Alpha"
,
"Environment :: Console"
,
"Intended Audience :: Science/Research"
,
"Programming Language :: Python"
,
"Topic :: Scientific/Engineering :: Information Analysis"
,
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Scientific/Engineering :: Mathematics"
,
"Topic :: System :: Distributed Computing"
,
],
platforms
=
"Any"
,
)
Back
|
FazBrowse Home
|
New Git URL