Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Joel Goldstick Newsgroups: comp.lang.python Subject: Re: Meta Data Date: Mon, 28 Mar 2016 17:42:19 -0400 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 8Ayxp6o5NFxr5lBAXEMbTgdwMLA/jEC+HfuG9EQfHzlA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'django,': 0.09; 'specifying': 0.09; 'typed': 0.09; 'django': 0.13; '2016': 0.16; 'ie.': 0.16; 'marty': 0.16; 'nick': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sqlalchemy': 0.16; 'wrote:': 0.16; 'exists': 0.18; 'email addr:gmail.com>': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'chapter': 0.23; 'tutorials': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'message-id:@mail.gmail.com': 0.27; 'idea': 0.28; 'types.': 0.29; 'classes': 0.30; 'url:mailman': 0.30; 'query': 0.30; 'certain': 0.31; 'url:python': 0.33; 'similar': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'data.': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'setting': 0.37; 'received:209': 0.38; 'received:209.85.214': 0.39; 'system.': 0.39; 'url:mail': 0.40; 'information': 0.63; 'within': 0.64; 'mar': 0.65; 'subject:Data': 0.66; 'pro': 0.70; 'url:info': 0.71; 'fields,': 0.84; 'joel': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=l/8gG/yCK0D9MbZGiILskBmjnmJzxAzWkHadJRsPLYc=; b=UDxr5R+1ER9YVq9R3wZ1YW3f0EBYIHOiViIdq7WqfKX0tWGUymgnWHVLhc2g0xtIJX WOcgBCD8T/18YYAMWmn68i17HnCoHL4U4Zji60qhGViaL17voR08Z/b+hxBKSZlYnW/9 a/kleA3rAvCvsGnkBy86UUHuTfZ3sPpczBKyn6f5lygbifCrkHWlnO5AVXH3FSiW9UAn Trc0nOT0KsrlUj/tmfD1tO/xHzGEJE19Dd4iSpZHk5fnrefjGFSD5lc7PlxeGCmuGRbO 7BGLlRZ3wDtso/zhtipFETWu3C9igijGL+v67QYFlN0gjQdjOjVPDFDm9xh8AR3uUBxp N+DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=l/8gG/yCK0D9MbZGiILskBmjnmJzxAzWkHadJRsPLYc=; b=fURN4VhtCAVDanusdzqHCCkLsxFuVjIPkkBpYPg/Pvwe5olFbnICqqGUlAImQLe2bQ K7SlFobuuhRvVB+FBWIMD+ukD/6yFCO/VRaeeo3PZUhRJW6S09i4+JjI+SQZgqZJ9wZT eUfWP6KJcs9plYsjQIy5qcgjoXkKx3+XybHq2Kzd6Ce5Za9FIuqm3moTi2pxaAKaMNlq Ri+PtkOoJieBo2V8YIP27k3h3qkuEFvevayjEStjFKHpU5ZdpUNJUs502HSe7BvnNWQf G0nhAn2V2Ds3QLwQcMWUEZOAZ9OWPk6qQXKqCh7s/H+KCuSI0JrXkQ1vdHoDxN+Z1xvr /l0g== X-Gm-Message-State: AD7BkJKXFN/U+zjJJu+X/nrJJxof1rp0/UPXmIQ87DiR7XH1f1N4REa+ZJvJ/mVQz5AOaG8Q63sj6mcr4pulBQ== X-Received: by 10.182.24.170 with SMTP id v10mr13697265obf.55.1459201339181; Mon, 28 Mar 2016 14:42:19 -0700 (PDT) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105927 There is information in Pro Django Models chapter that may be what you want. Pro Django, Apress, Marty Alchin On Mon, Mar 28, 2016 at 4:49 PM, Nick wrote: > Django has the idea of specifying models using typed Fields. > The same exists within SQLAlchemy > > Are there any tutorials on setting up a similar system. > > ie. Declare classes and fields, query the meta data. Fields restricted to > certain types. > > N. > -- > https://mail.python.org/mailman/listinfo/python-list > -- Joel Goldstick http://joelgoldstick.com/ http://cc-baseballstats.info/