mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2026-02-27 22:15:27 -05:00
Initial commit
This commit is contained in:
15
src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO
Normal file
15
src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO
Normal 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
|
||||
9
src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt
Normal file
9
src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt
Normal 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
|
||||
1
src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt
Normal file
1
src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
src/libWiiPy_NinjaCheetah.egg-info/top_level.txt
Normal file
1
src/libWiiPy_NinjaCheetah.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
libWiiPy_NinjaCheetah
|
||||
0
src/libWiiPy_NinjaCheetah/__init__.py
Normal file
0
src/libWiiPy_NinjaCheetah/__init__.py
Normal file
2
src/libWiiPy_NinjaCheetah/example.py
Normal file
2
src/libWiiPy_NinjaCheetah/example.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def add_one(number):
|
||||
return number + 1
|
||||
Reference in New Issue
Block a user