How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Pure Declarative Programming in Swift, Among Other Things
The main features of typelift/basis are: General Utilities, Language Extensions.
Projects with overlapping indexed features include: python-attrs/attrs — attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering… hyperoslo/sugar — :coffee: Something sweet that goes great with your Cocoa. bow-swift/bow — 🏹 Bow is a cross-platform library for Typed Functional Programming in Swift. 0xjohnnyboy/scretch.nvim — 📝 Neovim plugin to manage scratch files ! abo/rerate. 7mind/izumi — Productivity-oriented collection of lightweight fancy stuff for Scala toolchain.
:coffee: Something sweet that goes great with your Cocoa
attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift