# IT4Innovations 2018 easyblock = 'PythonPackage' name = 'networkx' version = '2.1' homepage = 'https://pypi.python.org/pypi/networkx' description = """NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.""" toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_ZIP] dependencies = [ ('decorator', '4.2.1') ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.6/site-packages/'], } moduleclass = 'python'