-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'chore/remove-deprecated-setup.py' into feat/nsgr-integr…
…ation
- Loading branch information
Showing
13 changed files
with
162 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,7 @@ sphinx: | |
|
||
python: | ||
install: | ||
- requirements: docs/requirements.txt | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
include README.md | ||
include CONTRIBUTING.md | ||
include LICENSE* | ||
include requirements.txt | ||
include *.sh | ||
recursive-include tests * | ||
recursive-include man * | ||
recursive-include examples * | ||
recursive-include docs * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,128 @@ | ||
[metadata] | ||
name = pyNeuroML | ||
version = 1.0.8 | ||
author = Padraig Gleeson | ||
author_email = [email protected] | ||
url = https://github.com/NeuroML/pyNeuroML | ||
license = LGPL-3.0-only | ||
description = Python utilities for NeuroML | ||
long_description = file: README.md, LICENSE.lesser | ||
classifiers= | ||
Intended Audience :: Science/Research | ||
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) | ||
Natural Language :: English | ||
Operating System :: OS Independent | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Topic :: Scientific/Engineering | ||
|
||
[options] | ||
install_requires = | ||
pylems>=0.5.7 | ||
airspeed>=0.5.5 | ||
neuromllite>=0.5.4 | ||
libNeuroML>=0.5.1 | ||
matplotlib | ||
matplotlib-scalebar | ||
graphviz | ||
typing; python_version<"3.5" | ||
lxml | ||
pandas | ||
plotly | ||
argparse | ||
|
||
packages = find: | ||
|
||
[options.packages.find] | ||
where = . | ||
include = pyneuroml* | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
pynml = pyneuroml.pynml:main | ||
pynml-archive = pyneuroml.archive:main | ||
pynml-channelanalysis = pyneuroml.analysis.NML2ChannelAnalysis:main | ||
pynml-modchananalysis = pyneuroml.neuron.analysis.HHanalyse:main | ||
pynml-povray = pyneuroml.povray.NeuroML2ToPOVRay:main | ||
pynml-tune = pyneuroml.tune.NeuroMLTuner:main | ||
pynml-summary = pyneuroml.pynml:summary | ||
pynml-plotspikes = pyneuroml.plot.PlotSpikes:main | ||
pynml-plotmorph = pyneuroml.plot.PlotMorphology:main | ||
pynml-channelml2nml = pyneuroml.channelml:main | ||
pynml-sonata = neuromllite.SonataReader:main | ||
|
||
[options.package_data] | ||
* = | ||
lib/*.jar | ||
*.xml | ||
*.html | ||
*.md | ||
*.xsl | ||
*.hoc | ||
|
||
[options.extras_require] | ||
neuron = | ||
NEURON | ||
pyyaml | ||
|
||
brian = | ||
Brian2 | ||
|
||
netpyne = | ||
netpyne | ||
|
||
povray = | ||
opencv-python | ||
|
||
hdf5 = | ||
tables | ||
|
||
analysis = | ||
pyelectro | ||
|
||
tune = | ||
neurotune>=0.2.6 | ||
ppft | ||
|
||
vispy = | ||
vispy | ||
pyqt5 | ||
|
||
all = | ||
pyNeuroML[neuron] | ||
pyNeuroML[brian] | ||
pyNeuroML[netpyne] | ||
pyNeuroML[netpyne] | ||
pyNeuroML[povray] | ||
pyNeuroML[hdf5] | ||
pyNeuroML[analysis] | ||
pyNeuroML[tune] | ||
pyNeuroML[vispy] | ||
|
||
dev = | ||
pyNeuroML[all] | ||
airspeed>=0.5.5 | ||
modelspec @ git+https://github.com/ModECI/modelspec.git@development#egg=modelspec | ||
libNeuroML @ git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML | ||
pylems @ git+https://github.com/LEMS/pylems.git@development#egg=pylems | ||
pytest | ||
pytest-cov | ||
kaleido | ||
|
||
experimental = | ||
pyNeuroML[dev] | ||
|
||
modelspec @ git+https://github.com/ModECI/modelspec.git@development#egg=modelspec | ||
libNeuroML @ git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML | ||
pylems @ git+https://github.com/LEMS/pylems.git@development#egg=pylems | ||
|
||
doc = | ||
pyNeuroML[all] | ||
sphinxcontrib-bibtex | ||
pydata-sphinx-theme | ||
|
||
[flake8] | ||
ignore = E501, E502, F403, F405 |
Oops, something went wrong.