Metadata-Version: 2.1
Name: bunka-superfunctions
Version: 0.7.0
Summary: some functions often used to do diverse Data Science Projects
Author: Charles De Dampierre
Author-email: charles.de-dampierre@hec.edu
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: community (>=1.0.0b1,<2.0.0)
Requires-Dist: networkx (>=2.8.8,<3.0.0)
Requires-Dist: node2vec (>=0.4.6,<0.5.0)
Requires-Dist: pandas (>=1.5.1,<2.0.0)
Requires-Dist: plotly (>=5.11.0,<6.0.0)
Requires-Dist: python-louvain (>=0.16,<0.17)
Requires-Dist: scikit-learn (>=1.1.3,<2.0.0)
Description-Content-Type: text/markdown

# local-functions

Private repositories from diverse functions used for Data Science

poetry export --without-hashes --format=requirements.txt > requirements.txt

## Build the package

poetry build
poetry publish -u USERNAME -p PASSWORD

'''shell
pip install gensim
pip install bunka_superfunctions
'''

