From 84d664768824d534585ef7878d93ed259af34276 Mon Sep 17 00:00:00 2001
From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com>
Date: Tue, 6 Feb 2024 20:17:50 -0500
Subject: [PATCH] Initial commit
---
.idea/.gitignore | 8 +++++++
.idea/inspectionProfiles/Project_Default.xml | 13 +++++++++++
.../inspectionProfiles/profiles_settings.xml | 6 +++++
.idea/libWiiPy.iml | 10 ++++++++
.idea/misc.xml | 7 ++++++
.idea/modules.xml | 8 +++++++
LICENSE | 19 +++++++++++++++
README.md | 1 +
...bWiiPy_NinjaCheetah-0.0.1-py3-none-any.whl | Bin 0 -> 2594 bytes
dist/libWiiPy_NinjaCheetah-0.0.1.tar.gz | Bin 0 -> 2063 bytes
pyproject.toml | 22 ++++++++++++++++++
src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO | 15 ++++++++++++
.../SOURCES.txt | 9 +++++++
.../dependency_links.txt | 1 +
.../top_level.txt | 1 +
src/libWiiPy_NinjaCheetah/__init__.py | 0
src/libWiiPy_NinjaCheetah/example.py | 2 ++
17 files changed, 122 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/inspectionProfiles/profiles_settings.xml
create mode 100644 .idea/libWiiPy.iml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 dist/libWiiPy_NinjaCheetah-0.0.1-py3-none-any.whl
create mode 100644 dist/libWiiPy_NinjaCheetah-0.0.1.tar.gz
create mode 100644 pyproject.toml
create mode 100644 src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO
create mode 100644 src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt
create mode 100644 src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt
create mode 100644 src/libWiiPy_NinjaCheetah.egg-info/top_level.txt
create mode 100644 src/libWiiPy_NinjaCheetah/__init__.py
create mode 100644 src/libWiiPy_NinjaCheetah/example.py
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 @@
+
CH86r{n5YiT(45)lmw81jiBfBnF598&53R`w~ C(rE+Xu#7ETtx~uuQ4DJCYirV=H~( z8Qim>TcfO^TcSN{Z3`~PVD1cd{vw6!FAlKM3-L8qo~?J*v8#Evw&Q=`EVa&TB_KO0 zFZ+DbSd*ePF2vag9A>1H&h&& GpF_hJ%^itZK4r(1+O0W2YA5Vf7fL5qO`NW5b^~q8z)Eu@4d1s~W5VTz`VHtP zAtqAdV39-OMMKR>Gy13+OGyOs#iBk?;NHS!**5t{AC`~TCbYBNY?js4bKT2jb#yCL z53yrA3c^VHo(S-tzDTT1@DvO7-eobfjtYHjc2FiY=u-lw7ap!~%fINRyQvVVxL8YF z5mS9{!E(Q$fh%*2W#{ub`D{#qjNPGS(%^LMb6eE&TC?lzaAVPO*4z6&4;|Gm9nFzc z0UH(|y9DeR|Mncf6$GTEn5jbK+c+LNf&lSI#4#>#S_G_ajC>b+>5lXd%;nD!jjOm$ zGzDg^o%!@{hWT$!sWmuolEfl%Kn?|j)S2u-89SxF#Z>zVIyQS)yFe47HQslkfFu*1 z^ALfc2sX@tn^C0_4C0!oa!4Qc-H`S pPSwyolcL<*TBa5Sr)ABZNSN zslV)gwO_|<(?IG2#5s`7COAy92sN{3AzJtC9k8GIQ_*L>RNa6eL#mJ)Dv28)kpkO1 zaR!&-nQ<5JBwl9O4x; ;UDnzT`f?}a92%hk31Sx}H=@&6Hg!oB7|4YE`eqQ}AwuP(>HG-NI z;$Sf3*E)5n510xz8xgp>Ud^B`B6j!@-=s?Ry-7*BNbF2|ob5JoY>8MCAVKJZ7ii~3 z%Wr0%;r;9A#3}s^wR5Ziz;nKja1eRB9LlpssRTf?v+yn+1c9I*%G=Y}1sV)sdAAb1 qPMLrhym^=DEgrp>XueM1Pqt8&5Z?cPB9)>835a9oj_{T7@%;~pUOk)u literal 0 HcmV?d00001 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