Bug 205064

Summary: [NEW PORT] net/py-txrestapi: Easing the creation of REST API services in Python
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: miwi
Priority: --- Keywords: feature, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar archive none

Description Yuri Victorovich freebsd_committer freebsd_triage 2015-12-06 14:45:37 UTC
Created attachment 163903 [details]
shar archive

Passes poudriere
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-12-24 19:32:28 UTC
A commit references this bug:

Author: miwi
Date: Thu Dec 24 19:32:06 UTC 2015
New revision: 404387
URL: https://svnweb.freebsd.org/changeset/ports/404387

Log:
  txrestapi makes it easier to create Twisted REST API services. Normally,
  one would create Resource subclasses defining each segment of a path;
  this is cubersome to implement and results in output that isn't very
  readable. txrestapi provides an APIResource class allowing complex
  mapping of path to callback (a la Django) with a readable decorator.

  WWW: https://pypi.python.org/pypi/txrestapi/

  PR:		205064
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Changes:
  head/net/Makefile
  head/net/py-txrestapi/
  head/net/py-txrestapi/Makefile
  head/net/py-txrestapi/distinfo
  head/net/py-txrestapi/pkg-descr