1 Star 1 Fork 0

jiangxihj/SymPyBotics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
from os.path import exists
from setuptools import setup
setup(
name='sympybotics',
version='1.0-dev',
author='Cristovao D. Sousa',
author_email='crisjss@gmail.com',
description='Robot dynamic symbolic model generator',
license='BSD',
keywords='robot dynamics',
url='http://github.com/cdsousa/sympybotics',
packages=['sympybotics',
'sympybotics.dynamics',
'sympybotics.dynident',
'sympybotics.symcode',
'sympybotics.tools'],
long_description=open('README.md').read() if exists('README.md') else '',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Intended Audience :: Education',
'Intended Audience :: Manufacturing',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Software Development :: Code Generators',
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jiangxihj/SymPyBotics.git
git@gitee.com:jiangxihj/SymPyBotics.git
jiangxihj
SymPyBotics
SymPyBotics
master

搜索帮助