Skip to content
Snippets Groups Projects
Commit b1d9e382 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

added package for clb-nb-utils (issue #5)

parent 55073708
No related branches found
No related tags found
Pipeline #14844 canceled with stage
in 7 seconds
from spack import *
# Usage
# from clb_nb_utils import oauth
# oauth.get_token()
class ClbNbUtils(PythonPackage):
url = 'https://github.com/HumanBrainProject/clb-nb-utils/archive/refs/heads/master.zip'
maintainers = ['akarmas']
version('0.1.0','aa079ed0a8c4806db4657a6e7b534f4d')
depends_on('python@3.8:', type=('build','run'))
depends_on('py-setuptools', type=('build','run'))
depends_on('py-requests', type=('build','run'))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment