TDCRPy 0.0.59__py3-none-any.whl → 0.0.60__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.

Potentially problematic release.


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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.59
3
+ Version: 0.0.60
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -28,10 +28,10 @@ tdcrpy/docs/_build/html/py-modindex.html,sha256=5A2ePSMTRgs_5OJaJFzZiRC5kNoUEx77
28
28
  tdcrpy/docs/_build/html/search.html,sha256=NBMD-Ue8PuwNkgzZf6l57JmygE8O6Rrj6A6vVylAIiA,3832
29
29
  tdcrpy/docs/_build/html/source/modules.html,sha256=F8HKsi_oxQqJL8zvOsu5o4Hjj9sP0ft3B-qWkgHaoi4,9331
30
30
  tdcrpy/docs/_build/html/source/tdcrpy.html,sha256=U6cUhBwu0006Cut6JTvsG833-Vdkg-wetXL4GqWUU5M,80675
31
- tdcrpy/tests/__init__.py,sha256=1qt2g8qZIl1xXf_jBg09U7c-C9JM2jxgyVDpwq0kFN8,36
32
- tdcrpy/tests/test_tdcpy.py,sha256=sNfRmDdaM8fxZZ50iT_15ORXJ4laai0cSp4V9FYty5w,3450
33
- TDCRPy-0.0.59.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
34
- TDCRPy-0.0.59.dist-info/METADATA,sha256=ef0y2GfTJfKjC33N-JTfGAFtJJwQ0LzA_Da0MiJZuGc,2111
35
- TDCRPy-0.0.59.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
36
- TDCRPy-0.0.59.dist-info/top_level.txt,sha256=VgPJa9YJ7fi8wrr9qDJPLhu3tK1BcFRIP6Ib4r3BEfs,7
37
- TDCRPy-0.0.59.dist-info/RECORD,,
31
+ tdcrpy/tests/__init__.py,sha256=my257xX92UfE5q_v64pgaVPdBi4Uv5Tqumx8tNIlhmw,18
32
+ tdcrpy/tests/test_tdcrpy.py,sha256=sNfRmDdaM8fxZZ50iT_15ORXJ4laai0cSp4V9FYty5w,3450
33
+ TDCRPy-0.0.60.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
34
+ TDCRPy-0.0.60.dist-info/METADATA,sha256=09YYplpvrA9h6NCpsr3IVAvyTUv8v3MUmhL3NB4w1-E,2111
35
+ TDCRPy-0.0.60.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
36
+ TDCRPy-0.0.60.dist-info/top_level.txt,sha256=VgPJa9YJ7fi8wrr9qDJPLhu3tK1BcFRIP6Ib4r3BEfs,7
37
+ TDCRPy-0.0.60.dist-info/RECORD,,
tdcrpy/tests/__init__.py CHANGED
@@ -1 +1 @@
1
- from tdcrpy.tests import test_tdcrpy
1
+ import test_tdcrpy
File without changes