Skip to main content

xy command tools

Project description

xy-cli

exiahuang/xy-cli is a xy command tools.

install

install from pip

pip3 install xy-cli

install from git

git clone https://github.com/exiahuang/xy-cli
python3 setup.py install

green install

xy_cli=`pwd`
export PYTHONPATH="$xy_cli:$PYTHONPATH"
python3 -m xy_cli

Usage

xy clone -f from_directory -t to_directory -d DATA1=NewData1 DATA2=NewData2 DATA3=NewData3

package

python3 setup.py sdist
python3 setup.py bdist_wininst

py2exe build windows exe

py -3.4 -m venv .py34
.py34\Scripts\activate.bat
# python -m pip install --upgrade pip
pip install py2exe setuptools
pip install requests XlsxWriter
python -V
python setup.py py2exe

Acknowledgement

Basic on OpenSource

history

  • 2020/08/30 init project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xy-cli-0.8.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

xy_cli-0.8-py3-none-any.whl (21.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page