Skip to content

Commit eea2e24

Browse files
authored
Merge pull request #2 from norwegian-geotechnical-institute/fix/minor_clean_ups
Fix/minor clean ups
2 parents 6e25aff + efdf41b commit eea2e24

3 files changed

Lines changed: 25 additions & 73 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Norges Geotekniske Institutt
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NGI KOF Parser
1+
# KOF Parser
22

33
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
44
[![security: safety](https://img.shields.io/badge/security-safety-yellow.svg)](https://github.com/pyupio/safety)
@@ -7,8 +7,7 @@
77
[![python](https://img.shields.io/badge/Python-3.9-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
88

99

10-
11-
Python package for parsing KOF files.
10+
Python package for parsing and generating KOF files.
1211

1312
References:
1413

@@ -22,9 +21,7 @@ Latest releases see [CHANGES.md](https://github.com/norwegian-geotechnical-insti
2221
# Installation (end user)
2322

2423
```bash
25-
2624
pip install kof-parser
27-
2825
```
2926

3027
## Basic usage
@@ -57,6 +54,8 @@ for location in locations:
5754

5855
### Write a kof file
5956

57+
To write a KOF file you need to build up a model of locations and methods.
58+
6059
```python
6160
from kof_parser import KOFWriter
6261
from kof_parser import Location
@@ -87,12 +86,6 @@ print(kof_string)
8786

8887
# Getting Started developing
8988

90-
1. Software dependencies
91-
92-
2. Clone this repository
93-
94-
3. Install
95-
9689
## Software dependencies
9790

9891
Before you start, install:
@@ -120,7 +113,6 @@ Then, from the project root folder run:
120113

121114
Run in the project root folder:
122115

123-
poetry install
124116
poetry run pytest
125117

126118
Build the package wheel:

azure-pipelines.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)