Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
Collective - Host: opensource - https://opencollective.com/marshmallow - Code: https://github.com/marshmallow-code

Add exclude parameter to Nested

github.com/marshmallow-code/marshmallow - fd0798c3be1f3233c5e775934f36aee240619d85 authored about 11 years ago by Steven Loria <[email protected]>
Better time localization in tests

github.com/marshmallow-code/marshmallow - 5036bdac819d7553e713f41eb0ba5e06035d4887 authored about 11 years ago by Steven Loria <[email protected]>
Update travis.yml

github.com/marshmallow-code/marshmallow - 04844c3c9337d8dac7d6bed23ac95f9d56580ce1 authored about 11 years ago by Steven Loria <[email protected]>
Make get_fields private

As well as to_marshallable_type

github.com/marshmallow-code/marshmallow - 33ab5654ccfdb6e64d9e6c1157f2c798caee039e authored about 11 years ago by Steven Loria <[email protected]>
Update README

Can't use include in Github

github.com/marshmallow-code/marshmallow - f13ea4788d9deab818c707757e844d9d28f38741 authored about 11 years ago by Steven Loria <[email protected]>
Merge branch 'docs'

github.com/marshmallow-code/marshmallow - fa0b958f8dd54eaf23de4394d42b99f5aef481ad authored about 11 years ago by Steven Loria <[email protected]>
Minor refactors

Raw::get_value
Move MarshallingException to exceptions.py
Make helper methods private

github.com/marshmallow-code/marshmallow - f39fb42558989ec664a9df412bd1d2e9f5a54c78 authored about 11 years ago by Steven Loria <[email protected]>
Remove Method field

Field classes are the preferred way to create custom fields

github.com/marshmallow-code/marshmallow - c6c60145fc8472224f950f508168066ef90f367e authored about 11 years ago by Steven Loria <[email protected]>
Fix nested fields

github.com/marshmallow-code/marshmallow - 50ef96ce151332bdfde38371c838dbe1f272569c authored about 11 years ago by Steven Loria <[email protected]>
Merge branch 'instances' into method

github.com/marshmallow-code/marshmallow - 68f766901c4ce78697fa07471b45bd2b0b811ea7 authored about 11 years ago by Steven Loria <[email protected]>
Fields should be instances

github.com/marshmallow-code/marshmallow - 834778732873fac64cd13a6dd3cf094309bb7d38 authored about 11 years ago by Steven Loria <[email protected]>
Start Method field

not working for nested serializers

github.com/marshmallow-code/marshmallow - 46843e6f314ec6792db1395540d4497abbc002a6 authored about 11 years ago by Steven Loria <[email protected]>
Copy the _base_fields

github.com/marshmallow-code/marshmallow - 8ebd83e9b42d3bc4533c2496d6a9187ec053d9e2 authored about 11 years ago by Steven Loria <[email protected]>
Allow inheritance among Serializers

More docs
And remove unnecessary marshal class method

github.com/marshmallow-code/marshmallow - 3bb323c3a3b8d4ade5b168ff8e9121f1a636f547 authored about 11 years ago by Steven Loria <[email protected]>
Fields as class variables

In the style of ORM/ODMs and forms

github.com/marshmallow-code/marshmallow - 4ce6a7eaf7fda4a97687d96a11231dad8e613b94 authored about 11 years ago by Steven Loria <[email protected]>
Add only parameter to filter attributes

github.com/marshmallow-code/marshmallow - 46b6c1e65cc4c3ff848c5b796e0c6b7d88e009ed authored about 11 years ago by Steven Loria <[email protected]>
Generalize marshalling to any list-like collection

github.com/marshmallow-code/marshmallow - c2dc74a789bd11a0ba8fa9e1fff514a9a50d76e6 authored about 11 years ago by Steven Loria <[email protected]>
Use OrderedDict

github.com/marshmallow-code/marshmallow - 519a752c90270e7273e22dcb66a1269c3e7f5da2 authored about 11 years ago by Steven Loria <[email protected]>
Support nested serializers

Also update README

github.com/marshmallow-code/marshmallow - 93c19d255a9598579ba7b9ae8f0a902f2aeb4c7a authored about 11 years ago by Steven Loria <[email protected]>
Remove official py26 support

Due to differences in handling floats.

github.com/marshmallow-code/marshmallow - a3ce187bfa5d8e99f0eddf512842d5371d637089 authored about 11 years ago by Steven Loria <[email protected]>
Support for local datetime format

github.com/marshmallow-code/marshmallow - 72577763136f0c8677ad596251d41a3c75134c38 authored about 11 years ago by Steven Loria <[email protected]>
Fat initial commit

github.com/marshmallow-code/marshmallow - f1aa25bcf83eb77eb6476c678d4375039127679a authored about 11 years ago by Steven Loria <[email protected]>