Skip to content

Commit

Permalink
Upload gxipy
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecharriere committed Jun 1, 2022
1 parent ab135cc commit 54d79da
Show file tree
Hide file tree
Showing 10 changed files with 4,698 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/*
dist/*
iai_gxipy.egg-info/*
11 changes: 11 additions & 0 deletions gxipy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/python
# -*- coding:utf-8 -*-
# -*-mode:python ; tab-width:4 -*- ex:set tabstop=4 shiftwidth=4 expandtab: -*-

from gxipy.gxiapi import *
from gxipy.gxidef import *


__all__ = ["gxwrapper", "dxwrapper", "gxiapi", "gxidef"]

__version__ = '1.0.2001.9131'
Binary file added gxipy/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file added gxipy/__pycache__/gxiapi.cpython-39.pyc
Binary file not shown.
Binary file added gxipy/__pycache__/gxwrapper.cpython-39.pyc
Binary file not shown.
382 changes: 382 additions & 0 deletions gxipy/dxwrapper.py

Large diffs are not rendered by default.

2,030 changes: 2,030 additions & 0 deletions gxipy/gxiapi.py

Large diffs are not rendered by default.

Loading

0 comments on commit 54d79da

Please sign in to comment.