Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aletisunil committed Jun 29, 2024
1 parent 128d096 commit 0ab6efb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '0.7'
DESCRIPTION = 'Contains multiple functions, stats() and iv_woe(), pushdb()'
#LONG_DESCRIPTION = 'stats() function takes the dataframe and returns statistics i.e count, percentiles, unique_values etc and iv_woe() function is used to calculate the Weight of Evidence (woe) and Information Value (iv) for a dataframe'
VERSION = '1.0'
DESCRIPTION = 'Contains multiple functions stats(), iv_woe(), pushdb(), teams_webhook(), and ntfy()'


# Setting up
setup(
Expand All @@ -21,7 +21,7 @@
long_description_content_type="text/markdown",
long_description=long_description,
packages=find_packages(),
install_requires=['pandas', 'numpy', 'sqlalchemy', 'pyodbc'],
install_requires=['pandas', 'numpy', 'sqlalchemy', 'pyodbc', 'requests'],
keywords=['python', 'describe', 'stats', 'unique values', 'information value', 'woe','iv'],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 0ab6efb

Please sign in to comment.