Initial commit

This commit is contained in:
2024-02-06 20:17:50 -05:00
commit 84d6647688
17 changed files with 122 additions and 0 deletions

View File

@@ -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 <ninjacheetah@ncxprogramming.com>
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

View File

@@ -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

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
libWiiPy_NinjaCheetah

View File

View File

@@ -0,0 +1,2 @@
def add_one(number):
return number + 1