those common functions of package for inner corporation
Project description
天智信达的库
用法
- 此库作为git项目管理,凡是修改完后应及时通知到开发团队
- 需要使用库中的方法,需要将项目下载的本地,然后进入到项目中执行 python setup.py install,这时候就可以在项目中引用库中的方法
- 引用的方法举例:
usage:
auth.py:
``` python
from wisdoms.auth import permit
host = 'xxxx'
auth = permit(host)
class A:
@auth
def func():
pass
```
config.py
``` python
from wisdoms.config import c
c.get('name')
```
如何设计包
- 顶级包: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.3.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file wisdoms-0.0.3.tar.gz
.
File metadata
- Download URL: wisdoms-0.0.3.tar.gz
- Upload date:
- Size: 3.7 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | dca441bcc4ccad9be815c527749de11e4834edfa0606b50adf3bd38b9d7c94bf |
|
MD5 | 23194e0649c1755f61a0d135269d0f09 |
|
BLAKE2b-256 | 3edb704142b1c2114b943607cca52de46644a738c11abc49fedd7231b1ac669f |
File details
Details for the file wisdoms-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: wisdoms-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.1 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c48fe7b4c61b4b06a857cb1cb92511d0768dca65739c6fe9815431c5aee95ff2 |
|
MD5 | b82830e89b66ac034384649e155c0af4 |
|
BLAKE2b-256 | 4e55924e4acdfe9a1bdb9bb073a3597e1a28696f0c3e59bfe131bb20af0ddf33 |