Issues
- 0
- 0
- 1
TypeError "Neither typeguard not pytypes is installed"... but typeguard is installed
#91 opened by smarie - 0
Remove the bandit version constraint when not needed anymore in the flake8-requirements
#89 opened by smarie - 0
Typeguard 3.0.0 incompatibility
#87 opened by smarie - 0
`has_fields` leads to `AttributeError: __mro__` when the argument provided is a `typing.Union`
#86 opened by smarie - 2
- 3
Feature request: Option for keyword-only constructor in `make_init` and friends
#85 opened by burnpanck - 2
`TypeError: can't pickle _abc_data objects` when a class made with pyfields inherits from an ABC
#84 opened by smarie - 2
Incorrect work of lists in fields.
#83 opened by kolod - 3
Separate makers for hash, dict, eq, and repr
#82 opened by pfw - 5
- 3
- 0
Get rid of `autoclass` dependency
#79 opened by smarie - 0
- 0
- 0
`@autofields` and order 2
#77 opened by smarie - 1
- 1
- 3
- 0
`get_fields`, `yield_fields`, `get_field_values` should have an optional argument to include properties, descriptors, and vars
#71 opened by smarie - 0
`get_fields` could work with instances, and could provide a boolean `public_only` option
#69 opened by smarie - 0
- 6
- 0
- 0
`tests` folder is not correctly excluded from wheel despite `exclude` in `find_packages` in `setup.py`
#65 opened by smarie - 0
- 1
Show how `pyfields` can leverage validating types
#59 opened by smarie - 5
- 0
Make package PEP561 compatible
#61 opened by smarie - 0
Cythonized version (faster but not debuggable)
#62 opened by smarie - 0
- 1
- 0
- 0
- 0
test_type_multiple_tuple fails with typeguard
#52 opened by smarie - 3
- 2
How to specify superclass field order in `init_fields` or `make_init`?
#47 opened by devashishshankar - 1
- 0
- 0
- 2
- 9
How to do equality comparision of objects when properties are lazily defined
#43 opened by devashishshankar - 2
Nonable fields
#44 opened by smarie - 5
Installation fails on ubuntu python3
#42 opened by devashishshankar - 0
A dedicated `FieldTypeError` should be raised instead of a generic `TypeError` for field type checking.
#40 opened by smarie - 0
Under python < 3.6, fields from parent classes may not be fixed if accessed from subclass
#41 opened by smarie - 1
- 0
- 0