You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python SDK: Add a helper for constructing data-* attributes (#902)
* Add a helper for constructing data-* attributes
* Automatically add appropriate case mods for data-computed and data-on
* Fix usage as a dict
* Change attribute generator name and import location
* Allow keyword args to several attributes.
Add docstrings for all attributes.
* Add docstrings for all the modifiers
* Simplify some of the constructors
* Make sure user input is escaped if rendering to text directly
* Clean up the code for generating js objects
* Clean up docstrings
* Make data.computed have the same interface as data.attr and data.class_
* Remove the string form of data.signals in favor of an 'expressions_' kwarg
* Formatting
* Accomodate aliased builds with the attribute generator
* Only allow certain arguments as keywords
Clean up some formatting
* Don't require alias as a keyword argument to instantiate AttributeGenerator
* Fix automatic pascal casing for namespaced signals
* Update for the 1.0 RC
* Improve typing for data-signals
Let expressions_ mode work for nested signals
* Update the readme to document new python SDK features
* More readme tweaks
0 commit comments