mls-parser 0.0.5__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 CHANGED
@@ -1 +1 @@
1
- version = "0.0.5"
1
+ version = "0.0.7"
mls_parser/exceptions.py CHANGED
@@ -30,7 +30,7 @@ class LayoutInputFileOpen(MLSIOException):
30
30
  self.path = path
31
31
 
32
32
  def __str__(self):
33
- return f'{pre}Parser cannot open this layout file: "{self.path}"{post}'
33
+ return f'{pre}Cannot open this layout file: "{self.path}"{post}'
34
34
 
35
35
  class LayoutInputFileEmpty(MLSIOException):
36
36
  def __init__(self, path):
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
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: mls-parser
3
- Version: 0.0.5
3
+ Version: 0.0.7
4
4
  Summary: Flatland Model Layout Sheet Parser
5
5
  Author-email: Leon Starr <leon_starr@modelint.com>
6
6
  License: MIT License
@@ -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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,13 +0,0 @@
1
- mls_parser/__init__.py,sha256=NLbymOiKxxP3U7jEcQQX0yizNeEChdSH8Me9tVL0BaA,18
2
- mls_parser/__main__.py,sha256=NkowelWxc7cc6HRmcRRcWMdMShy0nKC4uO4Rm9EuB-g,1877
3
- mls_parser/exceptions.py,sha256=hJx2OZPTEFOS4RqZJfH0meqV4ZzH7iBP7O9fXLV_McI,3059
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.5.dist-info/LICENSE,sha256=kL0xVrwl2i3Pk9mQXAVAPANCTaLGGOsoXgvqW7TBs20,1072
9
- mls_parser-0.0.5.dist-info/METADATA,sha256=arTosYQedVVy2qO5_oIkHZ8Ja8XeZPaUGVszfSJVYfw,4032
10
- mls_parser-0.0.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
11
- mls_parser-0.0.5.dist-info/entry_points.txt,sha256=HsIgu1_OJw84-8oMi7zGKznq7oQgpviMC_HL46vsjVo,49
12
- mls_parser-0.0.5.dist-info/top_level.txt,sha256=s_pWxPSrMvumqwFDqPVWrajhZO2giOrZg9acHgn6h8Q,11
13
- mls_parser-0.0.5.dist-info/RECORD,,