Skip to content

NEW: restructure using a python module/library instead of one big file #16

@mscheinert

Description

@mscheinert

Description

Currently, the mkReadme script is a monolith. This makes it less re-usable for other developments (or our own).
A better approach would be a module/library, that can be easily imported.

Proposed Solution

Split the mkReadme script into two parts: one module and one 'executable' which imports the module.
Ultimate goal: nemo-simsar can be installed via pip & co.

Relations

  • mkReadme script
  • Dokumentation: We could add a API Reference
  • Directory structure of this project

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions