Pycider
0.1.0
  • Usage
  • API Documentation
Pycider
  • Welcome to Pycider’s documentation!
  • View page source

Welcome to Pycider’s documentation!

Pycider is a Python library for build code using aggregate composition

Check out the Usage section for further information.

Note

This project is under active development.

Contents

  • Usage
    • Installation
  • API Documentation
    • Pycider Module
      • Deciders
        • AdaptDecider
          • AdaptDecider.build()
        • BaseDecider
          • BaseDecider.decide()
          • BaseDecider.evolve()
          • BaseDecider.initial_state()
          • BaseDecider.is_terminal()
        • ComposeDecider
          • ComposeDecider.build()
        • Decider
        • ManyDecider
        • Map2Decider
        • MapDecider
          • MapDecider.build()
        • NeutralDecider
          • NeutralDecider.build()
      • Processes
        • IProcess
          • IProcess.evolve()
          • IProcess.initial_state()
          • IProcess.is_terminal()
          • IProcess.react()
          • IProcess.resume()
        • ProcessAdapt
          • ProcessAdapt.build()
        • ProcessCombineWithDecider
          • ProcessCombineWithDecider.build()
      • Utilities
        • InMemory
          • InMemory.command()
          • InMemory.state
      • Types
        • Either
        • Left
          • Left.value
        • Right
          • Right.value
Next

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.