2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
2021-04-26 16:14:53 +00:00
<!DOCTYPE html>
2021-05-10 15:03:05 +00:00
< html class = "writer-html5" lang = "en" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< title > Index — N.E.S.T. Backend 0.1.0 documentation< / title >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< link rel = "stylesheet" href = "_static/css/theme.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
<!-- [if lt IE 9]>
< script src = "_static/js/html5shiv.min.js" > < / script >
<![endif]-->
< script type = "text/javascript" id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
< script src = "_static/doctools.js" > < / script >
< script type = "text/javascript" src = "_static/js/theme.js" > < / script >
< link rel = "index" title = "Index" href = "#" / >
< link rel = "search" title = "Search" href = "search.html" / >
< / head >
< body class = "wy-body-for-nav" >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< div class = "wy-grid-for-nav" >
< nav data-toggle = "wy-nav-shift" class = "wy-nav-side" >
< div class = "wy-side-scroll" >
< div class = "wy-side-nav-search" >
< a href = "index.html" class = "icon icon-home" > N.E.S.T. Backend
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< / a >
< div role = "search" >
< form id = "rtd-search-form" class = "wy-form" action = "search.html" method = "get" >
< input type = "text" name = "q" placeholder = "Search docs" / >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< / div >
< div class = "wy-menu wy-menu-vertical" data-spy = "affix" role = "navigation" aria-label = "main navigation" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "python_api/index.html" > Autogenerated Python API reference< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
< section data-toggle = "wy-nav-shift" class = "wy-nav-content-wrap" >
< nav class = "wy-nav-top" aria-label = "top navigation" >
< i data-toggle = "wy-nav-top" class = "fa fa-bars" > < / i >
< a href = "index.html" > N.E.S.T. Backend< / a >
< / nav >
< div class = "wy-nav-content" >
< div class = "rst-content" >
< div role = "navigation" aria-label = "breadcrumbs navigation" >
< ul class = "wy-breadcrumbs" >
< li > < a href = "index.html" class = "icon icon-home" > < / a > » < / li >
< li > Index< / li >
< li class = "wy-breadcrumbs-aside" >
< / li >
< / ul >
< hr / >
< / div >
< div role = "main" class = "document" itemscope = "itemscope" itemtype = "http://schema.org/Article" >
< div itemprop = "articleBody" >
2021-04-26 16:14:53 +00:00
< h1 id = "index" > Index< / h1 >
< div class = "genindex-jumpbox" >
2021-05-10 15:03:05 +00:00
< a href = "#_" > < strong > _< / strong > < / a >
| < a href = "#A" > < strong > A< / strong > < / a >
2021-04-26 16:14:53 +00:00
| < a href = "#B" > < strong > B< / strong > < / a >
| < a href = "#C" > < strong > C< / strong > < / a >
| < a href = "#E" > < strong > E< / strong > < / a >
| < a href = "#F" > < strong > F< / strong > < / a >
| < a href = "#G" > < strong > G< / strong > < / a >
| < a href = "#H" > < strong > H< / strong > < / a >
| < a href = "#I" > < strong > I< / strong > < / a >
| < a href = "#J" > < strong > J< / strong > < / a >
| < a href = "#L" > < strong > L< / strong > < / a >
| < a href = "#M" > < strong > M< / strong > < / a >
| < a href = "#N" > < strong > N< / strong > < / a >
| < a href = "#O" > < strong > O< / strong > < / a >
| < a href = "#P" > < strong > P< / strong > < / a >
| < a href = "#R" > < strong > R< / strong > < / a >
| < a href = "#S" > < strong > S< / strong > < / a >
| < a href = "#T" > < strong > T< / strong > < / a >
| < a href = "#U" > < strong > U< / strong > < / a >
| < a href = "#W" > < strong > W< / strong > < / a >
< / div >
2021-05-10 15:03:05 +00:00
< h2 id = "_" > _< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.__init__" > __init__() (nest_backend.database.tables.Alert method)< / a >
< ul >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Authorization.__init__" > (nest_backend.database.tables.Authorization method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.__init__" > (nest_backend.database.tables.BoolOperation method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Composed.__init__" > (nest_backend.database.tables.Composed method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.__init__" > (nest_backend.database.tables.Condition method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Contains.__init__" > (nest_backend.database.tables.Contains method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Notification.__init__" > (nest_backend.database.tables.Notification method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.__init__" > (nest_backend.database.tables.Repository method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet.__init__" > (nest_backend.database.tables.Tweet method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.__init__" > (nest_backend.database.tables.User method)< / a >
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
2021-04-26 16:14:53 +00:00
< h2 id = "A" > A< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.admin_or_403" > admin_or_403() (in module nest_backend.gestione)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert" > Alert (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.alert" > alert (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Notification.alert" > (nest_backend.database.tables.Notification attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.alert_id" > alert_id (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Notification.alert_id" > (nest_backend.database.tables.Notification attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.alerts" > alerts (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.OperationType.assign" > assign (nest_backend.database.tables.OperationType attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.authenticate" > authenticate() (in module nest_backend.gestione)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Authorization" > Authorization (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.authorizations" > authorizations (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.authorizations" > (nest_backend.database.tables.User attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "B" > B< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation" > BoolOperation (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "C" > C< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Contains.cid" > cid (nest_backend.database.tables.Contains attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Composed" > Composed (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition" > Condition (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.condition" > condition (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Contains.condition" > (nest_backend.database.tables.Contains attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.condition_id" > condition_id (nest_backend.database.tables.BoolOperation attribute)< / a >
< / li >
2021-04-26 16:14:53 +00:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.conditions" > conditions (nest_backend.database.tables.Repository attribute)< / a >
< ul >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet.conditions" > (nest_backend.database.tables.Tweet attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< / ul > < / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.ConditionType" > ConditionType (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Contains" > Contains (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.content" > content (nest_backend.database.tables.Condition attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet.content" > (nest_backend.database.tables.Tweet attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.ConditionType.coordinates" > coordinates (nest_backend.database.tables.ConditionType attribute)< / a >
< / li >
2021-04-26 16:14:53 +00:00
< / ul > < / td >
< / tr > < / table >
< h2 id = "E" > E< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Authorization.email" > email (nest_backend.database.tables.Authorization attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.email" > (nest_backend.database.tables.User attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.end" > end (nest_backend.database.tables.Repository attribute)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.error_handler" > error_handler() (in module nest_backend.gestione)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.evaluation_mode" > evaluation_mode (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "F" > F< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.father_1" > father_1 (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.father_2" > father_2 (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.find_user" > find_user() (in module nest_backend.gestione)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "G" > G< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.gen_password" > gen_password() (in module nest_backend.gestione)< / a >
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.get_chain_ids" > get_chain_ids() (nest_backend.database.tables.BoolOperation method)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "H" > H< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.ConditionType.hashtag" > hashtag (nest_backend.database.tables.ConditionType attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "I" > I< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.id" > id (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.id" > (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.id" > (nest_backend.database.tables.Condition attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Notification.id" > (nest_backend.database.tables.Notification attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.id" > (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.identity" > identity() (in module nest_backend.gestione)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.is_active" > is_active (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.isAdmin" > isAdmin (nest_backend.database.tables.User attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.isRoot" > isRoot (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "J" > J< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.json_error" > json_error() (in module nest_backend.gestione)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.json_request_authorizer" > json_request_authorizer() (in module nest_backend.gestione)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.json_success" > json_success() (in module nest_backend.gestione)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "L" > L< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.limit" > limit (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.ConditionType.location" > location (nest_backend.database.tables.ConditionType attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet.location" > (nest_backend.database.tables.Tweet attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "M" > M< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li >
module
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend" > nest_backend< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.database" > nest_backend.database< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.database.base" > nest_backend.database.base< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.database.tables" > nest_backend.database.tables< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.gestione" > nest_backend.gestione< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "N" > N< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.name" > name (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.name" > (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< li >
nest_backend
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend" > module< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< li >
nest_backend.database
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.database" > module< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< li >
nest_backend.database.base
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.database.base" > module< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< li >
nest_backend.database.tables
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.database.tables" > module< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li >
nest_backend.gestione
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#module-nest_backend.gestione" > module< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.node_1" > node_1 (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.node_1_id" > node_1_id (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.node_2" > node_2 (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.node_2_id" > node_2_id (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Notification" > Notification (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.notifications" > notifications (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "O" > O< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.operation" > operation (nest_backend.database.tables.BoolOperation attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.operations" > operations (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.operations" > (nest_backend.database.tables.Condition attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.OperationType" > OperationType (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Notification.ora" > ora (nest_backend.database.tables.Notification attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.owner" > owner (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.owner_id" > owner_id (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.owner_of" > owner_of (nest_backend.database.tables.User attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "P" > P< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.password" > password (nest_backend.database.tables.User attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.ConditionType.place" > place (nest_backend.database.tables.ConditionType attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet.poster" > poster (nest_backend.database.tables.Tweet attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "R" > R< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet.repositories" > repositories (nest_backend.database.tables.Tweet attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository" > Repository (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.repository" > repository (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Authorization.repository" > (nest_backend.database.tables.Authorization attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Composed.repository" > (nest_backend.database.tables.Composed attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.repository" > (nest_backend.database.tables.Condition attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.gestione.repository_auth" > repository_auth() (in module nest_backend.gestione)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.repository_id" > repository_id (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.repository_id" > (nest_backend.database.tables.Condition attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< / ul > < / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Authorization.rid" > rid (nest_backend.database.tables.Authorization attribute)< / a >
< ul >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Composed.rid" > (nest_backend.database.tables.Composed attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "S" > S< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Composed.snowflake" > snowflake (nest_backend.database.tables.Composed attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Contains.snowflake" > (nest_backend.database.tables.Contains attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet.snowflake" > (nest_backend.database.tables.Tweet attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.start" > start (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "T" > T< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.ConditionType.time" > time (nest_backend.database.tables.ConditionType attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.to_json" > to_json() (nest_backend.database.tables.Alert method)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.BoolOperation.to_json" > (nest_backend.database.tables.BoolOperation method)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.to_json" > (nest_backend.database.tables.Condition method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Notification.to_json" > (nest_backend.database.tables.Notification method)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.to_json" > (nest_backend.database.tables.Repository method)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.to_json" > (nest_backend.database.tables.User method)< / a >
< / li >
< / ul > < / li >
2021-04-26 16:14:53 +00:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Tweet" > Tweet (class in nest_backend.database.tables)< / a >
< / li >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Composed.tweet" > tweet (nest_backend.database.tables.Composed attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Contains.tweet" > (nest_backend.database.tables.Contains attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.tweets" > tweets (nest_backend.database.tables.Condition attribute)< / a >
2021-04-26 16:14:53 +00:00
< ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Repository.tweets" > (nest_backend.database.tables.Repository attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Condition.type" > type (nest_backend.database.tables.Condition attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "U" > U< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User" > User (class in nest_backend.database.tables)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Authorization.user" > user (nest_backend.database.tables.Authorization attribute)< / a >
< ul >
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.ConditionType.user" > (nest_backend.database.tables.ConditionType attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
2021-05-10 15:03:05 +00:00
< / ul > < / li >
2021-04-26 16:14:53 +00:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.User.username" > username (nest_backend.database.tables.User attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "W" > W< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2021-05-10 15:03:05 +00:00
< li > < a href = "python_api/nest_backend.html#nest_backend.database.tables.Alert.window_size" > window_size (nest_backend.database.tables.Alert attribute)< / a >
2021-04-26 16:14:53 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
2021-05-10 15:03:05 +00:00
< / div >
2021-04-26 16:14:53 +00:00
< / div >
2021-05-10 15:03:05 +00:00
< footer >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< hr / >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< div role = "contentinfo" >
< p >
© Copyright 2021, Gruppo 2.
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< / p >
< / div >
Built with < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > using a
< a href = "https://github.com/readthedocs/sphinx_rtd_theme" > theme< / a >
provided by < a href = "https://readthedocs.org" > Read the Docs< / a > .
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< / footer >
< / div >
< / div >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< / section >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< / div >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< script type = "text/javascript" >
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
< / script >
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
2021-04-26 16:14:53 +00:00
2021-05-10 15:03:05 +00:00
< / body >
2021-04-26 16:14:53 +00:00
< / html >