3 Star 0 Fork 0

Gitee 极速下载/SimpleAI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/simpleai-team/simpleai
克隆/下载
setup.py 914 Bytes
一键复制 编辑 原始数据 按行查看 历史
Juan Pedro Fisanotti 提交于 4年前 . Bump version
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from distutils.core import setup
setup(
name='simpleai',
version='0.8.3',
description=u'An implementation of AI algorithms based on aima-python',
long_description=open('README.rst').read(),
author=u'Juan Pedro Fisanotti',
author_email='fisadev@gmail.com',
url='http://github.com/simpleai-team/simpleai',
packages=['simpleai', 'simpleai.search', 'simpleai.machine_learning'],
package_data={'simpleai.search': ['web_viewer_resources/*.*']},
license='LICENSE.txt',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/SimpleAI.git
git@gitee.com:mirrors/SimpleAI.git
mirrors
SimpleAI
SimpleAI
master

搜索帮助