Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 12:16:39 +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-P9VabZPk8n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229499-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229499-21822@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: miwi
Date: Sat Jul 28 12:15:40 UTC 2018
New revision: 475541
URL: https://svnweb.freebsd.org/changeset/ports/475541

Log:
  Schematics is a Python library to combine types into structures, validate
them,
  and transform the shapes of your data based on simple descriptions.

  The internals are similar to ORM type systems, but there is no database l=
ayer
in
  Schematics. Instead, we believe that building a database layer is made
  significantly easier when Schematics handles everything but writing the
query.

  Further, it can be used for a range of tasks where having a database invo=
lved
  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 w=
ith
        multiprocessing using the old API.

  WWW: https://github.com/pombredanne/schematics

  PR:           229499
  Submitted by: freebsd_ports@k-worx.org
  Sponsored by: iXsystems Inc.

Changes:
  head/devel/Makefile
  head/devel/py-schematics-patched/
  head/devel/py-schematics-patched/Makefile
  head/devel/py-schematics-patched/distinfo
  head/devel/py-schematics-patched/pkg-descr

--=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-P9VabZPk8n>