Initial commit

This commit is contained in:
2022-12-04 22:47:05 +08:00
commit 682ba1f45c
17 changed files with 1639 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
from _pynfs import *
+7
View File
@@ -0,0 +1,7 @@
from setuptools import setup, Extension
setup(name='pynfs',
version='1.0',
author='indigo',
author_email='indigo.cgcg.com.tw',
description='Python binding for libnfs use pybind11')