Build: Hero #19
dotchetter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release introduces major upgrades to the Pyttman framework in how it enables developers to build apps with class-based commands.
Highlights
#14 - Class based commands are introduced, allowing encapsulation for logic similar to Views in web or API development.
#16 - Developers can now run their app with zero extra lines of code, in the built-in dev shell with
pyttman-cli dev <app_name>
#17 - Command Class instances included in Feature classes now have an implicit access to
self.feature.storage
which is a dict-like object, offering a way for Command classes related to one other by being in the same feature, share a memory structure without it being global#Bug fixes
#18 - Solved - imports corrected, example project deleted from install
#15 - Solved - urllib3 bumped version
This discussion was created from the release Build: Hero.
Beta Was this translation helpful? Give feedback.
All reactions