Provides runtime helpers used by code generated with the dynamite generator.
Licensing
While the generator dynamite
is licensed under the AGPL-3.0 this does not apply to the code generated by it which is not covered by any license.
The helper package dynamite_runtime
is licensed under an BSD-3 clause license, allowing you to use dynamite in proprietary code bases.
Any changes to dynamite itself are still subject to the AGPL-3.0.
Libraries
- built_value
- Provides custom serializers to use with the
built_value
package. - http_client
- The dynamite client to handle http connections.
- models
- Common data models used in the generated code.
- utils
- Utility functions used by the generated code.