Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/refactoring #6

Merged
merged 100 commits into from
Jun 25, 2019
Merged

Features/refactoring #6

merged 100 commits into from
Jun 25, 2019

Conversation

MGlauer
Copy link
Contributor

@MGlauer MGlauer commented Jun 12, 2019

This pull request introduces a python-based internal structure for OEP metadata and four major concepts

  1. Dialects: A dialect is a representation of the general metadata format. The aim is to design a flexible format to allow the integration of different metadata formats
  2. Parser: Loads internal structure from strings or a dialect specific format (JSON, RDF)
  3. Compiler: Translates internal structure to dialect specific format
  4. Renderer: Transforms dialect specific format into a string

@MGlauer
Copy link
Contributor Author

MGlauer commented Jun 12, 2019

Closes #1

@MGlauer
Copy link
Contributor Author

MGlauer commented Jun 12, 2019

Closes #2

Copy link
Collaborator

@christian-rli christian-rli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow. That's a lot of new code. I'm glad I saw that some functions survived. Build and installation seem to work, tests pass in tox, but to be honest, I wasn't able to figure out how to actually use the tool now.



def main():
cli()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd just like to state and thereby express my appreciation of how clean this looks.

"BSL-1.0": "https://spdx.org/licenses/BSL-1.0.html",
"Bahyph": "https://spdx.org/licenses/Bahyph.html",
"Barr": "https://spdx.org/licenses/Barr.html",
"Beerware": "https://spdx.org/licenses/Beerware.html",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm really glad to find this included.

@MGlauer MGlauer merged commit b69b009 into master Jun 25, 2019
@Bachibouzouk Bachibouzouk deleted the features/refactoring branch September 9, 2019 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants