Metadata-Version: 2.4
Name: discopop-explorer
Version: 0.0.1a1
Summary: DiscoPoP Explorer: parallel pattern detection and analysis for the DiscoPoP framework.
Author-email: TU Darmstadt and Iowa State University <discopop@lists.parallel.informatik.tu-darmstadt.de>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://www.discopop.tu-darmstadt.de/
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: discopop-library
Requires-Dist: alive_progress
Requires-Dist: filelock
Requires-Dist: jsonpickle
Requires-Dist: lxml>=4.3.3
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: numpy>=1.16.3
Requires-Dist: pluginbase>=1.0.0
Requires-Dist: pstats2
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: data-science-types; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: ci
Requires-Dist: mypy; extra == "ci"
Requires-Dist: black; extra == "ci"
Requires-Dist: data-science-types; extra == "ci"
Dynamic: license-file

<!--
 /*
 * This file is part of the DiscoPoP software (http://www.discopop.tu-darmstadt.de)
 *
 * Copyright (c) 2020, Technische Universitaet Darmstadt, Germany
 *
 * This software may be modified and distributed under the terms of
 * the 3-Clause BSD License. See the LICENSE file in the package base
 * directory for details.
 *
 */
 -->

# DiscoPoP Explorer
TODO add description here!

## License
© DiscoPoP is available under the terms of the BSD-3-Clause license, as specified in the LICENSE file.
