Skip to main content

Functional hierarchical zipper, with navigation, editing, and enumeration. See Huet

Project description

Zipper [![Build Status](https://travis-ci.org/trivio/zipper.png)](https://travis-ci.org/trivio/zipper)
======

A datastructure, first described by Huet, is used to traverse and
manipulate immutable trees. This library is a port of the zipper
implementation found in Clojure.

Usage
-----

The zipper module provides several functions for creating a Loc object which
represents the current focal point in the tree.



```
>>> import zipper
>>> top = zipper.list([1, [2, 3], 4])

>>> print top.down().right().node()
[2,3]

>>> print top.down().right().down().node()
2

>>> print top.down().right().down().replace(0).root()
[1, [0, 3], 4]

```

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

zipper-0.0.2.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file zipper-0.0.2.tar.gz.

File metadata

  • Download URL: zipper-0.0.2.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for zipper-0.0.2.tar.gz
Algorithm Hash digest
SHA256 e1cc2caf122c1b7feee9bf575a25e5dab11c5c4280c013409a759f3ca24a3945
MD5 8280dd9ff1596a7ae91086cb3cdfa9d7
BLAKE2b-256 0619214599f733746eb23787b15cb3794d6a756dda9973b39aea579b9f876f16

See more details on using hashes here.

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