Metadata-Version: 2.1
Name: xv-ccm-lib
Version: 0.0.22
Summary: Library with all xv.ccm 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

# xv-ccm
## Library by XcelVations
	Created Dec 16, 2020

## install development version
	pip uninstall xv-ccm
	pip install -e E:\eclipse\python\xv-ccm\src

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

	E:
	cd E:\eclipse\python\xv-ccm\
	git add --all
	git status	
	git commit -m "Commit Dec 25 2020 - fixed blog issue"
	git push origin master
	git status	
	
## To clone 
	git clone git@192.168.1.218:/home/git/xvlibs/xv-ccm.git/
	
