Skip to content

Commit

Permalink
Merge pull request #12 from KentVejrupMadsen/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
KentVejrupMadsen authored Jun 18, 2023
2 parents 79663a4 + 93a0248 commit 5094f8a
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

*.sh text diff=sh eol=lf
*.py text diff=python eol=lf

*.ipynb text eol=lf
*.toml text eol=lf

Expand Down
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
2 changes: 1 addition & 1 deletion License.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ including without limitation the rights to use, copy, modify, merge, publish, di
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Expand Down
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Hugin and Munin Framework
# The Hugin and Munin framework
## Summary
### Installation
pip install hm-framework
Expand All @@ -15,6 +15,11 @@ Framework with the purpose of
* temporary configuration memory
* temporary working files

## Content
1. [License](License.md)
2. [Changelog](Changelog.md)


## Documentation
### Other libraries
* [Pytest](https://docs.pytest.org/en/7.3.x/contents.html)
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
17 changes: 17 additions & 0 deletions docs/License.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# MIT License
Copyright 2023 Kent vejrup Madsen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the “Software”), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7 changes: 7 additions & 0 deletions docs/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Documentation for the Hugin and Munin framework
##



##

19 changes: 0 additions & 19 deletions src/HM/main.py

This file was deleted.

Empty file removed src/__init__.py
Empty file.

0 comments on commit 5094f8a

Please sign in to comment.