Metacatalog

Latest version: v0.9.1

Safety actively analyzes 621239 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.9.0

metacatalog

Management tool for the V-FOR-WaTer metadata database application. Although developed in and for the [V-FOR-WaTer project](https://vforwater.de), metacatalog is a standalone database application, that can be used on its own.

Docs

The full documentation is available at: https://vforwater.github.io/metacatalog

Installation description is given at: https://vforwater.github.io/metacatalog/home/install.html

Quickstart

Install metacatalog:

bash
pip install metacatalog


The setup.py used on installing metacatalog installed a command line script which is also registered in the current anaconda environment (if used any).
You can get help about using the CLI with the following command:

bash
metacatalog -h


For more extensive information, please refer to the [documentation](https://vforwater.github.io/metacatalog).

What's Changed
* Refactored Config management by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/305


**Full Changelog**: https://github.com/VForWaTer/metacatalog/compare/v0.8.4...v0.9.0

0.8.4

What's Changed
* Implement ImmutableResultSet.to_dict(orient='uuids') by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/296
* Fix rs.to_dict(orient='uuids') in the case that rs.group is None by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/298
* api.add_variable() add parameter keyword by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/304


**Full Changelog**: https://github.com/VForWaTer/metacatalog/compare/v0.8.3...v0.8.4

0.8.0

metacatalog

Management tool for the V-FOR-WaTer metadata database application. Although developed in and for the [V-FOR-WaTer project](https://vforwater.de), metacatalog is a standalone database application, that can be used on its own.

Docs

The full documentation is available at: https://vforwater.github.io/metacatalog

Installation description is given at: https://vforwater.github.io/metacatalog/home/install.html

Quickstart

Install metacatalog:

bash
pip install metacatalog


The setup.py used on installing metacatalog installed a command line script which is also registered in the current anaconda environment (if used any).
You can get help about using the CLI with the following command:

bash
metacatalog -h


For more extensive information, please refer to the [documentation](https://vforwater.github.io/metacatalog).

What's Changed
* Type hints by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/270


**Full Changelog**: https://github.com/VForWaTer/metacatalog/compare/v0.7.7...v0.8.0

What's Changed
* ImmutableResultSet fixes by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/219
* Bring changes from master to ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/234
* Include top-level detail of nested details by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/239
* Fix docs CI by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/238
* Drop field Entry.geom by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/241
* Mmaelicke-remove-rest by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/243
* fix nm relation Entry-Keyword by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/244
* Bring changes from main to ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/246
* Mmaelicke resolve warnings by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/247
* Add all Person Roles to Entry.to_dict by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/248
* Future warnings for find api by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/254
* fixes add_keywords_to_entries by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/255
* get_uuid() can return ImmutableResultSets, updates to ImmutableResultSet.uuid/uuids by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/258
* Update Iso branch to MAIN by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/262
* explicitly add is_partial to API by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/261
* Extensions can add to the CLI by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/269
* Fix codecov upload by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/272
* ISO19115 basic functionalities by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/264
* Type hints by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/270


**Full Changelog**: https://github.com/VForWaTer/metacatalog/compare/v0.7.0...v0.8.0

0.7.0

metacatalog

Management tool for the V-FOR-WaTer metadata database application. Although developed in and for the [V-FOR-WaTer project](https://vforwater.de), metacatalog is a standalone database application, that can be used on its own.

Docs

The full documentation is available at: https://vforwater.github.io/metacatalog

Installation description is given at: https://vforwater.github.io/metacatalog/home/install.html

Quickstart

Install metacatalog:

bash
pip install metacatalog


The setup.py used on installing metacatalog installed a command line script which is also registered in the current anaconda environment (if used any).
You can get help about using the CLI with the following command:

bash
metacatalog -h


For more extensive information, please refer to the [documentation](https://vforwater.github.io/metacatalog).


What's Changed
* entries.location nullable + db revision by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/186
* Details adjustments by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/193
* Fix typo in datasource by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/194
* Update iso19115 branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/195
* thesaurus_id: update keywords.csv and db revision by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/197
* Merge thesaurus_id changes into ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/198
* fix entry.details_table() by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/199
* fix entry.details_table() by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/200
* Fix CLI by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/201
* Update ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/202
* Fix cli by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/203
* Bring CLI changes to ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/204
* Find thesaurus by UUID by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/205
* Thesaurus search via uuid by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/206
* Entry keyword dict by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/207
* thesaurus information in keyword.to_dict() for export by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/208
* Fix ImmutableResultSet.uuids for nested ImmutableResultSets by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/209
* Include keyword.value in Variable.to_dict() by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/210
* variable.to_dict() include keyword.to_dict() by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/212
* Merge changes on main with iso branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/213
* ImmutableResultSet.load_base_group() include Split datasets by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/211
* ISO19115 export and import by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/183
* Major changes to CI by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/220
* add resultset duplicates removal by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/221
* CI publish release on tag by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/226
* add entry to expand set by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/225
* Revert "ISO19115 export and import" by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/228
* Fix failing unittest by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/230
* variable.to_dict() only include keyword if exists by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/227
* Bring necessary changes from master to ImmutableResultSet unittest branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/231
* Bring new IRS unittests to IRS adaption branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/233
* ImmutableResultSet unittests by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/232
* ImmutableResultSets cannot be nested anymore by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/235
* rebuild entrypoint by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/223


**Full Changelog**: https://github.com/VForWaTer/metacatalog/compare/v0.6.0...v0.7.0

0.6.11

What's Changed
* Update iso19115 branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/195
* Merge thesaurus_id changes into ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/198
* fix entry.details_table() by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/200
* Update ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/202
* Bring CLI changes to ISO branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/204
* Find thesaurus by UUID by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/205
* Thesaurus search via uuid by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/206
* Entry keyword dict by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/207
* thesaurus information in keyword.to_dict() for export by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/208
* Fix ImmutableResultSet.uuids for nested ImmutableResultSets by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/209
* Include keyword.value in Variable.to_dict() by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/210
* variable.to_dict() include keyword.to_dict() by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/212
* Merge changes on main with iso branch by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/213
* ImmutableResultSet.load_base_group() include Split datasets by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/211
* ISO19115 export and import by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/183
* Major changes to CI by mmaelicke in https://github.com/VForWaTer/metacatalog/pull/220


**Full Changelog**: https://github.com/VForWaTer/metacatalog/compare/v0.6.5...v0.6.11

0.6.5

What's Changed
* Fix cli and cli e2e tests by AlexDo1 in https://github.com/VForWaTer/metacatalog/pull/203


**Full Changelog**: https://github.com/VForWaTer/metacatalog/compare/v0.6.4...v0.6.5

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.