Skip to content

Commit

Permalink
chore: adjust README
Browse files Browse the repository at this point in the history
VsevolodX committed Jul 21, 2024

Verified

This commit was signed with the committer’s verified signature.
noctuid Fox Kiester
1 parent 815e212 commit f0e94d4
Showing 3 changed files with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# utils

A dual repository (JavaScript and Python) containing basic utils for development.
## 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.

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.
Empty file.
File renamed without changes.

0 comments on commit f0e94d4

Please sign in to comment.