Caspar Aleksander Bang Jespersen

Results 3 issues of Caspar Aleksander Bang Jespersen

Is it possible declaring a serializer for a single dump command, instead of declaring it globally? **Currently:** ``` jsons.set_serializer(my_datetime_serializer, datetime) jsons.dump(foo) ``` **Suggested:** ``` jsons.dump(foo, serializers={datetime: my_datetime_serializer}) ``` **Motivation:** I...

feature
discussion
change

I developing Python applications to be run on Databricks, I am looking towards **Databricks Containers** in ensuring that I develop on an environment as close to the runtime environment as...

pipenv is a modern package dependency management system, allowing for better handling of requirements and virtual environments. This is a request to use Pipfile as requirement handler for Python Azure...

on-hold