Skip to main content

a python script house containing handy functions for daily use

Project description

script-house

该仓库是一个方便我日常使用的 python 模块 —— script-house 。预计我的大部分 python 项目都会依赖这个基础模块。

script-house 主要包括两个包:

  • utils:用于开发的工具类。
  • ops:用于日常使用的工具类(脚本)。

使用

安装:

pip install script-house

保持最新版本:

pip install --upgrade script-house

开发者用

(提醒我自己如何用)

如何构建

python.exe .\setup.py bdist_wheel sdist

如何上传到 pypi

  1. api_token

  2. 创建 .pypirc 文件,放到 $HOME 目录(Windows 的话,放到 C:\Users\用户名 下) .pypirc 格式:

    [pypi]
      username = __token__
      password = <api_token>
    
  3. pip install wine

  4. 上传:twine upload dist/script_house-x.y.z-py3-none-any.whl

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

script_house-0.1.4-py3-none-any.whl (12.5 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