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 (Naked 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 (The Toolshed Library 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)