Skip to main content

a util collection for python developing

Project description

travis-ci Coverage Status pypi package

A util collection for python developing.

install

pip install mountains
pip3 install mountains

features

  1. Python 2-3 compatible for much of code

Upload to PyPi

安装最新的 setuptools

pip3 install -U pip setuptools twine

生成 wheel 包

python3 setup.py register bdist_wheel --universal upload

生成 tar.gz 包,因为 setup.py 用到了 pypandoc,安装的时候会需要依赖

python3 setup.py register sdist upload

通过 setup install 安装后删除

python3 setup.py install --record files.txt
cat files.txt | xargs rm -rf

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mountains-0.6.1-py2.py3-none-any.whl (52.2 kB view hashes)

Uploaded Python 2 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