| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | .. _glossary:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Glossary
 | 
					
						
							|  |  |  | ========
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. glossary::
 | 
					
						
							|  |  |  |    :sorted: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-22 21:40:26 -06:00
										 |  |  |    ad hoc script
 | 
					
						
							|  |  |  |      Python script (text) file used for ad-hoc automation etc.  See
 | 
					
						
							|  |  |  |      also :doc:`narr/cli/scripts`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    app
 | 
					
						
							|  |  |  |      Depending on context, may refer to the software application
 | 
					
						
							| 
									
										
										
										
											2023-11-22 21:40:26 -06:00
										 |  |  |      overall, or the :term:`app name`, or the :term:`app handler`.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  |    app database
 | 
					
						
							| 
									
										
										
										
											2023-11-24 19:14:48 -06:00
										 |  |  |      The main :term:`database` used by the :term:`app`.  There is
 | 
					
						
							|  |  |  |      normally just one database (for simple apps) which uses
 | 
					
						
							|  |  |  |      PostgreSQL for the backend.  The app database contains the
 | 
					
						
							| 
									
										
										
										
											2024-12-08 12:19:42 -06:00
										 |  |  |      :term:`settings table` as well as :term:`data models <data
 | 
					
						
							|  |  |  |      model>`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      For more info see :doc:`narr/db/app`.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-22 00:01:46 -06:00
										 |  |  |    app dir
 | 
					
						
							|  |  |  |      Folder containing app-specific config files, log files, etc.
 | 
					
						
							|  |  |  |      Usually this is named ``app`` and is located at the root of the
 | 
					
						
							|  |  |  |      virtual environment.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-25 12:33:52 -05:00
										 |  |  |      Can be retrieved via
 | 
					
						
							|  |  |  |      :meth:`~wuttjamaican.app.AppHandler.get_appdir()`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-24 10:20:05 -05:00
										 |  |  |    app enum
 | 
					
						
							|  |  |  |       Python module whose namespace contains all the "enum" values
 | 
					
						
							|  |  |  |       used by the :term:`app`.  Available on the :term:`app handler`
 | 
					
						
							|  |  |  |       as :attr:`~wuttjamaican.app.AppHandler.enum`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    app handler
 | 
					
						
							| 
									
										
										
										
											2023-11-24 15:49:57 -06:00
										 |  |  |      Python object representing the core :term:`handler` for the
 | 
					
						
							|  |  |  |      :term:`app`.  There is normally just one "global" app handler;
 | 
					
						
							|  |  |  |      see also :doc:`narr/handlers/app`.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-11 12:55:55 -05:00
										 |  |  |    app model
 | 
					
						
							|  |  |  |       Python module whose namespace contains all the :term:`data
 | 
					
						
							|  |  |  |       models<data model>` used by the :term:`app`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    app name
 | 
					
						
							| 
									
										
										
										
											2024-12-07 22:18:05 -06:00
										 |  |  |      This refers to the canonical name for the underlying app/config
 | 
					
						
							|  |  |  |      system.  It does not refer to the overall app; contrast with
 | 
					
						
							|  |  |  |      :term:`app title`.
 | 
					
						
							| 
									
										
										
										
											2023-11-22 21:40:26 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-07 22:18:05 -06:00
										 |  |  |      In most cases (i.e. by default) this will simply be ``wutta``.
 | 
					
						
							|  |  |  |      This value affects the naming conventions for config files as
 | 
					
						
							|  |  |  |      well as setting names etc.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-07 22:18:05 -06:00
										 |  |  |      The primary reason for this abstraction is so that the Rattail
 | 
					
						
							|  |  |  |      Project could leverage the Wutta config logic without having to
 | 
					
						
							|  |  |  |      rewrite all config files in the wild.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      See also :attr:`~wuttjamaican.conf.WuttaConfig.appname`.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-24 22:24:20 -06:00
										 |  |  |    app provider
 | 
					
						
							|  |  |  |      A :term:`provider` which pertains to the :term:`app handler`.
 | 
					
						
							|  |  |  |      See :doc:`narr/providers/app`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    app title
 | 
					
						
							| 
									
										
										
										
											2023-11-22 21:40:26 -06:00
										 |  |  |      Human-friendly name for the :term:`app` (e.g. "Wutta Poser").
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-07 22:18:05 -06:00
										 |  |  |      See also the :term:`app name` which serves a very different
 | 
					
						
							|  |  |  |      purpose.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-13 23:25:20 -05:00
										 |  |  |    auth handler
 | 
					
						
							|  |  |  |       A :term:`handler` responsible for user authentication and
 | 
					
						
							|  |  |  |       authorization (login, permissions) and related things.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       See also :class:`~wuttjamaican.auth.AuthHandler`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-13 20:38:00 -06:00
										 |  |  |    batch
 | 
					
						
							|  |  |  |      This refers to a process whereby bulk data operations may be
 | 
					
						
							|  |  |  |      performed, with preview and other tools to allow the user to
 | 
					
						
							|  |  |  |      refine as needed before "executing" the batch.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      The term "batch" may refer to such a feature overall, or the
 | 
					
						
							|  |  |  |      :term:`data model` used, or the specific data for a single batch,
 | 
					
						
							|  |  |  |      etc.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      See also :term:`batch handler` and :term:`batch row`, and the
 | 
					
						
							|  |  |  |      :class:`~wuttjamaican.db.model.batch.BatchMixin` base class.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    batch handler
 | 
					
						
							|  |  |  |      This refers to a :term:`handler` meant to process a given type of
 | 
					
						
							|  |  |  |      :term:`batch`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      There may be multiple handlers registered for a given
 | 
					
						
							|  |  |  |      :term:`batch type`, but (usually) only one will be configured for
 | 
					
						
							|  |  |  |      use.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    batch row
 | 
					
						
							|  |  |  |      A row of data within a :term:`batch`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      May also refer to the :term:`data model` class used for such a row.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      See also the :class:`~wuttjamaican.db.model.batch.BatchRowMixin`
 | 
					
						
							|  |  |  |      base class.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    batch type
 | 
					
						
							|  |  |  |      This term is used to distinguish :term:`batches <batch>` according
 | 
					
						
							|  |  |  |      to which underlying table is used to store their data, essentially.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      For instance a "pricing batch" would use one table, whereas an
 | 
					
						
							|  |  |  |      "inventory batch" would use another.  And each "type" would be
 | 
					
						
							|  |  |  |      managed by its own :term:`batch handler`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-14 19:39:02 -06:00
										 |  |  |      The batch type is set on the model class but is also available on
 | 
					
						
							|  |  |  |      the handler:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      * :attr:`wuttjamaican.db.model.batch.BatchMixin.batch_type`
 | 
					
						
							|  |  |  |      * :attr:`wuttjamaican.batch.BatchHandler.batch_type`
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    command
 | 
					
						
							|  |  |  |      A top-level command line interface for the app.  Note that
 | 
					
						
							| 
									
										
										
										
											2024-06-30 20:26:25 -05:00
										 |  |  |      top-level commands don't usually "do" anything per se, and are
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |      mostly a way to group :term:`subcommands<subcommand>`.  See also
 | 
					
						
							| 
									
										
										
										
											2024-06-30 20:26:25 -05:00
										 |  |  |      :doc:`narr/cli/index`.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  |    config
 | 
					
						
							|  |  |  |      Depending on context, may refer to any of: :term:`config file`,
 | 
					
						
							|  |  |  |      :term:`config object`, :term:`config setting`.  See also
 | 
					
						
							|  |  |  |      :doc:`narr/config/index`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-11 12:55:55 -05:00
										 |  |  |    config extension
 | 
					
						
							|  |  |  |       A registered extension for the :term:`config object`.  What
 | 
					
						
							|  |  |  |       happens is, a config object is created and then extended by each
 | 
					
						
							|  |  |  |       of the registered config extensions.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-13 23:25:20 -05:00
										 |  |  |       The intention is that all config extensions will have been
 | 
					
						
							|  |  |  |       applied before the :term:`app handler` is created.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-20 12:38:13 -05:00
										 |  |  |       See also :ref:`config-extensions`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    config file
 | 
					
						
							|  |  |  |      A file which contains :term:`config settings<config setting>`.
 | 
					
						
							|  |  |  |      See also :doc:`narr/config/files`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    config object
 | 
					
						
							|  |  |  |      Python object representing the full set of :term:`config
 | 
					
						
							|  |  |  |      settings<config setting>` for the :term:`app`.  Usually it gets
 | 
					
						
							|  |  |  |      some of the settings from :term:`config files<config file>`, but
 | 
					
						
							|  |  |  |      it may also get some from the :term:`settings table`.  See also
 | 
					
						
							|  |  |  |      :doc:`narr/config/object`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    config setting
 | 
					
						
							|  |  |  |      The value of a setting as obtained from a :term:`config object`.
 | 
					
						
							|  |  |  |      Depending on context, sometimes this refers specifically to
 | 
					
						
							|  |  |  |      values obtained from the :term:`settings table` as opposed to
 | 
					
						
							|  |  |  |      :term:`config file`.  See also :doc:`narr/config/settings`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-11 12:55:55 -05:00
										 |  |  |    data model
 | 
					
						
							|  |  |  |      Usually, a Python class which maps to a :term:`database` table.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-08 12:19:42 -06:00
										 |  |  |      The :term:`app` (assuming it has an :term:`app database`) will
 | 
					
						
							|  |  |  |      have an "official" set of data models, represented as the
 | 
					
						
							|  |  |  |      :term:`app model`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-24 19:14:48 -06:00
										 |  |  |    database
 | 
					
						
							|  |  |  |      Generally refers to a relational database which may be queried
 | 
					
						
							|  |  |  |      using SQL.  More specifically, one supported by `SQLAlchemy`_.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      .. _SQLAlchemy: https://www.sqlalchemy.org
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      Most :term:`apps<app>` will have at least one :term:`app
 | 
					
						
							| 
									
										
										
										
											2024-12-08 12:19:42 -06:00
										 |  |  |      database`.  See also :doc:`narr/db/index`.
 | 
					
						
							| 
									
										
										
										
											2023-11-24 19:14:48 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-13 17:26:07 -06:00
										 |  |  |    db handler
 | 
					
						
							|  |  |  |      The :term:`handler` responsible for various operations involving
 | 
					
						
							|  |  |  |      the :term:`app database` (and possibly other :term:`databases
 | 
					
						
							|  |  |  |      <database>`).
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      See also the :class:`~wuttjamaican.db.handler.DatabaseHandler`
 | 
					
						
							|  |  |  |      base class.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-14 23:20:44 -05:00
										 |  |  |    db session
 | 
					
						
							|  |  |  |      The "session" is a SQLAlchemy abstraction for an open database
 | 
					
						
							|  |  |  |      connection, essentially.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-01-12 18:45:23 -06:00
										 |  |  |      For the :term:`app database`, the class used is
 | 
					
						
							|  |  |  |      :class:`~wuttjamaican.db.sess.Session`; other databases may use
 | 
					
						
							|  |  |  |      different classes.
 | 
					
						
							| 
									
										
										
										
											2024-07-14 23:20:44 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-26 13:08:19 -05:00
										 |  |  |    email handler
 | 
					
						
							|  |  |  |       The :term:`handler` responsible for sending email on behalf of
 | 
					
						
							|  |  |  |       the :term:`app`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-19 18:34:03 -06:00
										 |  |  |       Default is :class:`~wuttjamaican.email.EmailHandler`.
 | 
					
						
							| 
									
										
										
										
											2024-08-26 13:08:19 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-19 18:20:57 -06:00
										 |  |  |    email key
 | 
					
						
							|  |  |  |      String idenfier for a certain :term:`email type`.  Each email key
 | 
					
						
							|  |  |  |      must be unique across the app, so the correct template files and
 | 
					
						
							|  |  |  |      other settings are used when sending etc.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-23 15:37:37 -06:00
										 |  |  |    email module
 | 
					
						
							|  |  |  |      This refers to a Python module which contains :term:`email
 | 
					
						
							|  |  |  |      setting` definitions.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    email setting
 | 
					
						
							|  |  |  |      This refers to the settings for a particular :term:`email type`,
 | 
					
						
							|  |  |  |      i.e. its sender and recipients, subject etc.  So each email type
 | 
					
						
							|  |  |  |      has a "collection" of settings, and that collection is referred
 | 
					
						
							|  |  |  |      to simply as an "email setting" in the singular.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    email template
 | 
					
						
							|  |  |  |       Usually this refers to the HTML or TXT template file, used to
 | 
					
						
							|  |  |  |       render the message body when sending an email.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-19 18:20:57 -06:00
										 |  |  |    email type
 | 
					
						
							|  |  |  |      The :term:`app` is capable of sending many types of emails,
 | 
					
						
							|  |  |  |      e.g. daily reports, alerts of various kinds etc.  Each "type" of
 | 
					
						
							|  |  |  |      email then will have its own template(s) and sender/recipient
 | 
					
						
							|  |  |  |      settings etc.  See also :term:`email key`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-22 21:40:26 -06:00
										 |  |  |    entry point
 | 
					
						
							|  |  |  |      This refers to a "setuptools-style" entry point specifically,
 | 
					
						
							|  |  |  |      which is a mechanism used to register "plugins" and the like.
 | 
					
						
							|  |  |  |      This lets the app / config discover features dynamically.  Most
 | 
					
						
							|  |  |  |      notably used to register :term:`commands<command>` and
 | 
					
						
							|  |  |  |      :term:`subcommands<subcommand>`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      For more info see the `Python Packaging User Guide`_.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      .. _Python Packaging User Guide: https://packaging.python.org/en/latest/specifications/entry-points/
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-24 15:49:57 -06:00
										 |  |  |    handler
 | 
					
						
							|  |  |  |      Similar to a "plugin" concept but only *one* handler may be used
 | 
					
						
							|  |  |  |      for a given purpose.  See also :doc:`narr/handlers/index`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-24 10:13:56 -06:00
										 |  |  |    install handler
 | 
					
						
							|  |  |  |       The :term:`handler` responsible for installing a new instance of
 | 
					
						
							|  |  |  |       the :term:`app`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       Default is :class:`~wuttjamaican.install.InstallHandler`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-24 15:49:57 -06:00
										 |  |  |    package
 | 
					
						
							|  |  |  |      Generally refers to a proper Python package, i.e. a collection of
 | 
					
						
							| 
									
										
										
										
											2023-11-24 17:32:45 -06:00
										 |  |  |      modules etc. which is installed via ``pip``.  See also
 | 
					
						
							|  |  |  |      :doc:`narr/install/pkg`.
 | 
					
						
							| 
									
										
										
										
											2023-11-24 15:49:57 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-10 11:07:30 -05:00
										 |  |  |    problem check
 | 
					
						
							|  |  |  |       This refers to a special "report" which runs (usually) on a
 | 
					
						
							|  |  |  |       nighty basis.  Such a report is only looking for "problems"
 | 
					
						
							|  |  |  |       and if any are found, an email notification is sent.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       Apps can define custom problem checks (based on
 | 
					
						
							|  |  |  |       :class:`~wuttjamaican.problems.ProblemCheck`), which can then be
 | 
					
						
							|  |  |  |       ran via the :term:`problem handler`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    problem handler
 | 
					
						
							|  |  |  |       The :term:`handler` responsible for finding and reporting on
 | 
					
						
							|  |  |  |       "problems" with the data or system.  Most typically this runs
 | 
					
						
							|  |  |  |       nightly :term:`checks <problem check>` and will send email if
 | 
					
						
							|  |  |  |       problems are found.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       Default handler is
 | 
					
						
							|  |  |  |       :class:`~wuttjamaican.problems.ProblemHandler`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-24 22:24:20 -06:00
										 |  |  |    provider
 | 
					
						
							|  |  |  |      Python object which "provides" extra functionality to some
 | 
					
						
							|  |  |  |      portion of the :term:`app`.  Similar to a "plugin" concept; see
 | 
					
						
							|  |  |  |      :doc:`narr/providers/index`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-01-11 19:04:30 -06:00
										 |  |  |    report
 | 
					
						
							|  |  |  |      The concept of a report is intentionally vague, in the context of
 | 
					
						
							|  |  |  |      WuttJamaican.  Basically it is something which can be "ran"
 | 
					
						
							|  |  |  |      (usually with :term:`report params`) to generate a data set.  The
 | 
					
						
							|  |  |  |      output can be viewed in the app UI, or it can be saved to file.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      The base class is :class:`~wuttjamaican.reports.Report`.  See
 | 
					
						
							|  |  |  |      also :term:`report handler`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    report handler
 | 
					
						
							|  |  |  |      The :term:`handler` responsible for running :term:`reports
 | 
					
						
							|  |  |  |      <report>`, for display in app UI or saved to file etc.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      Base class is :class:`~wuttjamaican.reports.ReportHandler`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    report key
 | 
					
						
							|  |  |  |      Unique key which identifies a particular :term:`report`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    report module
 | 
					
						
							|  |  |  |      This refers to a Python module which contains :term:`report`
 | 
					
						
							|  |  |  |      definitions.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    report params
 | 
					
						
							|  |  |  |      This refers to the input parameters used when running a
 | 
					
						
							|  |  |  |      :term:`report`.  It is usually a simple mapping of key/value
 | 
					
						
							|  |  |  |      pairs.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    settings table
 | 
					
						
							|  |  |  |      Table in the :term:`app database` which is used to store
 | 
					
						
							| 
									
										
										
										
											2023-11-24 16:32:52 -06:00
										 |  |  |      :term:`config settings<config setting>`.  See also
 | 
					
						
							|  |  |  |      :doc:`narr/config/table`.
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-18 12:28:31 -06:00
										 |  |  |    spec
 | 
					
						
							|  |  |  |      As the term is used in Wutta Project context, this refers to a
 | 
					
						
							|  |  |  |      string designating the import path to a particular object (class,
 | 
					
						
							|  |  |  |      function etc.).
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      Also the term implies a certain format, namely a dotted module
 | 
					
						
							|  |  |  |      path followed by colon (``:``), then object name.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      For instance, ``wuttjamaican.app:AppHandler`` is the spec string
 | 
					
						
							|  |  |  |      for the :class:`wuttjamaican.app.AppHandler` class (and note, the
 | 
					
						
							|  |  |  |      hyperlink does not use colon, but our "spec" always does).
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      See also :meth:`~wuttjamaican.app.AppHandler.load_object()` (on
 | 
					
						
							|  |  |  |      the :term:`app handler`) which can return any object from spec.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 18:27:29 -06:00
										 |  |  |    subcommand
 | 
					
						
							|  |  |  |      A top-level :term:`command` may expose one or more subcommands,
 | 
					
						
							| 
									
										
										
										
											2024-06-30 20:26:25 -05:00
										 |  |  |      for the overall command line interface.  Subcommands are usually
 | 
					
						
							| 
									
										
										
										
											2024-11-23 11:48:28 -06:00
										 |  |  |      the real workhorse; each can perform a different function with a
 | 
					
						
							|  |  |  |      custom arg set.  See also :doc:`narr/cli/index`.
 | 
					
						
							| 
									
										
										
										
											2023-11-24 17:32:45 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  |    virtual environment
 | 
					
						
							|  |  |  |      This term comes from the broader Python world and refers to an
 | 
					
						
							|  |  |  |      isolated way to install :term:`packages<package>`.  See also
 | 
					
						
							|  |  |  |      :doc:`narr/install/venv`.
 |