personally, python extension functions
Project description
Django를 이용한 프로젝트에 공통적으로 쓰이는 module 모음 입니다.
시작하기
문서
설치
- pypi : https://pypi.org/project/py_extension_functions/
- github : https://github.com/Gaolious/py_extension_functions
$ pip install py_extension_functions
설정
설치 이후 Django Project의 settings INSTALLED_APPS
에 추가 해야 합니다.
INSTALLED_APPS = (
...
'gpp',
)
Build
Tests
$ python -m pip install tox
$ tox
Docs
Sphinx
# Install
$ python -m pip install sphinx sphinx_rtd_theme
# Initialize
$ sphinx-quickstart docs
# Generate documents from source
$ sphinx-apidoc -e -F -o ./docs/source ./gpp
# Generate html
$ make -C ./docs html
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
Built Distribution
File details
Details for the file py_extension_functions-0.0.6.tar.gz
.
File metadata
- Download URL: py_extension_functions-0.0.6.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e0496af57d42b5fae6d449da458d08f7197e951e115c3363c788e68b17a3933 |
|
MD5 | 470035423ff0b04b30c50a2db4f9e38f |
|
BLAKE2b-256 | a4fe2fc42d52e63d8e70673e79879c5b387c15a980c4c6318d43bd1c86d08d39 |
File details
Details for the file py_extension_functions-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: py_extension_functions-0.0.6-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7336c2ad49a4f931ab71cdc855ac61e00d665a77dfee7f550bfc4f3443108b7c |
|
MD5 | 2f41f8b2598ec3faa3c74cbb0d256297 |
|
BLAKE2b-256 | 5e41c9e255a807a69bd35aa00bc6552bb7490b0dce7c02c4562d9b02343adf37 |