Releases: cvzi/flag
Releases · cvzi/flag
v2.0.1
Functions to check support and validity of flags.
Only convert supported flags:
flag.Flag(only_supported=True).flagize("Convert supported flags like :US: but not things like :XX:")
>>> "Convert supported flags like 🇺🇸 but not things like :XX:"
What's Changed
Version 2.0.0
Functions to check support and validity of flags.
Only convert supported flags:
flag.Flag(only_supported=True).flagize("Convert supported flags like :US: but not things like :XX:")
>>> "Convert supported flags like 🇺🇸 but not things like :XX:"
Version 2.0.0 RC1
v2.0.0rc1 Fix upload to PyPi
Version 1.3.2
Change build/setup configuration to pyproject.toml
Version 1.3.1
- Support Python 3.11 and remove Python 3.6
- Include LICENSE in wheel
Version 1.3.0
- Support Python 3.10 and remove 2.7, 3.4 and 3.5
- Type information added
- Custom suffix and prefix in a separate class
flag.Flag(prefix, suffix)
Version 1.2.4
Last version to support Python 2.7, 3.4 and 3.5
Changes:
- Add method flag() to __all__
Version 1.2.3
v1.2.3 Version 1.2.3