1 Star 0 Fork 1

HoneyPot/CElegansNeuroML

forked from em/CElegansNeuroML 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup
from setuptools.command.install import install as _install
import os, sys
long_description = """
*C. elegans* models in NeuroML and neuroConstruct
==============================================
This repository contains a neuroConstruct (http://www.neuroConstruct.org) project containing a model of the *C. elegans* nervous system, see [here](https://github.com/openworm/CElegansNeuroML/tree/master/CElegans).
The NeuroML files are available under the directories [generatedNeuroML](https://github.com/openworm/CElegansNeuroML/tree/master/CElegans/generatedNeuroML), and [generatedNeuroML2](https://github.com/openworm/CElegansNeuroML/tree/master/CElegans/generatedNeuroML).
This is being developed as part of the [OpenWorm project](http://www.openworm.org).
**There is also a new initiative which uses Python scripts to generate network models in NeuroML2 at multiple levels of details: [c302](https://github.com/openworm/CElegansNeuroML/tree/master/CElegans/pythonScripts/c302).** This will eventually be fully integrated with the neuroConstruct version.
"""
setup(
name = 'CElegansNeuroML',
install_requires=[
'numpy', 'xlrd', 'xlwt', 'OSBModelValidation',
'pyNeuroML'
],
dependency_links = [
'git://github.com/OpenSourceBrain/osb-model-validation.git#egg=OSBModelValidation',
'git://github.com/NeuroML/pyNeuroML.git#egg=pyNeuroML',
],
version = '0.4',
author = 'OpenWorm.org authors and contributors',
author_email = 'info@openworm.org',
description = 'C. elegans models in NeuroConstruct and NeuroML',
long_description = long_description,
license = 'MIT',
url='http://github.com/openworm/CElegansNeuroML',
download_url = 'https://github.com/openworm/CElegansNeuroML/archive/master.zip',
classifiers = [
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Scientific/Engineering'
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/repletetop/CElegansNeuroML.git
git@gitee.com:repletetop/CElegansNeuroML.git
repletetop
CElegansNeuroML
CElegansNeuroML
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385