amyasnikov / validity

NetBox plugin to validate network devices
MIT License
136 stars 8 forks source link

Implement Dict and Set comprehensions #86

Closed amyasnikov closed 6 months ago

amyasnikov commented 6 months ago

Validity uses simpleeval library to execute tests. It looks like the author has stopped to maintain this lib. As a short-term solution dict and set comprehension support can be implemented at Validity side.