Metadata-Version: 2.1
Name: xv-ml-lib
Version: 0.0.22
Summary: Library with all xv.ml modules
Home-page: https://www.xcelvations.com/
Author: XcelVations
Author-email: admin@xcelvations.com
License: BSD
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: full
Requires-Dist: bokeh; extra == "full"
Requires-Dist: sympy; extra == "full"
Requires-Dist: mendeleev; extra == "full"
Requires-Dist: nbformat; extra == "full"
Requires-Dist: pandas; extra == "full"
Requires-Dist: matplotlib; extra == "full"
Requires-Dist: numpy; extra == "full"
Requires-Dist: seaborn; extra == "full"
Requires-Dist: beautifulsoup4; extra == "full"

# xv-ml-lib
## Library by XcelVations
	Created May 10, 2021

## install development version
	pip uninstall xv-ml-lib
	pip install -e F:\ClientProjects\eclipse\python\xv-ml-lib\src

**To install dependencies**
	E:
	cd F:\ClientProjects\eclipse\python\xv-ml-lib\src
	pip install -r requirements.txt
	

## install latest version
	pip uninstall xv-ml-lib
	pip install -i https://libs.xcelvations.com/lib-repository/ xv-ml-lib
	
## Push changes to git
	F:
	cd F:\ClientProjects\eclipse\python\xv-ml-lib\src\
	pipreqs --encoding=utf8 --force 

	F:
	cd F:\ClientProjects\eclipse\python\xv-ml-lib\
	git add --all
	git status	
	git commit -m "Commit May 21, 2021"
	git push origin master
	git status	


	
## To clone 
	git clone git@192.168.1.218:/home/git/xvlibs/xv-ml-lib.git/
	
