-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 create package structure for first draft #3
Conversation
…PythonPath. This is no longer necessary. Installing the current package in "editable" mode, using the pip install -e option, solves the issue and removes the need to manually add /src to the PythonPath environment variable.
…t package in "editable" mode, using the pip install -e option. This removes the need to manually add /src to the PythonPath environment variable in order for debugging and tests to work.
…int] subsection introduced by ruff in v0.2
… schemata. The json files are now indented, hence easier to read by humans.
…) / docs / schema
…hat makes sure to (re-)generate the schema and corresponding documentation. This to ensure that the documentation always represents the latest state of the pydantic models in src/maritime_schema/types
@StanleyYoo @tomarnepedersen @davidhjp01 @minhemdnv Hi Stanley, Tom Arne, David and Minos, If you want to install the maritime-schema package as a dependency into any other project, you can already do so by using pip install maritime-schema==0.0.3b3 The documentation is published here: I was able to tie in the html docs from the schema into the Sphinx documentation, so that both the Python API and the JSON schemata are in the same documentation. The html pages of schema documentation are maybe not perfectly rendered / beautiful yet. With a bit of research (html and ccs and that stuff is not exactly my expertise, happy for any support), I am sure we can visually pimp it. Most importantly, though; Let us make sure the package works at first as you expect. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my end, it works. it needs to be applied to affected repos, e.g. caga-communicator and caga-evaluator.
No description provided.