TDCRPy 0.0.12__tar.gz → 0.0.13__tar.gz

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.

Potentially problematic release.


This version of TDCRPy might be problematic. Click here for more details.

@@ -0,0 +1,3 @@
1
+ from Code import TDCRPy
2
+ from Code import TDCR_model_lib
3
+ from Code import TDCRoptimize
@@ -0,0 +1 @@
1
+ from Code.decayData import All-nuclides_BetaShape.zip
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.12
3
+ Version: 0.0.13
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.12
3
+ Version: 0.0.13
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -0,0 +1,18 @@
1
+ LICENCE.md
2
+ README.md
3
+ setup.py
4
+ Code/Activity_TDCR.py
5
+ Code/EfficiencyProfils.py
6
+ Code/TDCRPy.py
7
+ Code/TDCR_model_lib.py
8
+ Code/TDCRoptimize.py
9
+ Code/__init__.py
10
+ Code/decay.py
11
+ Code/test.py
12
+ Code/test1.py
13
+ Code/decayData/__init__.py
14
+ TDCRPy.egg-info/PKG-INFO
15
+ TDCRPy.egg-info/SOURCES.txt
16
+ TDCRPy.egg-info/dependency_links.txt
17
+ TDCRPy.egg-info/requires.txt
18
+ TDCRPy.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ Code
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
  import codecs
3
3
  import os
4
4
 
5
- VERSION = "0.0.12"
5
+ VERSION = "0.0.13"
6
6
  DESCRIPTION = "TDCR model"
7
7
 
8
8
  with open("README.md", "r") as f:
@@ -1,18 +0,0 @@
1
- LICENCE.md
2
- README.md
3
- setup.py
4
- TDCRPy.egg-info/PKG-INFO
5
- TDCRPy.egg-info/SOURCES.txt
6
- TDCRPy.egg-info/dependency_links.txt
7
- TDCRPy.egg-info/requires.txt
8
- TDCRPy.egg-info/top_level.txt
9
- tdcrpy/Activity_TDCR.py
10
- tdcrpy/EfficiencyProfils.py
11
- tdcrpy/TDCRPy.py
12
- tdcrpy/TDCR_model_lib.py
13
- tdcrpy/TDCRoptimize.py
14
- tdcrpy/__init__.py
15
- tdcrpy/decay.py
16
- tdcrpy/test.py
17
- tdcrpy/test1.py
18
- tdcrpy/decayData/__init__.py
@@ -1 +0,0 @@
1
- tdcrpy
@@ -1,3 +0,0 @@
1
- from tdcrpy import TDCRPy
2
- from tdcrpy import TDCR_model_lib
3
- from tdcrpy import TDCRoptimize
@@ -1 +0,0 @@
1
- from tdcrpy.decayData import All-nuclides_BetaShape.zip
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes