Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1444

Teleport v0.2.1 - Lightweight JSON types (serialization, validation, web APIs)

Path csiph.com!usenet.pasdenom.info!goblin1!goblin2!goblin.stu.neva.ru!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <news@google.com>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'languages.': 0.04; 'schema': 0.05; 'json': 0.07; 'subject:skip:s 10': 0.07; 'developer': 0.10; 'api': 0.11; 'received:209.85.218': 0.14; 'better?': 0.16; 'portable': 0.16; 'language': 0.16; 'input': 0.22; 'separate': 0.22; 'header:User-Agent:1': 0.23; 'url:com)': 0.24; 'source': 0.25; 'moved': 0.30; 'originally': 0.30; 'open': 0.33; 'could': 0.34; 'subject: (': 0.35; 'received:209.85': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'should': 0.36; 'received:209': 0.37; 'generating': 0.39; 'how': 0.40; 'developed': 0.63; 'different': 0.65; 'to:addr:comp-lang- python-announce': 0.70; 'to:addr:moderators.isc.org': 0.77; 'cosmic': 0.84; 'ports': 0.93
Delivered-To comp-lang-python-announce@moderators.isc.org
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=path:newsgroups:date:complaints-to:injection-info:nntp-posting-host :user-agent:mime-version:message-id:subject:from:injection-date:to :content-type; bh=fU1wsO7v6KwlNwbZp1wvg5OoOmL3YFescPLJOzBZtoA=; b=ITO5a4BEabMuTwk0D/fexGwgYrb7o7s7co6tl3pYdku6zMuDoHoEUxM5CNxYaC5Aqq qOi111MyxD8bxPs5rxJfi2nCNm92dL6hS1pKjhLCgvrIAESwfQMC6mM6UKzPPhZtWM1A 8HqcIr3aW7Jg6s7cIR2C17qyRaz7YQke4dGfqO/EPFEPeRo2NcU+R5CdQH6JPciOmadR lDnBDthMAY6G8IywNygGv2aQ1uiuvX9VYik57m5rM1kz/53/fDqaIv4hLw5UBqtIUGMs GTUWOksmH4wqcJqvyalRlgV/IdcOhO/lmnBO30oMyny/vpjn0SOh3xB1krBpGxw/OE7H t9Aw==
X-Received by 10.50.164.164 with SMTP id yr4mr4946013igb.3.1413660443054; Sat, 18 Oct 2014 12:27:23 -0700 (PDT)
X-Received by 10.50.124.8 with SMTP id me8mr73403igb.3.1413660443006; Sat, 18 Oct 2014 12:27:23 -0700 (PDT)
Newsgroups comp.lang.python.announce
Date Sat, 18 Oct 2014 12:27:22 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=112.198.82.246; posting-account=-kKflQoAAABikQfNA7jnIJBSvTViBoW8
User-Agent G2/1.0
MIME-Version 1.0
Subject Teleport v0.2.1 - Lightweight JSON types (serialization, validation, web APIs)
From Alexei Boronine <alexei.boronine@gmail.com>
Injection-Date Sat, 18 Oct 2014 19:27:23 +0000
To comp-lang-python-announce@moderators.isc.org
Content-Type text/plain; charset=ISO-8859-1
X-Mailman-Approved-At Tue, 21 Oct 2014 09:10:39 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.15025.1413875440.18130.python-announce-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1413875440 news.xs4all.nl 2966 [2001:888:2000:d::a6]:37868
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1444

Show key headers only | View raw


http://www.teleport-json.org/

Teleport is: 

* A serialization system on top of JSON
* An input validation system
* A declarative schema system
* An aid in automatically generating API docs
* Portable and extendable
* Open Source (MIT license)

Originally developed as part of Cosmic (http://www.cosmic-api.com), moved into a separate project. There is a work-in-progress specification that should enable ports to different languages. Teleport is < 1000 LOC and very portable.

I am the lead developer and I welcome all feedback! Do you think it's useful? How could it be better? Which language port would you like to see first?

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

Teleport v0.2.1 - Lightweight JSON types (serialization, validation,  web APIs) Alexei Boronine <alexei.boronine@gmail.com> - 2014-10-18 12:27 -0700

csiph-web