risk-network 0.0.13b0__py3-none-any.whl → 0.0.13b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- risk/__init__.py +1 -1
- {risk_network-0.0.13b0.dist-info → risk_network-0.0.13b1.dist-info}/METADATA +6 -4
- {risk_network-0.0.13b0.dist-info → risk_network-0.0.13b1.dist-info}/RECORD +6 -6
- {risk_network-0.0.13b0.dist-info → risk_network-0.0.13b1.dist-info}/WHEEL +1 -1
- {risk_network-0.0.13b0.dist-info → risk_network-0.0.13b1.dist-info}/licenses/LICENSE +0 -0
- {risk_network-0.0.13b0.dist-info → risk_network-0.0.13b1.dist-info}/top_level.txt +0 -0
risk/__init__.py
CHANGED
@@ -1,12 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: risk-network
|
3
|
-
Version: 0.0.
|
4
|
-
Summary: A Python package for biological network analysis
|
3
|
+
Version: 0.0.13b1
|
4
|
+
Summary: A Python package for biological network analysis.
|
5
5
|
Author-email: Ira Horecka <ira89@icloud.com>
|
6
6
|
License: GPL-3.0-or-later
|
7
|
-
Project-URL: Homepage, https://github.com/
|
7
|
+
Project-URL: Homepage, https://github.com/risk-portal/network
|
8
|
+
Project-URL: Issues, https://github.com/risk-portal/network/issues
|
9
|
+
Classifier: Development Status :: 4 - Beta
|
8
10
|
Classifier: Intended Audience :: Developers
|
9
11
|
Classifier: Intended Audience :: Science/Research
|
12
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
10
13
|
Classifier: Operating System :: OS Independent
|
11
14
|
Classifier: Programming Language :: Python :: 3
|
12
15
|
Classifier: Programming Language :: Python :: 3.8
|
@@ -15,7 +18,6 @@ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
15
18
|
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
16
19
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
17
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
18
|
-
Classifier: Development Status :: 4 - Beta
|
19
21
|
Requires-Python: >=3.8
|
20
22
|
Description-Content-Type: text/markdown
|
21
23
|
License-File: LICENSE
|
@@ -1,4 +1,4 @@
|
|
1
|
-
risk/__init__.py,sha256=
|
1
|
+
risk/__init__.py,sha256=nMX1ybFdXyTBR5uXYb1dGPaE-_PpfucXyb9Vdbx7ujc,127
|
2
2
|
risk/risk.py,sha256=Wjuxob5bI70Tpz9t71i05g94AQ3qXEMjfEcm5IV9HSY,1118
|
3
3
|
risk/annotation/__init__.py,sha256=1EbGo41ClQb5ESTtitjOhrZhaLzzwr5aT-RYDX8w-h4,185
|
4
4
|
risk/annotation/annotation.py,sha256=OE859FpVnp69hDi1cN_CQqeiG0SrJ2ZCuIdQKzY-gt0,14675
|
@@ -33,8 +33,8 @@ risk/network/plotter/network.py,sha256=c9rPQ5mjil0sxVQnprRaKMAUqT6PZmKiATWz0m-Tv
|
|
33
33
|
risk/network/plotter/plotter.py,sha256=WZcOrBW3vBQ_aLwv8c8pXJO8ZlyswHHHfEsiLxzEYaI,6121
|
34
34
|
risk/network/plotter/utils/colors.py,sha256=xZt4877ORTQqySiMh-tUGe0sXvhLbXO04iGNeBDkbbw,19144
|
35
35
|
risk/network/plotter/utils/layout.py,sha256=Lty16T-Q-oWwo9fXqm-nnS_dMS3BMhuFt4SFqxFC3Ng,3610
|
36
|
-
risk_network-0.0.
|
37
|
-
risk_network-0.0.
|
38
|
-
risk_network-0.0.
|
39
|
-
risk_network-0.0.
|
40
|
-
risk_network-0.0.
|
36
|
+
risk_network-0.0.13b1.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
37
|
+
risk_network-0.0.13b1.dist-info/METADATA,sha256=6ORUwFQ6Zhxix1e8aiah4Li__dnhGDcIJ369vagqXrg,6826
|
38
|
+
risk_network-0.0.13b1.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
39
|
+
risk_network-0.0.13b1.dist-info/top_level.txt,sha256=NX7C2PFKTvC1JhVKv14DFlFAIFnKc6Lpsu1ZfxvQwVw,5
|
40
|
+
risk_network-0.0.13b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|