Metadata-Version: 2.1
Name: xv-lib
Version: 0.2.32
Summary: Test and redual lin for namespace xv
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: selenium; extra == "full"
Requires-Dist: requests; extra == "full"
Requires-Dist: uvicorn; 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: nbconvert; extra == "full"
Requires-Dist: seaborn; extra == "full"
Requires-Dist: starlette; extra == "full"
Requires-Dist: beautifulsoup4; extra == "full"
Requires-Dist: fastapi; extra == "full"

# xv-lib
## Library by XcelVations
	Created Nov 16, 2020
	
## Config Files
**src/xvlib.ini**
	
	General configuraion of library
	
**src/cherrypy.ini**

	cherrypy webserver configuraion

**src/api.ini**

	api submodule configuraion

## development version

	pip uninstall -y xv-lib
	pip install -e E:\eclipse\python\xv-lib\src

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

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

	E:
	cd E:\eclipse\python\xv-lib\
	git add --all
	git status	
	git commit -m "Commit Dec 30 2020 - fixed plotting extensions"
	git push origin master
	git status	


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

## Pull dependent	libs
	E:
	cd E:\eclipse\python\xv-lib\
	git pull

	E:
	cd E:\eclipse\python\xv-km-lib\
	git pull

	E:
	cd E:\eclipse\python\xv-util-lib\
	git pull

	E:
	cd E:\eclipse\python\xv-ws-lib\
	git pull





