@aureooms/js-collections

4.0.0 • Public • Published

@aureooms/js-collections

Python's collections library for JavaScript. See docs. Parent is @aureooms/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 ;

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Children

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

Package Sidebar

Install

npm i @aureooms/js-collections

Weekly Downloads

0

Version

4.0.0

License

AGPL-3.0

Unpacked Size

326 kB

Total Files

7

Last publish

Collaborators

  • aureooms