# IT4Innovations 2019 easyblock = 'PythonPackage' name = 'networkx' version = '2.2' 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 local_complex networks.""" toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_ZIP] dependencies = [ ('decorator', '4.4.0') ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python2.7/site-packages/'], } moduleclass = 'python'