The pkginfo module#
Meta-information about the parce package.
This information is used by the install script, and can be queried from other applications.
- class Version(major, minor, patch)#
Bases:
tuple
- major#
Alias for field number 0
- minor#
Alias for field number 1
- patch#
Alias for field number 2
- name = 'parce'#
name of the package
- version = Version(major=0, minor=34, patch=0)#
the current version
- version_string = '0.34.0'#
the current version as a string
- description = 'The parce lexer'#
short description
- long_description = 'A Python library to parse text.'#
long description
- maintainer = 'Wilbert Berendsen'#
maintainer name
- maintainer_email = 'info@wilbertberendsen.nl'#
maintainer email
- url = 'https://parce.info/'#
homepage
- license = 'GPL'#
license
- copyright_year = '2019-2023'#
copyright year