mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
528 stars 342 forks source link

Support `bits` type #878

Closed kagrski closed 10 months ago

kagrski commented 11 months ago

Hello,

is it possible to support bits type? I've tried to convert YANG model into pydantic BaseModel, but it seems not every type is supported (I've read docs). Do you have it on your roadmap anywhere?

could not find a match for SOME type -> ['bits']
mbj4668 commented 10 months ago

This doesn't seem to be a pyang issue.