diff --git a/get_cod_stats.py b/cod_api_tool.py similarity index 100% rename from get_cod_stats.py rename to cod_api_tool.py diff --git a/src/cod_api-2.0.1-py3-none-any.whl b/src/cod_api-2.0.1-py3-none-any.whl deleted file mode 100644 index 6af470d..0000000 Binary files a/src/cod_api-2.0.1-py3-none-any.whl and /dev/null differ diff --git a/src/cod_api-2.0.1.tar b/src/cod_api-2.0.1.tar deleted file mode 100644 index 459d94c..0000000 Binary files a/src/cod_api-2.0.1.tar and /dev/null differ diff --git a/src/CSharp-CODAPI/.editorconfig b/src/csharp/.editorconfig similarity index 100% rename from src/CSharp-CODAPI/.editorconfig rename to src/csharp/.editorconfig diff --git a/src/CSharp-CODAPI/.gitignore b/src/csharp/.gitignore similarity index 100% rename from src/CSharp-CODAPI/.gitignore rename to src/csharp/.gitignore diff --git a/src/CSharp-CODAPI/ALT.cs b/src/csharp/ALT.cs similarity index 100% rename from src/CSharp-CODAPI/ALT.cs rename to src/csharp/ALT.cs diff --git a/src/CSharp-CODAPI/CODAPI.cs b/src/csharp/CODAPI.cs similarity index 100% rename from src/CSharp-CODAPI/CODAPI.cs rename to src/csharp/CODAPI.cs diff --git a/src/CSharp-CODAPI/CSharp-CODAPI.csproj b/src/csharp/CSharp-CODAPI.csproj similarity index 100% rename from src/CSharp-CODAPI/CSharp-CODAPI.csproj rename to src/csharp/CSharp-CODAPI.csproj diff --git a/src/CSharp-CODAPI/CSharp-CODAPI.sln b/src/csharp/CSharp-CODAPI.sln similarity index 100% rename from src/CSharp-CODAPI/CSharp-CODAPI.sln rename to src/csharp/CSharp-CODAPI.sln diff --git a/src/CSharp-CODAPI/CW.cs b/src/csharp/CW.cs similarity index 100% rename from src/CSharp-CODAPI/CW.cs rename to src/csharp/CW.cs diff --git a/src/CSharp-CODAPI/Helpers.cs b/src/csharp/Helpers.cs similarity index 100% rename from src/CSharp-CODAPI/Helpers.cs rename to src/csharp/Helpers.cs diff --git a/src/CSharp-CODAPI/Http.cs b/src/csharp/Http.cs similarity index 100% rename from src/CSharp-CODAPI/Http.cs rename to src/csharp/Http.cs diff --git a/src/CSharp-CODAPI/LICENSE b/src/csharp/LICENSE similarity index 100% rename from src/CSharp-CODAPI/LICENSE rename to src/csharp/LICENSE diff --git a/src/CSharp-CODAPI/MW.cs b/src/csharp/MW.cs similarity index 100% rename from src/CSharp-CODAPI/MW.cs rename to src/csharp/MW.cs diff --git a/src/CSharp-CODAPI/MW2.cs b/src/csharp/MW2.cs similarity index 100% rename from src/CSharp-CODAPI/MW2.cs rename to src/csharp/MW2.cs diff --git a/src/CSharp-CODAPI/Properties/launchSettings.json b/src/csharp/Properties/launchSettings.json similarity index 100% rename from src/CSharp-CODAPI/Properties/launchSettings.json rename to src/csharp/Properties/launchSettings.json diff --git a/src/CSharp-CODAPI/README.md b/src/csharp/README.md similarity index 100% rename from src/CSharp-CODAPI/README.md rename to src/csharp/README.md diff --git a/src/CSharp-CODAPI/SHOP.cs b/src/csharp/SHOP.cs similarity index 100% rename from src/CSharp-CODAPI/SHOP.cs rename to src/csharp/SHOP.cs diff --git a/src/CSharp-CODAPI/Types.cs b/src/csharp/Types.cs similarity index 100% rename from src/CSharp-CODAPI/Types.cs rename to src/csharp/Types.cs diff --git a/src/CSharp-CODAPI/USER.cs b/src/csharp/USER.cs similarity index 100% rename from src/CSharp-CODAPI/USER.cs rename to src/csharp/USER.cs diff --git a/src/CSharp-CODAPI/VG.cs b/src/csharp/VG.cs similarity index 100% rename from src/CSharp-CODAPI/VG.cs rename to src/csharp/VG.cs diff --git a/src/CSharp-CODAPI/WZ.cs b/src/csharp/WZ.cs similarity index 100% rename from src/CSharp-CODAPI/WZ.cs rename to src/csharp/WZ.cs diff --git a/src/Node-CallOfDuty/.gitignore b/src/node/.gitignore similarity index 100% rename from src/Node-CallOfDuty/.gitignore rename to src/node/.gitignore diff --git a/src/Node-CallOfDuty/.gitmodules b/src/node/.gitmodules similarity index 100% rename from src/Node-CallOfDuty/.gitmodules rename to src/node/.gitmodules diff --git a/src/Node-CallOfDuty/.npmignore b/src/node/.npmignore similarity index 100% rename from src/Node-CallOfDuty/.npmignore rename to src/node/.npmignore diff --git a/src/Node-CallOfDuty/CODE_OF_CONDUCT.md b/src/node/CODE_OF_CONDUCT.md similarity index 100% rename from src/Node-CallOfDuty/CODE_OF_CONDUCT.md rename to src/node/CODE_OF_CONDUCT.md diff --git a/src/Node-CallOfDuty/CONTRIBUTING.md b/src/node/CONTRIBUTING.md similarity index 100% rename from src/Node-CallOfDuty/CONTRIBUTING.md rename to src/node/CONTRIBUTING.md diff --git a/src/Node-CallOfDuty/LICENCE b/src/node/LICENCE similarity index 100% rename from src/Node-CallOfDuty/LICENCE rename to src/node/LICENCE diff --git a/src/Node-CallOfDuty/README.md b/src/node/README.md similarity index 100% rename from src/Node-CallOfDuty/README.md rename to src/node/README.md diff --git a/src/Node-CallOfDuty/logo.png b/src/node/logo.png similarity index 100% rename from src/Node-CallOfDuty/logo.png rename to src/node/logo.png diff --git a/src/Node-CallOfDuty/package.json b/src/node/package.json similarity index 100% rename from src/Node-CallOfDuty/package.json rename to src/node/package.json diff --git a/src/Node-CallOfDuty/src/index.ts b/src/node/src/index.ts similarity index 100% rename from src/Node-CallOfDuty/src/index.ts rename to src/node/src/index.ts diff --git a/src/Node-CallOfDuty/tsconfig.json b/src/node/tsconfig.json similarity index 100% rename from src/Node-CallOfDuty/tsconfig.json rename to src/node/tsconfig.json diff --git a/src/cod-python-api/CODE_OF_CONDUCT.md b/src/python/CODE_OF_CONDUCT.md similarity index 100% rename from src/cod-python-api/CODE_OF_CONDUCT.md rename to src/python/CODE_OF_CONDUCT.md diff --git a/src/cod-python-api/CONTRIBUTING.rst b/src/python/CONTRIBUTING.rst similarity index 100% rename from src/cod-python-api/CONTRIBUTING.rst rename to src/python/CONTRIBUTING.rst diff --git a/src/cod-python-api/LICENSE b/src/python/LICENSE similarity index 100% rename from src/cod-python-api/LICENSE rename to src/python/LICENSE diff --git a/src/cod-python-api/README.rst b/src/python/README.rst similarity index 100% rename from src/cod-python-api/README.rst rename to src/python/README.rst diff --git a/src/cod-python-api/cod_api/__init__.py b/src/python/cod_api/__init__.py similarity index 100% rename from src/cod-python-api/cod_api/__init__.py rename to src/python/cod_api/__init__.py diff --git a/src/cod-python-api/requirements_dev.txt b/src/python/requirements_dev.txt similarity index 100% rename from src/cod-python-api/requirements_dev.txt rename to src/python/requirements_dev.txt diff --git a/src/cod-python-api/setup.cfg b/src/python/setup.cfg similarity index 100% rename from src/cod-python-api/setup.cfg rename to src/python/setup.cfg diff --git a/src/cod-python-api/setup.py b/src/python/setup.py similarity index 100% rename from src/cod-python-api/setup.py rename to src/python/setup.py diff --git a/scripts/build.bat b/utils/build.bat similarity index 77% rename from scripts/build.bat rename to utils/build.bat index 0f70cea..c95f3e7 100644 --- a/scripts/build.bat +++ b/utils/build.bat @@ -2,9 +2,9 @@ cd /d %~dp0 :: Change directory to the location of this batch file call ../venv/Scripts/activate :: Activate the virtual environment -pyinstaller --noconfirm --onefile --console --icon "../assets/icon.ico" get_cod_stats.py --distpath="../build/bin" -n "get_cod_stats" +pyinstaller --noconfirm --onefile --console --icon "../assets/icon.ico" main.py --distpath="../build/bin" -n "get_cod_stats" rmdir /s /q build del /q "get_cod_stats.spec" -pause \ No newline at end of file +pause diff --git a/scripts/build.py b/utils/build.py similarity index 97% rename from scripts/build.py rename to utils/build.py index 0f798f8..733aa33 100644 --- a/scripts/build.py +++ b/utils/build.py @@ -4,7 +4,7 @@ import subprocess import PyInstaller.__main__ # Constants for your project -SCRIPT = "get_cod_stats.py" +SCRIPT = "main.py" ICON = "assets/icon.ico" NAME = "get_cod_stats" DIST_PATH = "bin" diff --git a/scripts/curl_userInfo.ps1 b/utils/curl_userInfo.ps1 similarity index 100% rename from scripts/curl_userInfo.ps1 rename to utils/curl_userInfo.ps1 diff --git a/scripts/sanitize_userInfo_regex.txt b/utils/sanitize_userInfo_regex.txt similarity index 100% rename from scripts/sanitize_userInfo_regex.txt rename to utils/sanitize_userInfo_regex.txt