Metadata-Version: 2.2
Name: mat3ra-utils
Version: 2025.2.6.post5
Summary: Utils.
Author-email: "Exabyte Inc." <info@mat3ra.com>
License: # LICENSE
        
        Copyright 2024 Exabyte Inc.
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
           http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Provides-Extra: extra
Requires-Dist: tabulate; extra == "extra"
Requires-Dist: jinja2; extra == "extra"
Provides-Extra: jupyterlite
Requires-Dist: pyyaml; extra == "jupyterlite"
Requires-Dist: matplotlib>=3.4.1; extra == "jupyterlite"
Requires-Dist: plotly>=5.18; extra == "jupyterlite"
Requires-Dist: ipython>=8.0; extra == "jupyterlite"
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Provides-Extra: tests
Requires-Dist: coverage[toml]>=5.3; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: gradio; extra == "tests"
Requires-Dist: pydantic; extra == "tests"
Requires-Dist: mat3ra-utils[extra]; extra == "tests"
Provides-Extra: all
Requires-Dist: mat3ra-utils[tests]; extra == "all"
Requires-Dist: mat3ra-utils[dev]; extra == "all"

# 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](./src/js) directory for the available modules.

### 2.2. Python
See the [Python](./src/py) directory for the available modules.

## 3. Scripts

### 3.1. JavaScript/TypeScript
TBA

### 3.2. Python

#### 3.2.1. [wheel_server.py](./src/py/mat3ra/utils/scripts/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.
