Skip to main content
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]

```

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.3.tar.gz (3.9 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for zipper-0.0.3.tar.gz
Algorithm Hash digest
SHA256 956348ff71e7e8ee3325c83e845d6a31acb6671c0b3bfcda85b2cc63bc7f515b
MD5 f795adeed0fc6efb57343881e303aabd
BLAKE2b-256 612b33247f55ec79f2805309d164f9fceb61c49dace3cdb6c528528a59ba9e3e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.3 This release

1 file

0.0.2

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page