Bug 205064 - [NEW PORT] net/py-txrestapi: Easing the creation of REST API services in Python
Summary: [NEW PORT] net/py-txrestapi: Easing the creation of REST API services in Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-12-06 14:45 UTC by Yuri Victorovich
Modified: 2015-12-24 19:34 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (1.47 KB, application/shar)
2015-12-06 14:45 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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