diff options
| author | 2024-02-25 12:00:16 +0800 | |
|---|---|---|
| committer | 2024-02-25 12:00:16 +0800 | |
| commit | e2c1c1911e117245551a612499d02eacabbbe5d8 (patch) | |
| tree | 91c98463bdc1397667ae8d13acb56d83ff347c6e | |
| parent | 1199a75378efcaf756e2027ecc2530c6d97bc95c (diff) | |
| download | TRPGNivis-e2c1c1911e117245551a612499d02eacabbbe5d8.tar.gz TRPGNivis-e2c1c1911e117245551a612499d02eacabbbe5d8.zip | |
refactor: rename nivis-python to nivis
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | nivis/Grammar/Token (renamed from nivis-python/Grammar/Token) | 0 | ||||
| -rw-r--r-- | nivis/Lib/IOStream/__init__.nivis (renamed from nivis-python/Lib/IOStream/__init__.nivis) | 0 | ||||
| -rw-r--r-- | nivis/Modules/asyncio/__init__.py (renamed from nivis-python/Modules/asyncio/__init__.py) | 0 | ||||
| -rw-r--r-- | nivis/__init__.py (renamed from nivis-python/__init__.py) | 0 | ||||
| -rw-r--r-- | nivis/exception.py (renamed from nivis-python/exception.py) | 0 | ||||
| -rw-r--r-- | nivis/execution.py (renamed from nivis-python/execution.py) | 0 | ||||
| -rw-r--r-- | nivis/interpreter.py (renamed from nivis-python/interpreter.py) | 0 | ||||
| -rw-r--r-- | nivis/lexer.py (renamed from nivis-python/lexer.py) | 0 | ||||
| -rw-r--r-- | nivis/mathmatics.py (renamed from nivis-python/mathmatics.py) | 0 | ||||
| -rw-r--r-- | nivis/parsers.py (renamed from nivis-python/parsers.py) | 0 | ||||
| -rw-r--r-- | nivis/type.py (renamed from nivis-python/type.py) | 0 | ||||
| -rw-r--r-- | src/nivis_python/__init__.py | 0 |
13 files changed, 2 insertions, 2 deletions
@@ -20,10 +20,10 @@ docs/site/ .pdm-python .pdm-build/ .venv/ -dist/** +dist/ # vscode .vscode/ # ruff -.ruff_cache
\ No newline at end of file +.ruff_cache/
\ No newline at end of file diff --git a/nivis-python/Grammar/Token b/nivis/Grammar/Token index 0de3014..0de3014 100644 --- a/nivis-python/Grammar/Token +++ b/nivis/Grammar/Token diff --git a/nivis-python/Lib/IOStream/__init__.nivis b/nivis/Lib/IOStream/__init__.nivis index d38024d..d38024d 100644 --- a/nivis-python/Lib/IOStream/__init__.nivis +++ b/nivis/Lib/IOStream/__init__.nivis diff --git a/nivis-python/Modules/asyncio/__init__.py b/nivis/Modules/asyncio/__init__.py index e69de29..e69de29 100644 --- a/nivis-python/Modules/asyncio/__init__.py +++ b/nivis/Modules/asyncio/__init__.py diff --git a/nivis-python/__init__.py b/nivis/__init__.py index 943368b..943368b 100644 --- a/nivis-python/__init__.py +++ b/nivis/__init__.py diff --git a/nivis-python/exception.py b/nivis/exception.py index 0ec22e5..0ec22e5 100644 --- a/nivis-python/exception.py +++ b/nivis/exception.py diff --git a/nivis-python/execution.py b/nivis/execution.py index 09055cf..09055cf 100644 --- a/nivis-python/execution.py +++ b/nivis/execution.py diff --git a/nivis-python/interpreter.py b/nivis/interpreter.py index 6322180..6322180 100644 --- a/nivis-python/interpreter.py +++ b/nivis/interpreter.py diff --git a/nivis-python/lexer.py b/nivis/lexer.py index 7ba94e3..7ba94e3 100644 --- a/nivis-python/lexer.py +++ b/nivis/lexer.py diff --git a/nivis-python/mathmatics.py b/nivis/mathmatics.py index e69de29..e69de29 100644 --- a/nivis-python/mathmatics.py +++ b/nivis/mathmatics.py diff --git a/nivis-python/parsers.py b/nivis/parsers.py index ca004f7..ca004f7 100644 --- a/nivis-python/parsers.py +++ b/nivis/parsers.py diff --git a/nivis-python/type.py b/nivis/type.py index e69de29..e69de29 100644 --- a/nivis-python/type.py +++ b/nivis/type.py diff --git a/src/nivis_python/__init__.py b/src/nivis_python/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/src/nivis_python/__init__.py +++ /dev/null |
