Metadata-Version: |
2.1 |
Name: |
concepts |
Version: |
0.9.2 |
Summary: |
Formal Concept Analysis with Python |
Author: |
Sebastian Bank |
Author-Email: |
sebastian.bank[at]uni-leipzig.de |
Home-Page: |
https://github.com/xflr6/concepts |
Project-Url: |
Documentation, https://concepts.readthedocs.io |
Project-Url: |
Changelog, https://concepts.readthedocs.io/en/latest/changelog.html |
Project-Url: |
Issue Tracker, https://github.com/xflr6/concepts/issues |
License: |
MIT |
Keywords: |
fca complete lattice graph join meet galois |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
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: |
Topic :: Scientific/Engineering :: Information Analysis |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Classifier: |
Topic :: Scientific/Engineering :: Visualization |
Platform: |
any |
Requires-Python: |
>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* |
Requires-Dist: |
bitsets (~=0.7) |
Requires-Dist: |
graphviz (~=0.7) |
Requires-Dist: |
tox (>=3); extra == "dev" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
pep8-naming; extra == "dev" |
Requires-Dist: |
wheel; extra == "dev" |
Requires-Dist: |
twine; extra == "dev" |
Requires-Dist: |
sphinx (>=1.8); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
pytest (>=4.6); extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
test |