Main module Docs

autosemver.distutils(dist, attr, value)
autosemver.distutils_autosemver_case(metadata, with_release_notes=False, with_authors=True, with_changelog=True, bugtracker_url=None)
Parameters:
  • metadata – distutils metadata object.
  • with_release_notes (bool) – if true, will create the release notes.
  • with_authors (bool) – if true, will create the authors file.
  • with_changelog (bool) – if true, will create the release notes file.
  • bugtracker_url (str) – URL for the bugtracker of the project.
Returns metadata:
 

the updated distutils metadata.

autosemver.distutils_default_case(metadata, attr, value)
autosemver.distutils_old_autosemver_case(metadata, attr, value)

DEPRECATED

autosemver.main(args=None)