cdxcore 0.1.5__tar.gz → 0.1.9__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 cdxcore might be problematic. Click here for more details.

Files changed (59) hide show
  1. cdxcore-0.1.9/PKG-INFO +27 -0
  2. cdxcore-0.1.9/README.md +3 -0
  3. cdxcore-0.1.9/cdxcore/__init__.py +7 -0
  4. cdxcore-0.1.9/cdxcore/config.py +2300 -0
  5. cdxcore-0.1.9/cdxcore/crman.py +175 -0
  6. cdxcore-0.1.9/cdxcore/err.py +371 -0
  7. cdxcore-0.1.9/cdxcore/pretty.py +468 -0
  8. cdxcore-0.1.9/cdxcore/pretty.py_bak.py +750 -0
  9. cdxcore-0.1.9/cdxcore/subdir.py +3854 -0
  10. {cdxcore-0.1.5 → cdxcore-0.1.9}/cdxcore/uniquehash.py +515 -363
  11. cdxcore-0.1.9/cdxcore/util.py +982 -0
  12. cdxcore-0.1.9/cdxcore/verbose.py +838 -0
  13. cdxcore-0.1.9/cdxcore/version.py +661 -0
  14. cdxcore-0.1.9/cdxcore.egg-info/PKG-INFO +27 -0
  15. {cdxcore-0.1.5 → cdxcore-0.1.9}/cdxcore.egg-info/SOURCES.txt +19 -13
  16. {cdxcore-0.1.5 → cdxcore-0.1.9}/cdxcore.egg-info/requires.txt +1 -0
  17. {cdxcore-0.1.5 → cdxcore-0.1.9}/cdxcore.egg-info/top_level.txt +3 -2
  18. cdxcore-0.1.9/docs/source/conf.py +123 -0
  19. cdxcore-0.1.9/docs2/source/conf.py +35 -0
  20. {cdxcore-0.1.5 → cdxcore-0.1.9}/pyproject.toml +3 -3
  21. cdxcore-0.1.9/tests/test_config.py +502 -0
  22. cdxcore-0.1.9/tests/test_crman.py +54 -0
  23. cdxcore-0.1.9/tests/test_err.py +86 -0
  24. cdxcore-0.1.9/tests/test_pretty.py +404 -0
  25. cdxcore-0.1.9/tests/test_subdir.py +289 -0
  26. cdxcore-0.1.9/tests/test_uniquehash.py +484 -0
  27. {cdxcore-0.1.5 → cdxcore-0.1.9}/tests/test_util.py +122 -83
  28. cdxcore-0.1.9/tests/test_verbose.py +119 -0
  29. cdxcore-0.1.9/tests/test_version.py +153 -0
  30. cdxcore-0.1.9/up/git_message.py +7 -0
  31. cdxcore-0.1.5/PKG-INFO +0 -1418
  32. cdxcore-0.1.5/README.md +0 -1395
  33. cdxcore-0.1.5/cdxcore/__init__.py +0 -15
  34. cdxcore-0.1.5/cdxcore/config.py +0 -1633
  35. cdxcore-0.1.5/cdxcore/crman.py +0 -105
  36. cdxcore-0.1.5/cdxcore/logger.py +0 -319
  37. cdxcore-0.1.5/cdxcore/prettydict.py +0 -388
  38. cdxcore-0.1.5/cdxcore/prettyobject.py +0 -64
  39. cdxcore-0.1.5/cdxcore/subdir.py +0 -2963
  40. cdxcore-0.1.5/cdxcore/util.py +0 -1041
  41. cdxcore-0.1.5/cdxcore/verbose.py +0 -403
  42. cdxcore-0.1.5/cdxcore/version.py +0 -402
  43. cdxcore-0.1.5/cdxcore.egg-info/PKG-INFO +0 -1418
  44. cdxcore-0.1.5/conda/conda_exists.py +0 -10
  45. cdxcore-0.1.5/conda/conda_modify_yaml.py +0 -42
  46. cdxcore-0.1.5/tests/_cdxbasics.py +0 -1086
  47. cdxcore-0.1.5/tests/test_uniquehash.py +0 -469
  48. cdxcore-0.1.5/up/git_message.py +0 -7
  49. {cdxcore-0.1.5 → cdxcore-0.1.9}/LICENSE +0 -0
  50. {cdxcore-0.1.5 → cdxcore-0.1.9}/cdxcore.egg-info/dependency_links.txt +0 -0
  51. {cdxcore-0.1.5 → cdxcore-0.1.9}/setup.cfg +0 -0
  52. {cdxcore-0.1.5/cdxcore → cdxcore-0.1.9/tmp}/deferred.py +0 -0
  53. {cdxcore-0.1.5/cdxcore → cdxcore-0.1.9/tmp}/dynaplot.py +0 -0
  54. {cdxcore-0.1.5/cdxcore → cdxcore-0.1.9/tmp}/filelock.py +0 -0
  55. {cdxcore-0.1.5/cdxcore → cdxcore-0.1.9/tmp}/jcpool.py +0 -0
  56. {cdxcore-0.1.5/cdxcore → cdxcore-0.1.9/tmp}/np.py +0 -0
  57. {cdxcore-0.1.5/cdxcore → cdxcore-0.1.9/tmp}/npio.py +0 -0
  58. {cdxcore-0.1.5/cdxcore → cdxcore-0.1.9/tmp}/sharedarray.py +0 -0
  59. {cdxcore-0.1.5 → cdxcore-0.1.9}/up/pip_modify_setup.py +0 -0
cdxcore-0.1.9/PKG-INFO ADDED
@@ -0,0 +1,27 @@
1
+ Metadata-Version: 2.4
2
+ Name: cdxcore
3
+ Version: 0.1.9
4
+ Summary: Basic Python Tools; upgraded cdxbasics
5
+ Author-email: Hans Buehler <github@buehler.london>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/hansbuehler/cdxcore
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.12
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: numpy
14
+ Requires-Dist: pandas
15
+ Requires-Dist: matplotlib
16
+ Requires-Dist: sortedcontainers
17
+ Requires-Dist: psutil
18
+ Requires-Dist: jsonpickle
19
+ Requires-Dist: numba
20
+ Requires-Dist: joblib
21
+ Requires-Dist: blosc
22
+ Requires-Dist: mkdocstrings[python]>=0.18
23
+ Dynamic: license-file
24
+
25
+ # cdxcore
26
+ Under construction.
27
+
@@ -0,0 +1,3 @@
1
+ # cdxcore
2
+ Under construction.
3
+
@@ -0,0 +1,7 @@
1
+ # -*- coding: utf-8 -*-
2
+ """
3
+ Created on June 2022
4
+ @author: hansb
5
+ """
6
+
7
+ __version__ = "0.1.9" # auto-updated by setup.py