issues
search
bckohan
/
enum-properties
Add properties and method specializations to Python enumeration values with a simple declarative syntax.
https://enum-properties.rtfd.io
MIT License
18
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add a chained test
#73
bckohan
closed
1 month ago
0
V2.0.1
#72
bckohan
closed
2 months ago
0
Break tests into smaller files.
#71
bckohan
closed
2 months ago
0
readme improvements
#70
bckohan
closed
2 months ago
1
make readme examples cleaner
#69
bckohan
closed
2 months ago
1
readme fix
#68
bckohan
closed
2 months ago
1
readme fix
#67
bckohan
closed
2 months ago
1
Update docs to diataxis organization
#66
bckohan
opened
2 months ago
0
test coverage
#65
bckohan
closed
2 months ago
1
V2.0.0
#64
bckohan
closed
2 months ago
1
V1.8.1
#63
bckohan
closed
2 months ago
1
Add missing py.typed
#62
bckohan
closed
2 months ago
0
V1.8.0
#61
bckohan
closed
2 months ago
1
Allow properties to be specified through type hints alone without s/p value inheritance
#60
bckohan
closed
2 months ago
0
Drop support for Python 3.7
#59
bckohan
closed
2 months ago
0
Support Python 3.13
#58
bckohan
closed
2 months ago
0
Move to ruff for linting and formatting.
#57
bckohan
closed
2 months ago
0
Avoid linter complaints about same name members when using @specialize.
#56
bckohan
opened
2 months ago
1
More precise case_fold documentation.
#55
bckohan
opened
1 year ago
0
Add a StrEnumProperties type to match StrEnum
#54
bckohan
closed
1 year ago
0
Hash equivalency between values and enums is broken
#53
bckohan
closed
1 year ago
1
Support dataclasses in enums along with Python 3.12
#52
bckohan
closed
1 year ago
0
Update mypy requirement from >=0.982,<1.3 to >=0.982,<1.5
#51
dependabot[bot]
closed
1 year ago
1
Bump sphinx-rtd-theme from 1.2.0 to 1.2.2
#50
dependabot[bot]
closed
1 year ago
1
Bump sphinx-rtd-theme from 1.2.0 to 1.2.1
#49
dependabot[bot]
closed
1 year ago
2
Update mypy requirement from >=0.982,<1.3 to >=0.982,<1.4
#48
dependabot[bot]
closed
1 year ago
1
_missing_ allows exceptions through that are not ValueError, TypeError or KeyError
#47
bckohan
closed
1 year ago
0
Test mixed primitive type values.
#46
bckohan
closed
1 year ago
0
Symmetric string 'none' values enable coercion from None despite match_none=False
#45
bckohan
closed
1 year ago
0
Configurable behavior for matching none on symmetric fields
#44
bckohan
closed
1 year ago
0
Allow @specialize to accept a list of enumeration values.
#43
bckohan
closed
1 year ago
0
Support type hinting for properties
#42
bckohan
closed
2 months ago
5
All utility members added by EnumProperties should be sunder names.
#41
bckohan
closed
1 year ago
0
auto() broken for flag enums that declare combinations as members of the enum.
#40
bckohan
closed
1 year ago
0
Performance improvements
#39
bckohan
closed
1 year ago
0
Address python 3.11+ deprecation warnings.
#38
bckohan
closed
1 year ago
0
New flag behavior modifiers break IntFlagProperties in python 3.11+
#37
bckohan
closed
1 year ago
0
Provide a decorator to provide function overrides per enum value.
#36
bckohan
closed
1 year ago
0
Update mypy requirement from >=0.982,<1.2 to >=0.982,<1.3
#35
dependabot[bot]
closed
1 year ago
1
Update mypy requirement from >=0.982,<1.1 to >=0.982,<1.2
#34
dependabot[bot]
closed
1 year ago
1
Update mypy requirement from ^0.982 to >=0.982,<1.1
#33
dependabot[bot]
closed
1 year ago
1
Update coverage requirement from ^6.2 to >=6.2,<8.0
#32
dependabot[bot]
closed
1 year ago
1
Update deepdiff requirement from ^5.2.3 to >=5.2.3,<7.0.0
#31
dependabot[bot]
closed
1 year ago
1
LICENSE included in source package.
#30
bckohan
closed
1 year ago
0
Nested classes are incompatible with EnumProperties.
#29
bckohan
closed
1 year ago
0
Bump sphinx-rtd-theme from 1.1.1 to 1.2.0
#28
dependabot[bot]
closed
1 year ago
1
Bump sphinxcontrib-htmlhelp from 2.0.0 to 2.0.1
#27
dependabot[bot]
closed
1 year ago
1
Bump sphinxcontrib-applehelp from 1.0.3 to 1.0.4
#26
dependabot[bot]
closed
1 year ago
1
Bump sphinxcontrib-applehelp from 1.0.2 to 1.0.3
#25
dependabot[bot]
closed
1 year ago
1
Test pickling
#24
bckohan
closed
1 year ago
0
Next