Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.08 KB

Pyrolysis

Python-like utilities for JS-like programs.

Example

import { all } from "jsr:@summer/builtins";
console.log(await all(["a", "b", "c"]));
// true

Contributing

Any help would be greatly appreciated, either in filling out documentation, or adding more utilities.

Licensing

The toolz directory references the API, code, documentation, algorithms, others of the toolz Python library, which is licensed under a BSD 3-Clause license. The text of the license is duplicated to the toolz.LICENSE file.

The builtins, itertools, and functools directories references the API, code, documentation, algorithms, others of Python, which is licensed under the PSF License Agreement. The text of the license is duplicated to the python.LICENSE file.

Everything else (Original code, others) is licensed under the Unlicense. The text of the license is duplicated to the UNLICENSE file.