Metadata-Version: 2.1
Name: ml4shiptelemetry
Version: 0.0.2
Summary: Ship data processing with Machine Learning
Author-email: Antony Zappacosta <antony.zappacosta@dlr.de>, Vytautas Jancauskas <vytautas.jancauskas@dlr.de>
Project-URL: Homepage, https://github.com/DLR-MF-DAS/ml4shiptelemetry
Project-URL: Issues, https://github.com/DLR-MF-DAS/ml4shiptelemetry/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: click
Requires-Dist: pdoc
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scikit-learn

# general-template
A general Python project template for MF-DAS

After initializing your project from this template I would advice to do the following:

* Enable GitHub Pages by going to Settings -> Pages and choosing to build Pages from workflows.
* Change the name of your package by checking out the project and doing `git mv src/project_name src/your_actual_project_name` where `your_actual_project_name` is the name you chose for your project. After that `git commit -am "change package name"` and `git push`.
* Change the project name and other information in the `pyproject.toml`.
