Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 418 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 418 Bytes

pit

asdf install
pip install pipenv

Requirements

  • stdlib only
  • abstractions can use constructors and magic methods only
  • class attributes are all considered private
  • only keywords that are resolved using a magic method

Topics

  • Pattern matching
  • Maybe
  • fspath
  • "Inverted attributes"
    • Memoized constructor
  • Decorator pattern
  • Ignorefile?
  • Custom protocols
  • Testing framework?