littletree

Contents:

  • Installation
  • Tutorial
  • Tips and tricks
  • API
  • Changelog
littletree
  • LittleTree
  • View page source

LittleTree

Welcome to LittleTree’s documentation. LittleTree is a library that provides a tree(node) data structure, which is both fast and flexible.

You may start by installing it and then reading the tutorial. For detailed information, you may read the api docs.

Contents:

  • Installation
    • External dependencies
  • Tutorial
    • Creating the root of the tree
    • Adding nodes
    • Bulk adding
    • Iteration
    • Path operations
    • Miscellaneous tree operations
    • Exporting and serialization
  • Tips and tricks
    • Accessing child nodes by index
    • Always-sorted child nodes
    • Node aliases with shared data
  • API
    • Node classes
    • Serializers
    • Exceptions
  • Changelog
    • Version 0.9.1
    • Version 0.9.0
    • Version 0.8.8
    • Version 0.8.7
    • Version 0.8.6
    • Version 0.8.5
    • Version 0.8.4
    • Version 0.8.2
    • Version 0.8.1
    • Version 0.8.0
    • Version 0.6.2
    • Version 0.6.1
    • Version 0.6.0
    • Version 0.5.1
    • Version 0.5.0
    • Version 0.4.1
    • Version 0.4.0
    • Version 0.3.0
    • Version 0.2.3
    • Version 0.2.2
    • Version 0.2.1
    • Version 0.2.0

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2024, Laurent Verweijen.

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