davidhewitt / pythonize

MIT License
194 stars 26 forks source link

doesn't follow convention of serde naming #63

Open Stargateur opened 2 months ago

Stargateur commented 2 months ago

serde advice to name serializer and deserializer respectively to and from.

pythonize => to_pyobject depythonize_bound => from_bound

davidhewitt commented 2 months ago

I'm not sure how I feel about this changing this one. It was originally pythonize and depythonize, and I was quite happy with that. The _bound suffix is intended to be temporary.