Skip to main content

those common functions of package for inner corporation

Project description

天智信达的库

用法

  1. 此库作为git项目管理,凡是修改完后应及时通知到开发团队
  2. 需要使用库中的方法,使用pip install,这时候就可以在项目中引用库中的方法
  3. 引用的方法举例:

generation - 更新库

Make sure you installed setuptools and wheel.

Important: You must modify the version of the package in setup.py and delete folders (build, dist, egg-info)

  • python setup.py sdist bdist_wheel

upload - 上传代码

Install twine before doing this

  • twine upload dist/*

install - 安装

  • pip install wisdoms

find the latest package of wisdoms - 发现最新版本

  • pip list --outdated

upgrade - 升级到最新包

  • pip install wisdoms --upgrade

packets usage:

auth.py:

    from wisdoms.auth import permit

    host ={'AMQP_URI': "amqp://guest:guest@localhost"}

    auth = permit(host)

    class A:
        @auth
        def func():
            pass

config.py

    from wisdoms.config import c

    # gains item of YML config
    print(c.get('name'))

    # transforms class into dict
    d = c.to_dict()
    print(d['name'])

commons package

    from wisdoms.commons import revert, codes, success

    def func():
        # do something

        # revert(codes.code) or revert(number)
        # return revert(1)
        return revert(codes.ERROR)

    def foo():
        # return revert(code, data, desc)
        return revert(codes.SUCCESS, {'data':'data'},'返回成功描述信息')

    def done():
        # simplified revert where success execute
        # return success(data) or success()
        return success()

util.py

    # 多个字符串连接成路径
    from wisdoms.utils import joint4path

    print(joint4path('abc','dac','ccc'))

    # $: abc/dac/ccc

如何设计包

  • 顶级包:wisdom,代表天智,智慧
  • 现阶段的约定:采用一级包的方式
  • 不同的功能放在不同的文件(模块)即可做好方法的分类

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

wisdoms-0.0.12.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

wisdoms-0.0.12-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file wisdoms-0.0.12.tar.gz.

File metadata

  • Download URL: wisdoms-0.0.12.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6

File hashes

Hashes for wisdoms-0.0.12.tar.gz
Algorithm Hash digest
SHA256 d85d8e7a77097268293e971dd75c0bc2b9c9898258e727f32b7875c3b1ce86b2
MD5 eeb8c7727ed5dfa3b32c1baf7d0af78d
BLAKE2b-256 a9e1365ab73f3a05d04a00738bee05adefff9ac8d313f158cba5609e78d0de53

See more details on using hashes here.

File details

Details for the file wisdoms-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: wisdoms-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6

File hashes

Hashes for wisdoms-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 9866f1a68c59ab83eb08543df93d4b5c9758dbdb3274c656c78f8b07e7ef433a
MD5 aa931a192bfb0ec621bbc334ef416b65
BLAKE2b-256 e96c1b5a671f1ffa4d7284f1e3bcdb202c574dbdf14f76fa6cc3063ed8b9c31d

See more details on using hashes here.

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