We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51b553 commit 97ec6a2Copy full SHA for 97ec6a2
news/import_parser.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
+* import parsers modules in its __init__.py for consistent API.
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
src/diffpy/utils/parsers/__init__.py
@@ -13,3 +13,7 @@
#
##############################################################################
"""Various utilities related to data parsing and manipulation."""
+from diffpy.utils.parsers import loaddata
+from diffpy.utils.parsers import custom_exceptions
+from diffpy.utils.parsers import serialization
0 commit comments