pyfcstm
PyFCSTM package namespace and version export.
This package provides the root namespace for the pyfcstm project and
exposes the package version via __version__. It is intentionally
minimal, serving as a stable import point for version introspection and
future public exports.
The package currently provides the following public attribute:
__version__- The installed package version string
Example:
>>> import pyfcstm
>>> pyfcstm.__name__
'pyfcstm'
>>> pyfcstm.__version__
- pyfcstm.config
- pyfcstm.diagnostics
- pyfcstm.dsl
- pyfcstm.dsl.error
- pyfcstm.dsl.grammar
- pyfcstm.dsl.listener
- pyfcstm.dsl.node
- __all__
- INIT_STATE
- EXIT_STATE
- ALL
- ASTNode
- Identifier
- ChainID
- Expr
- Literal
- Integer
- HexInt
- Float
- Boolean
- Constant
- Name
- Paren
- UnaryOp
- BinaryOp
- ConditionalOp
- UFunc
- Statement
- OperationalStatement
- ConstantDefinition
- InitialAssignment
- DefAssignment
- OperationalDeprecatedAssignment
- Condition
- Preamble
- Operation
- ImportMappingStatement
- ImportDefSelector
- ImportDefExactSelector
- ImportDefSetSelector
- ImportDefPatternSelector
- ImportDefFallbackSelector
- ImportDefTargetTemplate
- ImportDefMapping
- ImportEventMapping
- ImportStatement
- TransitionDefinition
- ForceTransitionDefinition
- StateDefinition
- OperationAssignment
- OperationIfBranch
- OperationIf
- EventDefinition
- StateMachineDSLProgram
- EnterStatement
- EnterOperations
- EnterAbstractFunction
- EnterRefFunction
- ExitStatement
- ExitOperations
- ExitAbstractFunction
- ExitRefFunction
- DuringStatement
- DuringOperations
- DuringAbstractFunction
- DuringRefFunction
- DuringAspectStatement
- DuringAspectOperations
- DuringAspectAbstractFunction
- DuringAspectRefFunction
- pyfcstm.dsl.parse
- pyfcstm.entry
- pyfcstm.highlight
- pyfcstm.model
- pyfcstm.render
- pyfcstm.simulate
- pyfcstm.solver
- pyfcstm.template
- pyfcstm.utils