Metadata-Version: |
2.1 |
Name: |
asciidag |
Version: |
0.2.0 |
Summary: |
Draw DAGs (directed acyclic graphs) as ASCII art, à la git log --graph |
Author: |
Sam Brightman |
Author-Email: |
sam.brightman[at]gmail.com |
Home-Page: |
https://www.github.com/sambrightman/asciidag |
License: |
GPL-2.0-only |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: GNU General Public License v2 (GPLv2) |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.6 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.0 |
Classifier: |
Programming Language :: Python :: 3.1 |
Classifier: |
Programming Language :: Python :: 3.2 |
Classifier: |
Programming Language :: Python :: 3.3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development |
Requires-Dist: |
enum34; python_version < "3.4" |
Requires-Dist: |
docutils; extra == "dev" |
Requires-Dist: |
flake8-docstrings; extra == "dev" |
Requires-Dist: |
isort (<5); extra == "dev" |
Requires-Dist: |
more-itertools (<6); extra == "dev" |
Requires-Dist: |
py (>=1.4.29); extra == "dev" |
Requires-Dist: |
pydocstyle (<4); extra == "dev" |
Requires-Dist: |
pylint-venv (<2); extra == "dev" |
Requires-Dist: |
pyparsing (<3); extra == "dev" |
Requires-Dist: |
zipp (<3); extra == "dev" |
Requires-Dist: |
bump2version; extra == "dev" |
Requires-Dist: |
twine; extra == "dev" |
Requires-Dist: |
flake8; ((python_version >= "2.7" and python_version < "3") or python_version >= "3.4") and extra == "dev" |
Requires-Dist: |
pytest-cov; ((python_version >= "2.7" and python_version < "3") or python_version >= "3.4") and extra == "dev" |
Requires-Dist: |
pytest-flake8; ((python_version >= "2.7" and python_version < "3") or python_version >= "3.4") and extra == "dev" |
Requires-Dist: |
pytest-pylint (<0.15); ((python_version >= "2.7" and python_version < "3") or python_version >= "3.4") and extra == "dev" |
Requires-Dist: |
pytest (<4.7,>=2.7); ((python_version >= "2.7" and python_version < "3") or python_version >= "3.4") and extra == "dev" |
Requires-Dist: |
astroid (<2); (python_version < "2.7" or (python_version >= "3" and python_version < "3.4")) and extra == "dev" |
Requires-Dist: |
flake8 (<3.8); (python_version < "2.7" or (python_version >= "3" and python_version < "3.4")) and extra == "dev" |
Requires-Dist: |
pytest-cov (<2.6); (python_version < "2.7" or (python_version >= "3" and python_version < "3.4")) and extra == "dev" |
Requires-Dist: |
pytest-flake8 (<0.9); (python_version < "2.7" or (python_version >= "3" and python_version < "3.4")) and extra == "dev" |
Requires-Dist: |
pytest-pylint (<0.10); (python_version < "2.7" or (python_version >= "3" and python_version < "3.4")) and extra == "dev" |
Requires-Dist: |
pytest (<3); (python_version < "2.7" or (python_version >= "3" and python_version < "3.4")) and extra == "dev" |
Requires-Dist: |
pylint (<2); python_version < "3.5" and extra == "dev" |
Requires-Dist: |
typed-ast (<1.3); (python_version >= "3" and python_version < "3.5") and extra == "dev" |
Requires-Dist: |
typing (<3.7); (python_version >= "3" and python_version < "3.5") and extra == "dev" |
Requires-Dist: |
pylint (>=2); python_version >= "3.5" and extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/x-rst |