Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1003 Bytes

definitions.rst

File metadata and controls

15 lines (8 loc) · 1003 Bytes

Definitions

Here are definitions of Naked framework specific terms that are commonly used in the documentation:

  • Naked executable : the executable naked that is distributed with the Naked framework (executable)
  • Naked parser : the command line command string to Python object parser that is distributed with the Naked framework (command_line_parser)
  • Naked project : the directory structure and automatically generated files that are created by the naked executable (naked_project_structure)
  • Naked toolshed library : a library of Python and C source files that are distributed with the Naked framework and designed for use by Python application developers (toolshed_overview)
  • StateObject : an object that is instantiated with the Naked toolshed library. It includes numerous operating system, Python language, and application environment state attributes that can be used in the application logic. (toolshed_state)