mls-parser 0.0.6__py3-none-any.whl → 0.0.7__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.
- mls_parser/__init__.py +1 -1
- mls_parser/layout.peg +1 -1
- {mls_parser-0.0.6.dist-info → mls_parser-0.0.7.dist-info}/METADATA +1 -1
- mls_parser-0.0.7.dist-info/RECORD +13 -0
- mls_parser-0.0.6.dist-info/RECORD +0 -13
- {mls_parser-0.0.6.dist-info → mls_parser-0.0.7.dist-info}/LICENSE +0 -0
- {mls_parser-0.0.6.dist-info → mls_parser-0.0.7.dist-info}/WHEEL +0 -0
- {mls_parser-0.0.6.dist-info → mls_parser-0.0.7.dist-info}/entry_points.txt +0 -0
- {mls_parser-0.0.6.dist-info → mls_parser-0.0.7.dist-info}/top_level.txt +0 -0
mls_parser/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version = "0.0.
|
1
|
+
version = "0.0.7"
|
mls_parser/layout.peg
CHANGED
@@ -99,7 +99,7 @@ number = r'[1-9][0-9]*' // Always a positive integer
|
|
99
99
|
// Model element names
|
100
100
|
// A name is one or more words separated by a delimiter
|
101
101
|
delim = r'[ _]' // Delimiter to separate words in a name
|
102
|
-
word = r'[A-Za-z][A-Za-z0-9]*' // String of alpahnumeric text with no whitespace starting with alpha char
|
102
|
+
word = r'[A-Za-z][A-Za-z0-9?]*' // String of alpahnumeric text with no whitespace starting with alpha char
|
103
103
|
name = word (delim word)* // Sequence of delimited words forming a name
|
104
104
|
|
105
105
|
// Whitespace and comments
|
@@ -0,0 +1,13 @@
|
|
1
|
+
mls_parser/__init__.py,sha256=sgGw4W0QJsVSlMcJ_sYCGjJYO_Ijk_F-PWpp6nAwf54,18
|
2
|
+
mls_parser/__main__.py,sha256=NkowelWxc7cc6HRmcRRcWMdMShy0nKC4uO4Rm9EuB-g,1877
|
3
|
+
mls_parser/exceptions.py,sha256=_Vd2ROGt0fv5M4gyrAE_DoBn-xUAUS_tgj6MKMzlwt4,3052
|
4
|
+
mls_parser/layout.peg,sha256=qzlRZw64BpAGf_NSW91SfplouApse3Le8L4HrG2mmkQ,6018
|
5
|
+
mls_parser/layout_parser.py,sha256=fahdd8YeyJybJXZzz-lDoMi202Sv5UFJa0oGGmMiYcA,4854
|
6
|
+
mls_parser/layout_visitor.py,sha256=SjoeKKsLbtZ3xYYzgyJhBe4fJgnuRpj-M33AfG8eNoI,17994
|
7
|
+
mls_parser/log.conf,sha256=EL_8Pn8A7gz1IV_AODmgtQdBsOREtmhaoomIuAxMSLk,867
|
8
|
+
mls_parser-0.0.7.dist-info/LICENSE,sha256=kL0xVrwl2i3Pk9mQXAVAPANCTaLGGOsoXgvqW7TBs20,1072
|
9
|
+
mls_parser-0.0.7.dist-info/METADATA,sha256=cgJdZU2HyQ4BTZ0y6aGZS8UbrRvr6UN6Sq21knqP6G0,4032
|
10
|
+
mls_parser-0.0.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
11
|
+
mls_parser-0.0.7.dist-info/entry_points.txt,sha256=HsIgu1_OJw84-8oMi7zGKznq7oQgpviMC_HL46vsjVo,49
|
12
|
+
mls_parser-0.0.7.dist-info/top_level.txt,sha256=s_pWxPSrMvumqwFDqPVWrajhZO2giOrZg9acHgn6h8Q,11
|
13
|
+
mls_parser-0.0.7.dist-info/RECORD,,
|
@@ -1,13 +0,0 @@
|
|
1
|
-
mls_parser/__init__.py,sha256=tn1IuhVaXXM84_H4SaH9ixwoUn4gfVFHsjGRNdnZmec,18
|
2
|
-
mls_parser/__main__.py,sha256=NkowelWxc7cc6HRmcRRcWMdMShy0nKC4uO4Rm9EuB-g,1877
|
3
|
-
mls_parser/exceptions.py,sha256=_Vd2ROGt0fv5M4gyrAE_DoBn-xUAUS_tgj6MKMzlwt4,3052
|
4
|
-
mls_parser/layout.peg,sha256=jJFYRSGE6BJZLiyJeTgrLHBNne3HI27zZ7Z9Czfi2OY,6017
|
5
|
-
mls_parser/layout_parser.py,sha256=fahdd8YeyJybJXZzz-lDoMi202Sv5UFJa0oGGmMiYcA,4854
|
6
|
-
mls_parser/layout_visitor.py,sha256=SjoeKKsLbtZ3xYYzgyJhBe4fJgnuRpj-M33AfG8eNoI,17994
|
7
|
-
mls_parser/log.conf,sha256=EL_8Pn8A7gz1IV_AODmgtQdBsOREtmhaoomIuAxMSLk,867
|
8
|
-
mls_parser-0.0.6.dist-info/LICENSE,sha256=kL0xVrwl2i3Pk9mQXAVAPANCTaLGGOsoXgvqW7TBs20,1072
|
9
|
-
mls_parser-0.0.6.dist-info/METADATA,sha256=UvZW5Ogcew8-5Q1sNmYsL6nrP0UYgQfWaY5d1GlIqfw,4032
|
10
|
-
mls_parser-0.0.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
11
|
-
mls_parser-0.0.6.dist-info/entry_points.txt,sha256=HsIgu1_OJw84-8oMi7zGKznq7oQgpviMC_HL46vsjVo,49
|
12
|
-
mls_parser-0.0.6.dist-info/top_level.txt,sha256=s_pWxPSrMvumqwFDqPVWrajhZO2giOrZg9acHgn6h8Q,11
|
13
|
-
mls_parser-0.0.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|