-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
chore: adjust README
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.