Recent Releases of gimie
gimie - 0.7.0
[0.7.0] - 2024-11-28
Bug Fixes
- (cff) enforce valid urls as doi (#108)- spelling mistake in run as library docs (#113) ### Documentation
- update gimie API examples (#105)
- add CFF file (#111) ### Features
- (parser) extract authors from CFF files (#115)
- add parsers support (#97)
- cff to doi parser (#107)
- Python
Published by rmfranken about 1 year ago
gimie - 0.6.0
[0.6.0] - 2023-10-19
Bug Fixes
- (deps) switch to scancode mini (#88)
- (github) replace superseded schema:isBasedOnUrl property (#80)- incorrect mapping for schema:codeRepository (#64)
- (license) NOASSERTION should not return triples. (#66)
Features
- (github.py) Get "forked from" property of a repository (#79)
- (io) file-like interface to remote resources (#70)- license matcher for git extractor (#78)
- Python
Published by cmdoret about 2 years ago
gimie - 0.3.0
This version adds support for additional codemeta terms to the Github extractor. The list of supported terms in 0.3.0 is shown below:
CodeMeta term | Concept | Property | Github field | type --|--|--|--|-- :whitecheckmark: | SoftwareSourceCode | name | name | text :whitecheckmark: | SoftwareSourceCode | author | owner | Person :whitecheckmark: | SoftwareSourceCode | contributor | contributors | Person :whitecheckmark: | SoftwareSourceCode | programmingLanguage | languagesurl | text :whitecheckmark: | SoftwareSourceCode | dateCreated | name | datetime :whitecheckmark: | SoftwareSourceCode | dateModified | name | datetime :whitecheckmark: | SoftwareSourceCode | downloadUrl | archiveurl | URL :whitecheckmark: | SoftwareSourceCode | license | license | URL :whitecheckmark: | SoftwareSourceCode | codeRepository | htmlrepository | URL :whitecheckmark: | SoftwareSourceCode | keywords | topics | text :whitecheckmark: | SoftwareSourceCode | version | releasename | text :whitecheckmark: | Organization | name | login | text :whitecheckmark: | Organization | email | email | text :whitecheckmark: | Person | name | name | text :whitecheckmark: | Person | identifier | login | text :x: | Organization | logo | avatar_url | URL :x: | Organization | legalName | name | text
- Python
Published by cmdoret almost 3 years ago