Create new release with `pdm release VERSION`
Project description
MEx release
Create new release with pdm release VERSION
Project
The Metadata Exchange (MEx) project is committed to improve the retrieval of RKI research data and projects. How? By focusing on metadata: instead of providing the actual research data directly, the MEx metadata catalog captures descriptive information about research data and activities. On this basis, we want to make the data FAIR[^1] so that it can be shared with others.
Via MEx, metadata will be made findable, accessible and shareable, as well as available for further research. The goal is to get an overview of what research data is available, understand its context, and know what needs to be considered for subsequent use.
RKI cooperated with D4L data4life gGmbH for a pilot phase where the vision of a FAIR metadata catalog was explored and concepts and prototypes were developed. The partnership has ended with the successful conclusion of the pilot phase.
After an internal launch, the metadata will also be made publicly available and thus be available to external researchers as well as the interested (professional) public to find research data from the RKI.
For further details, please consult our project page.
[^1]: FAIR is referencing the so-called FAIR data principles – guidelines to make data Findable, Accessible, Interoperable and Reusable.
Contact
For more information, please feel free to email us at mex@rki.de.
Publisher
Robert Koch-Institut
Nordufer 20
13353 Berlin
Germany
Package
Create a new release, including changelog rollover, project version bump, commit, tag and push.
License
This package is licensed under the MIT license. All other software components of the MEx project are open-sourced under the same license as well.
Development
Installation
- on unix, consider using pyenv https://github.com/pyenv/pyenv
- get pyenv
curl https://pyenv.run | bash
- install 3.11
pyenv install 3.11
- switch version
pyenv global 3.11
- run
make install
- get pyenv
- on windows, consider using pyenv-win https://pyenv-win.github.io/pyenv-win/
- follow https://pyenv-win.github.io/pyenv-win/#quick-start
- install 3.11
pyenv install 3.11
- switch version
pyenv global 3.11
- run
.\mex.bat install
Linting and testing
- run all linters with
pdm lint
- run only unit tests with
pdm unit
- run unit and integration tests with
pdm test
Updating dependencies
- update boilerplate files with
cruft update
- update global requirements in
requirements.txt
manually - update git hooks with
pre-commit autoupdate
- update package dependencies using
pdm update-all
- update github actions in
.github/workflows/*.yml
manually
Creating release
- run
pdm release RULE
to release a new version where RULE determines which part of the version to update and is one ofmajor
,minor
,patch
.
Commands
- run
pdm release VERSION
to release a new version where VERSION matches the regular expression:\d{1,4}\.\d{1,4}\.\d{1,4}
. - run
pdm setup-commit-signing
to configure commit signing in a CI/CD pipeline
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mex_release-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9374c5bd9ea447d4458e65ecb4676c9d2454d3860d1f0407a2abf07a3b77dd68 |
|
MD5 | 05f97f273a1fb6b7c0136bf72426b7bc |
|
BLAKE2b-256 | e39cc86a078df1ce777710125a96ca7f0f56f8169e4fbb9c735827a8f265b2fd |