Update metadata
build: use release 2022W11
Bump version to 1.1.0
The utilities depend on two Python libraries, packaging and tomli. Whilst the CI for the metadata installs these from IPWHL, one should obtain them via the most convenient and maintainable way for local development.
ipwhl-prefix [PROJECT]... # calculate path prefix for projects
ipwhl-declgen SRC DEST # generate declaration from wheel URL
ipwhl-publish SRC DEST # publish to IPFS MFS
ipwhl-nameck DIR # check declaration files organization
ipwhl-declck < paths-to-declarations # check declarations' content
ipwhl-depsck DIR < supported-platforms # check dependencies satisfaction
The following modules are internal API and can change without notice:
Patches must pass the checks run by tox
and should be sent to
~cnx/ipwhl-devel@lists.sr.ht using git send-email
,
with the following configurations:
git config sendemail.to '~cnx/ipwhl-devel@lists.sr.ht'
git config format.subjectPrefix 'PATCH ipwhl-utils'
These programs are free software: you can redistribute them and/or modify them under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.