Metadata-Version: 2.2
Name: MachSysS
Version: 0.7.0
Summary: Machinery System Structure for interface
Home-page: https://github.com/SINTEF/FEEMS
Author: Kevin Koosup Yum
Author-email: kevinkoosup.yum@sintef.no
License: Apache Software License 2.0
Keywords: FEEMS protobuf system structure
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip
Requires-Dist: packaging
Requires-Dist: protobuf~=4.21.12
Provides-Extra: dev
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Creating python classes for protobuf
```
protoc -I=proto --python_out=system_structure/proto proto/system_structure.proto
```
