@mat3ra/made 2024.10.29-0 → 2024.10.29-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
# Made
|
|
5
5
|
|
|
6
|
-
Made is a library for **MA**terials **DE**sign
|
|
6
|
+
Made is a library for **MA**terials **DE**sign. It allows for creating and manipulating material structures from atoms up. The library is aimed to be used for the development of web applications, both on the client (web browser) and server (eg. Node.js) side. It has implementations in Python (including Pyodide) and JavaScript/TypeScript.
|
|
7
7
|
|
|
8
8
|
## 1. Overview
|
|
9
9
|
|
|
10
|
-
The package provides
|
|
10
|
+
The package provides software concepts for interacting with Materials-related data structures. The concepts follow the ESSE Data Convention [[1]](#links).
|
|
11
11
|
|
|
12
12
|
## 2. Installation
|
|
13
13
|
|