@mat3ra/utils

v2026.3.6-0
  • Types
  • ESM
  • CJS
License
ISC
Install Size
206.6 kB/-
Vulns
1
Published

Get started

$npm install @mat3ra/utils
$pnpm add @mat3ra/utils
$yarn add @mat3ra/utils
$bun add @mat3ra/utils
$deno add npm:@mat3ra/utils
$vlt install @mat3ra/utils

Readme

utils

1. Overview

A dual repository (JavaScript and Python) containing basic utils for development. Minimum external dependencies should be used in order to keep the repository lightweight.

2. Content

2.1. JavaScript/TypeScript

See the JavaScript directory for the available modules.

2.2. Python

See the Python directory for the available modules.

3. Scripts

3.1. JavaScript/TypeScript

TBA

3.2. Python
3.2.1. wheel_server.py

A script to build and serve the wheel file for development-time installation in a Python environment. Convenient to use with Pyodide.