npm.io
3.0.0 • Published 9 years ago

aureooms-js-collections v3.0.0

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
9 years ago

js-collections

Python's collections library for JavaScript. Parent is js-data-structures.

JavaScript version of Python's collections library together with some of Python's built-in data structures.

let {
	set , dict ,
	namedtuple ,
	deque ,
	defaultdict ,
	ordereddict ,
	counter ,
	chainmap
} = collections ;

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

Children

The implementation of this package is split over several children packages:

  • aureooms-js-collections-chainmap
  • aureooms-js-collections-counter
  • aureooms-js-collections-defaultdict
  • aureooms-js-collections-deque
  • aureooms-js-collections-dict
  • aureooms-js-collections-namedtuple
  • aureooms-js-collections-ordereddict
  • aureooms-js-collections-set
collectioncollectionscountcounterdefaultdictdicthashjavascriptjslistmapordereddictset
aureooms-js-collections-chainmapaureooms-js-collections-counteraureooms-js-collections-defaultdictaureooms-js-collections-dequeaureooms-js-collections-dictaureooms-js-collections-namedtupleaureooms-js-collections-ordereddictaureooms-js-collections-setaureooms-js-error
@everything-registry/sub-chunk-1182@zalastax/nolb-auraureooms-js-graph-specaureooms-es-itertools
3.0.0

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.0

10 years ago

0.0.1

10 years ago

contact@npm.io