commit 84d664768824d534585ef7878d93ed259af34276 Author: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Tue Feb 6 20:17:50 2024 -0500 Initial commit diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..939c71e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/libWiiPy.iml b/.idea/libWiiPy.iml new file mode 100644 index 0000000..2c80e12 --- /dev/null +++ b/.idea/libWiiPy.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..25e6c99 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..af85f7e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..47a752a --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2024 NinjaCheetah + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..3be10ed --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# libWiiPy \ No newline at end of file diff --git a/dist/libWiiPy_NinjaCheetah-0.0.1-py3-none-any.whl b/dist/libWiiPy_NinjaCheetah-0.0.1-py3-none-any.whl new file mode 100644 index 0000000..08ebe0e Binary files /dev/null and b/dist/libWiiPy_NinjaCheetah-0.0.1-py3-none-any.whl differ diff --git a/dist/libWiiPy_NinjaCheetah-0.0.1.tar.gz b/dist/libWiiPy_NinjaCheetah-0.0.1.tar.gz new file mode 100644 index 0000000..a23634d Binary files /dev/null and b/dist/libWiiPy_NinjaCheetah-0.0.1.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..daa605b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,22 @@ +[project] +name = "libWiiPy_NinjaCheetah" +version = "0.0.1" +authors = [ + { name="NinjaCheetah", email="ninjacheetah@ncxprogramming.com" }, +] +description = "A Wii-related library for Python" +readme = "README.md" +requires-python = ">=3.8" +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", +] + +[project.urls] +Homepage = "https://github.com/NinjaCheetah/libWiiPy" +Issues = "https://github.com/NinjaCheetah/libWiipy/issues" + +[build-system] +requires = ["setuptools>=61.0"] +build-backend = "setuptools.build_meta" diff --git a/src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO b/src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO new file mode 100644 index 0000000..24a1d90 --- /dev/null +++ b/src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO @@ -0,0 +1,15 @@ +Metadata-Version: 2.1 +Name: libWiiPy_NinjaCheetah +Version: 0.0.1 +Summary: A Wii-related library for Python +Author-email: NinjaCheetah +Project-URL: Homepage, https://github.com/NinjaCheetah/libWiiPy +Project-URL: Issues, https://github.com/NinjaCheetah/libWiipy/issues +Classifier: Programming Language :: Python :: 3 +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Requires-Python: >=3.8 +Description-Content-Type: text/markdown +License-File: LICENSE + +# libWiiPy diff --git a/src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt b/src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt new file mode 100644 index 0000000..577d944 --- /dev/null +++ b/src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt @@ -0,0 +1,9 @@ +LICENSE +README.md +pyproject.toml +src/libWiiPy_NinjaCheetah/__init__.py +src/libWiiPy_NinjaCheetah/example.py +src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO +src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt +src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt +src/libWiiPy_NinjaCheetah.egg-info/top_level.txt \ No newline at end of file diff --git a/src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt b/src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/src/libWiiPy_NinjaCheetah.egg-info/top_level.txt b/src/libWiiPy_NinjaCheetah.egg-info/top_level.txt new file mode 100644 index 0000000..51adc61 --- /dev/null +++ b/src/libWiiPy_NinjaCheetah.egg-info/top_level.txt @@ -0,0 +1 @@ +libWiiPy_NinjaCheetah diff --git a/src/libWiiPy_NinjaCheetah/__init__.py b/src/libWiiPy_NinjaCheetah/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/libWiiPy_NinjaCheetah/example.py b/src/libWiiPy_NinjaCheetah/example.py new file mode 100644 index 0000000..1ee9ec6 --- /dev/null +++ b/src/libWiiPy_NinjaCheetah/example.py @@ -0,0 +1,2 @@ +def add_one(number): + return number + 1 \ No newline at end of file