Recent Releases of gimie

gimie - v0.7.2

[0.7.2] - 2024-12-18

Bug Fixes

  • (cff) doi structure parsing (#121)

- Python
Published by cmdoret about 1 year ago

gimie - v0.7.1

[0.7.1] - 2024-12-09

Bug Fixes

  • (dependency missing) Added pyyaml (#119)

- Python
Published by cmdoret about 1 year ago

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.1

Remove importlib from dependencies

- Python
Published by cmdoret about 2 years 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.5.0

[0.5.0] - 2023-07-04

Bug Fixes

  • (gitlab) extraction of author on user-owned projects (#57)

Documentation

  • add docs website (#58)

Features

  • (gitlab) support private instances (#62)

- Python
Published by cmdoret over 2 years ago

gimie - 0.4.0

  • Add GitLab extractor
  • Add documentation website

- Python
Published by cmdoret over 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

gimie - 0.2.0

Initial release: * GitHub API suport through gimie.sources.GithubExtractor * Command line interface with gimie data command * Public python API with gimie.project.Project entrypoint

- Python
Published by cmdoret almost 3 years ago