File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# PyDatasetProcessor
2
2
3
- SEarches a directory tree and adds data to json file for scicat .
3
+ Searches for science files and generates metadata in the SciCat format .
4
4
5
5
## Getting Started
6
6
@@ -36,12 +36,14 @@ End with an example of getting some data out of the system or using it for a lit
36
36
37
37
Explain how to run the automated tests for this system
38
38
39
+
40
+
39
41
### Break down into end to end tests
40
42
41
43
Explain what these tests test and why
42
44
43
45
```
44
- Give an example
46
+ pytest
45
47
```
46
48
47
49
### And coding style tests
@@ -74,11 +76,9 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
74
76
75
77
* ** Gareth Murphy** - * Initial work* - [ garethcmurphy] ( https://github.com/garethcmurphy )
76
78
77
- See also the list of [ contributors] ( https://github.com/your/project/contributors ) who participated in this project.
78
-
79
79
## License
80
80
81
- This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details
81
+ This project is licensed under the BSD License - see the [ LICENSE] ( LICENSE ) file for details
82
82
83
83
## Acknowledgments
84
84
You can’t perform that action at this time.
0 commit comments