info.json 684 B

123456789101112131415161718
  1. {
  2. "VERSION": "1.5.1",
  3. "FORMAT_VERSION": "1.1",
  4. "AUTHOR": "Hagen Fritsch, Jan Grewe, Christian Kellner, Achilleas Koutsou, Michael Sonntag, Lyuba Zehl",
  5. "COPYRIGHT": "(c) 2011-2020, German Neuroinformatics Node",
  6. "CONTACT": "dev@g-node.org",
  7. "HOMEPAGE": "https://github.com/G-Node/python-odml",
  8. "CLASSIFIERS": [
  9. "Development Status :: 5 - Production/Stable",
  10. "Programming Language :: Python",
  11. "Programming Language :: Python :: 3.6",
  12. "Programming Language :: Python :: 3.7",
  13. "Programming Language :: Python :: 3.8",
  14. "Topic :: Scientific/Engineering",
  15. "Intended Audience :: Science/Research",
  16. "License :: OSI Approved :: BSD License"
  17. ]
  18. }