evefile 0.1.0__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.
evefile/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """evefile package
2
+
3
+ Transitional package to read eveH5 files containing synchrotron radiometry
4
+ data recorded at BESSY/MLS in Berlin.
5
+ """
6
+
7
+ # Import facade class
8
+ from evefile.boundaries.evefile import EveFile # noqa
@@ -0,0 +1 @@
1
+ """Interfaces of the evefile package: facades and resources."""