Skip to content

Commit 20edb40

Browse files
committed
version v0.1.2 released
1 parent c232eba commit 20edb40

File tree

8 files changed

+41
-38
lines changed

8 files changed

+41
-38
lines changed

CHANGLOG.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
- Changelog for v0.0.1 (2021-10-24)
1+
- Changelog for v0.1.2 (2021-10-31)
2+
--------------------------------------------------
3+
* tensorflow, flask, fastapi, kats(timeseriess)
4+
5+
- Changelog for v0.1.1 (2021-10-24)
26
--------------------------------------------------
37
* datascienv package first release.
48
* add almost all package for machine learning environment.
59
* README.md: all installation guide
10+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Ashish Patel
3+
Copyright (c) 2021 Ashish Patel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This package helps to setup your Data Science environment in single line.
66

7-
Developed by Ashish Patel(c) 2020.
7+
Developed by Ashish Patel(c) 2021.
88

99
## datascienv
1010

datascienv.egg-info/PKG-INFO

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Metadata-Version: 2.1
22
Name: datascienv
3-
Version: 0.1.1
3+
Version: 0.1.2
44
Summary: Data Science package for setup data science environment in single line
55
Home-page: http://github.com/ashishpatel26/datascienv
66
Author: ashishpatel26
77
Author-email: ashishpatel.ce.2011@gmail.com
88
License: UNKNOWN
9-
Description:
10-
# Data Science Environment Setup in single line
9+
Description: # Data Science Environment Setup in single line
10+
11+
# [![PyPI version](https://badge.fury.io/py/datascienv.svg)](https://badge.fury.io/py/datascienv) [![GitHub version](https://badge.fury.io/gh/ashishpatel26%2Fdatascienv.svg)](https://badge.fury.io/gh/ashishpatel26%2Fdatascienv) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
1112

1213
This package helps to setup your Data Science environment in single line.
1314

@@ -48,37 +49,35 @@ Description:
4849

4950
#### Installation
5051

51-
datasciecne is currently available on the PyPi's repository and you can install it via pip:
52+
* datascience is currently available on the PyPi's repository and you can install it via pip:
5253

5354
```bash
5455
pip install -U datascienv
5556
```
5657

57-
The package is release also in Anaconda Cloud platform:
58-
59-
```bash
60-
conda install -c conda-forge datascienv
61-
```
62-
63-
If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from GitHub and install all dependencies:
58+
* If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from GitHub and install all dependencies:
6459

6560
```bash
6661
git clone https://github.com/ashishpatel26/datascienv.git
6762
cd datascienv
6863
pip install .
6964
```
7065

71-
Or install using pip and GitHub:
66+
* Or install using pip and GitHub:
7267

7368
```bash
7469
pip install -U git+https://github.com/ashishpatel26/datascienv.git
7570
```
76-
Keywords: pandas,numpy,scipy,matplotlib,seaborn,scikit-learn,statsmodels,pyforest,pycaret,jupyter,xgboost,imbalanced-learn,bokeh,Boruta,spyder,mlxtend,lightgbm,catboost,Data Science,Package,Data science environment setup package,Package,datascienv
77-
Platform: UNKNOWN
78-
Classifier: Development Status :: 1 - Planning
79-
Classifier: Intended Audience :: Developers
71+
72+
* **Warnings:** If you find this type of warning then ignore that warning.
73+
74+
![](https://raw.githubusercontent.com/ashishpatel26/datascienv/main/img/warning.jpg)
75+
76+
---
77+
78+
79+
Keywords: Datascienv,Data Science installation in single line,data science,datascience,datasci,datascience environment
80+
Platform: any
81+
Classifier: License :: OSI Approved :: MIT License
8082
Classifier: Programming Language :: Python :: 3
81-
Classifier: Operating System :: Unix
82-
Classifier: Operating System :: MacOS :: MacOS X
83-
Classifier: Operating System :: Microsoft :: Windows
8483
Description-Content-Type: text/markdown

datascienv.egg-info/requires.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ scikit-learn
77
statsmodels
88
pyforest
99
pycaret
10+
Flask
11+
fastapi
1012
jupyter
1113
xgboost
1214
imbalanced-learn
1315
bokeh
16+
kat
1417
Boruta
1518
spyder
1619
mlxtend
1720
lightgbm
1821
catboost
22+
tensorflow-cpu==2.6.0
23+
tensorflow-gpu==2.6.0
3.63 KB
Binary file not shown.

dist/datascienv-0.1.2.tar.gz

3.57 KB
Binary file not shown.

setup.py

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
import codecs
33
import os
44

5-
here = os.path.abspath(os.path.dirname(__file__))
5+
with open("README.md") as f:
6+
long_description = f.read()
67

7-
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
8-
long_description = "\n" + fh.read()
9-
10-
VERSION = '0.1.1'
8+
VERSION = '0.1.2'
119
DESCRIPTION = 'Data Science package for setup data science environment in single line'
12-
LONG_DESCRIPTION = 'A package that allow you to build data science environment in single line of code and save your time. It is include one line import package pyforest so you can upload all environment in single line of code'
1310

1411
# Setting up
1512
setup(
@@ -22,20 +19,17 @@
2219
long_description=long_description,
2320
packages=find_packages(),
2421
install_requires=['pandas', 'numpy', 'scipy', 'matplotlib', 'seaborn',
25-
'scikit-learn', 'statsmodels', 'pyforest', 'pycaret',
26-
'jupyter', 'xgboost', 'imbalanced-learn', 'bokeh',
27-
'Boruta', 'spyder', 'mlxtend', 'lightgbm', 'catboost'],
28-
keywords=['pandas', 'numpy', 'scipy', 'matplotlib', 'seaborn', 'scikit-learn', 'statsmodels', 'pyforest', 'pycaret', 'jupyter', 'xgboost', 'imbalanced-learn', 'bokeh', 'Boruta', 'spyder', 'mlxtend', 'lightgbm', 'catboost', 'Data Science', 'Package',
29-
'Data science environment setup package', 'Package', 'datascienv'],
22+
'scikit-learn', 'statsmodels', 'pyforest', 'pycaret', 'Flask', 'fastapi',
23+
'jupyter', 'xgboost', 'imbalanced-learn', 'bokeh', 'kat',
24+
'Boruta', 'spyder', 'mlxtend', 'lightgbm', 'catboost',
25+
'tensorflow-cpu==2.6.0', 'tensorflow-gpu==2.6.0'],
26+
keywords=['Datascienv', 'Data Science installation in single line', 'data science', 'datascience', 'datasci', 'datascience environment'],
3027
url='http://github.com/ashishpatel26/datascienv',
3128
include_package_data=True,
3229
classifiers=[
33-
"Development Status :: 1 - Planning",
34-
"Intended Audience :: Developers",
30+
"License :: OSI Approved :: MIT License",
3531
"Programming Language :: Python :: 3",
36-
"Operating System :: Unix",
37-
"Operating System :: MacOS :: MacOS X",
38-
"Operating System :: Microsoft :: Windows",
3932
],
33+
platforms=["any"],
4034
zip_safe=True,
4135
)

0 commit comments

Comments
 (0)