Metadata-Version: |
2.1 |
Name: |
changelog-chug |
Version: |
0.0.3 |
Summary: |
Parser library for project Change Log documents. |
Author-Email: |
Ben Finney <ben+python[at]benfinney.id.au> |
Maintainer: |
Ben Finney <ben+python@benfinney.id> |
Project-Url: |
Home Page, https://git.sr.ht/~bignose/changelog-chug |
Project-Url: |
Change Log, https://git.sr.ht/~bignose/changelog-chug/tree/main/item/ChangeLog
|
Project-Url: |
Source, https://git.sr.ht/~bignose/changelog-chug |
Project-Url: |
Issue Tracker, https://todo.sr.ht/~bignose/changelog-chug |
License: |
Copying this work
#################
changelog-chug is `free software`_; you are free to
redistribute it and/or modify it under specific conditions.
.. _free software: https://www.gnu.org/philosophy/free-sw.html
Software
========
Copyright © 2008–2023 Ben Finney <ben+python@benfinney.id.au>
This is free software: you may copy, modify, and/or redistribute this
work under the terms of the GNU Affero General Public License as
published by the Free Software Foundation; version 3 of that license
or any later version.
No warranty expressed or implied. See the file `LICENSE.AGPL-3`_ for
details, or online at `<https://www.gnu.org/licenses/agpl-3.0.html>`_.
.. _LICENSE.AGPL-3: LICENSE.AGPL-3
..
Local variables:
coding: utf-8
mode: rst
End:
vim: fileencoding=utf-8 filetype=rst :
|
Keywords: |
version,changelog,release,packaging |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Build Tools |
Requires-Python: |
>=3.7 |
Requires-Dist: |
semver (>=3.0.0) |
Requires-Dist: |
docutils (>=0.21.0) |
Requires-Dist: |
changelog-chug[devel]; extra == "build" |
Requires-Dist: |
wheel; extra == "build" |
Requires-Dist: |
build; extra == "build" |
Requires-Dist: |
changelog-chug[test]; extra == "devel" |
Requires-Dist: |
pyupgrade (~=3.17); extra == "devel" |
Requires-Dist: |
isort (~=5.13); extra == "devel" |
Requires-Dist: |
changelog-chug[build]; extra == "publish" |
Requires-Dist: |
twine; extra == "publish" |
Requires-Dist: |
pip-check; extra == "static-analysis" |
Requires-Dist: |
mccabe (~=0.7); extra == "static-analysis" |
Requires-Dist: |
pycodestyle (~=2.12); extra == "static-analysis" |
Requires-Dist: |
ruff (~=0.6); extra == "static-analysis" |
Requires-Dist: |
changelog-chug[static-analysis]; extra == "test" |
Requires-Dist: |
testtools; extra == "test" |
Requires-Dist: |
testscenarios (>=0.4); extra == "test" |
Requires-Dist: |
coverage; extra == "test" |
Provides-Extra: |
build |
Provides-Extra: |
devel |
Provides-Extra: |
publish |
Provides-Extra: |
static-analysis |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE.AGPL-3 |
License-File: |
COPYING |