Skip to main content

A lightweight library designed to easily read and write deeply-nested tree configurations

Project description

easytree

build PyPI version Documentation Status Code style: black

A lightweight Python library designed to easily read and write deeply-nested tree configurations.

Documentation

Documentation is hosted on read the docs

Installation

pip install easytree

Quickstart

>>> import easytree

>>> tree = easytree.Tree()
>>> tree.foo.bar.baz = "Hello world!"
>>> tree
Tree({
    "foo":{
        "bar":{
            "baz":"Hello world!"
        }
    }
})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easytree-0.1.13.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

easytree-0.1.13-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page