Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jul 2018 18:33:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 229499] [NEW PORT] devel/py-schematics-patched: Patched version of schematics that can pickle with multiprocessing
Message-ID:  <bug-229499-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229499

            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-bugs@FreeBSD.org
          Reporter: freebsd_ports@k-worx.org
                CC: python@FreeBSD.org

Created attachment 194863
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194863&action=
=3Dedit
py-schematics-patched.patch

Hello,

attached is the patch that adds the Python package devel/py-schematics-patc=
hed,
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 involv=
ed
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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229499-21822>