Skip to content

tuchk4/apop

Repository files navigation

apop 🐍

For transformation data. Replaces recursive nested constructions to flow functions

build status apop version

Full documentation

The main idea

  • Array Parse(ap) - apply flow actions to array.
  • Object Parse(op) - apply flow actions to object.

Installation

npm install --save apop

Imports

import ap from 'apop/ap';
import op from 'apop/op';

Contributing

Project is open for new ideas and features:

  • New actions
  • New experiments
  • Support Map, Set
  • Support async usage
  • Support Immutable.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published