https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229499
Bug ID: 229499 Summary: [NEW PORT] devel/py-schematics-patched: Patched version of schematics that can pickle with multiprocessing Product: Ports & Packages Version: Latest Hardware: Any URL: https://pypi.org/project/schematics-patched OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: freebsd_po...@k-worx.org CC: pyt...@freebsd.org Created attachment 194863 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194863&action=edit py-schematics-patched.patch Hello, attached is the patch that adds the Python package devel/py-schematics-patched, that is used to combine types into structures, validate them, and transform the shapes of your data based on simple descriptions. Further, it can be used for a range of tasks where having a database involved may not make sense. Some common use cases: - Design and document specific data structures - Convert structures to and from different formats such as JSON or MsgPack - Validate API inputs - Remove fields based on access rights of some data's recipient - Define message formats for communications protocols, like an RPC - Custom persistence layers Note: This is the patched version from the 1.1.x branch that can pickle with multiprocessing using the old API. QA: ~~~ - poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"