Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-caichac-DHI authored Jan 28, 2025
1 parent 356fbd3 commit f41fa61
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
# my_library: Template Python repository
# metocean_units

This repository serves as a template for creating a Python library

## How do I use this?

1. Create a new repository in GitHub with this repo as a starting point
![](images/new_repo.png)

2. Change all occurences of `my_library` to match the name of your new library

3. Consider if the [license](LICENSE) should be modified.


## Additional resources

If you're interested in learning more about best practices for developing Python packages, check out the following resources:

- [Python Package Development at DHI](https://dhi.github.io/python-package-development/)
- [Scientific Python Library Development Guide](https://learn.scientific-python.org/development/)
This repository is a simple library with a units mapping dictionary (long names, short names, units, description) for different workflows.
Goal is to have ca entralized unit database.

0 comments on commit f41fa61

Please sign in to comment.