diff --git a/src/yapsut.egg-info/PKG-INFO b/src/yapsut.egg-info/PKG-INFO new file mode 100644 index 0000000000000000000000000000000000000000..f30e986a338e0f8888de24418366171b80917ca1 --- /dev/null +++ b/src/yapsut.egg-info/PKG-INFO @@ -0,0 +1,20 @@ +Metadata-Version: 2.1 +Name: yapsut +Version: 0.0.1 +Summary: Yet Another Python Science Utilty Toolkit +Author-email: Michele Maris <michele.maris@inaf.it> +Project-URL: Homepage, https://www.ict.inaf.it/gitlab/michele.maris/yapsut +Project-URL: Bug Tracker, https://www.ict.inaf.it/gitlab/michele.maris/yapsut/issues +Classifier: Programming Language :: Python :: 3 +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +License-File: LICENSE + +YAPSUT +Yet Another Python Science Utilty Toolkit + +M.Maris - 0.0 - 2022 dec 01 - + + diff --git a/src/yapsut.egg-info/SOURCES.txt b/src/yapsut.egg-info/SOURCES.txt new file mode 100644 index 0000000000000000000000000000000000000000..0391dddc9a043f6480162575e2d53e291cd2d76b --- /dev/null +++ b/src/yapsut.egg-info/SOURCES.txt @@ -0,0 +1,37 @@ +LICENSE +README.md +pyproject.toml +src/yapsut/AppendableDict.py +src/yapsut/DummyCLI.py +src/yapsut/__init__.py +src/yapsut/blackbody_mks.py +src/yapsut/colored_noise.py +src/yapsut/files.py +src/yapsut/geometry.py +src/yapsut/graphics.py +src/yapsut/grep.py +src/yapsut/intervalls.py +src/yapsut/mks.py +src/yapsut/montecarlo_fitting.py +src/yapsut/nearly_even_split.py +src/yapsut/periodic_stats.py +src/yapsut/profiling.py +src/yapsut/pyblocks.py +src/yapsut/roto_translation.py +src/yapsut/stats.py +src/yapsut/struct.py +src/yapsut/template_subs.py +src/yapsut/vectorized_elemental_rotations.py +src/yapsut/wavenumber_base.py +src/yapsut/ya_config.py +src/yapsut/ya_extended_csv.py +src/yapsut/ya_hdr_parser.py +src/yapsut.egg-info/PKG-INFO +src/yapsut.egg-info/SOURCES.txt +src/yapsut.egg-info/dependency_links.txt +src/yapsut.egg-info/top_level.txt +src/yapsut/dev/grid2d.py +src/yapsut/planck_legacy/cgs_blackbody.py +src/yapsut/planck_legacy/cosmological_dipole.py +src/yapsut/planck_legacy/time_support.py +src/yapsut/planck_legacy/vec3dict.py \ No newline at end of file diff --git a/src/yapsut.egg-info/dependency_links.txt b/src/yapsut.egg-info/dependency_links.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/src/yapsut.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/src/yapsut.egg-info/top_level.txt b/src/yapsut.egg-info/top_level.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b3ae0efe89fe829b2c2aa8714d8ff8efbfb1047 --- /dev/null +++ b/src/yapsut.egg-info/top_level.txt @@ -0,0 +1 @@ +yapsut