Metadata-Version: 2.3
Name: pyemb
Version: 1.0.0a9
Summary: EDA for complex data
Project-URL: Documentation, https://pyemb.github.io/pyemb
Project-URL: Repository, https://github.com/pyemb/pyemb
Author-email: Annie Gray <annie.gray@bristol.ac.uk>, Ed Davis <edward.davis@bristol.ac.uk>
License: MIT
License-File: LICENSE
Keywords: EDA,embedding
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: fa2-modified==0.3.10
Requires-Dist: matplotlib-inline==0.1.7
Requires-Dist: matplotlib==3.9.1.post1
Requires-Dist: networkx==3.3
Requires-Dist: nltk==3.8.1
Requires-Dist: numba==0.60.0
Requires-Dist: numpy==2.0.1
Requires-Dist: pandas==2.2.2
Requires-Dist: pot==0.9.4
Requires-Dist: pygraphviz==1.13
Requires-Dist: scikit-learn==1.5.1
Requires-Dist: scipy==1.14.0
Requires-Dist: textblob==0.18.0.post0
Requires-Dist: tqdm==4.66.4
Provides-Extra: doc
Requires-Dist: setuptools==59.6.0; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Provides-Extra: other
Requires-Dist: asttokens==2.4.1; extra == 'other'
Requires-Dist: click==8.1.7; extra == 'other'
Requires-Dist: collection==0.1.6; extra == 'other'
Requires-Dist: comm==0.2.2; extra == 'other'
Requires-Dist: debugpy==1.8.2; extra == 'other'
Requires-Dist: decorator==5.1.1; extra == 'other'
Requires-Dist: exceptiongroup==1.2.2; extra == 'other'
Requires-Dist: executing==2.0.1; extra == 'other'
Requires-Dist: ipykernel==6.29.5; extra == 'other'
Requires-Dist: ipython==8.26.0; extra == 'other'
Requires-Dist: jedi==0.19.1; extra == 'other'
Requires-Dist: joblib==1.4.2; extra == 'other'
Requires-Dist: jupyter-client==8.6.2; extra == 'other'
Requires-Dist: jupyter-core==5.7.2; extra == 'other'
Requires-Dist: parso==0.8.4; extra == 'other'
Requires-Dist: pexpect==4.9.0; extra == 'other'
Requires-Dist: platformdirs==4.2.2; extra == 'other'
Requires-Dist: prompt-toolkit==3.0.47; extra == 'other'
Requires-Dist: psutil==6.0.0; extra == 'other'
Requires-Dist: ptyprocess==0.7.0; extra == 'other'
Requires-Dist: pure-eval==0.2.3; extra == 'other'
Requires-Dist: pygments==2.18.0; extra == 'other'
Requires-Dist: python-dateutil==2.9.0.post0; extra == 'other'
Requires-Dist: pytz==2024.1; extra == 'other'
Requires-Dist: pyzmq==26.0.3; extra == 'other'
Requires-Dist: regex==2024.7.24; extra == 'other'
Provides-Extra: plotting
Requires-Dist: plotly==5.22.0; extra == 'plotting'
Description-Content-Type: text/markdown

# pyemb - EDA tools in Python

pyemb is a toolkit for anaylsing complex datasets, such as high-dimensional data, relational databases and networks. It includes functionality for preprocessing, various embedding techniques, hierarchical clustering and visualisation. The aim of this package is have implementations of an variety of exploratory data anaylsis tools that can be used across a large array of datasets. 

To install the package, you can use pip: `pip install pyemb`




