Metadata-Version: 2.1
Name: bunka-superfunctions
Version: 0.2.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: dotenv (>=0.0.5,<0.0.6)
Requires-Dist: importlib-metadata (>=5.0.0,<6.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-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: python-louvain (>=0.16,<0.17)
Requires-Dist: scikit-learn (>=1.1.3,<2.0.0)
Requires-Dist: sklearn (>=0.0.post1,<0.1)
Requires-Dist: twine (>=4.0.1,<5.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

