Skip to main content

personally, python extension functions

Project description

Known Vulnerabilities codecov Documentation Status License: MIT

Django를 이용한 프로젝트에 공통적으로 쓰이는 module 모음 입니다.

시작하기

문서

설치

$ 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

py_extension_functions-0.0.6.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

py_extension_functions-0.0.6-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file py_extension_functions-0.0.6.tar.gz.

File metadata

File hashes

Hashes for py_extension_functions-0.0.6.tar.gz
Algorithm Hash digest
SHA256 4e0496af57d42b5fae6d449da458d08f7197e951e115c3363c788e68b17a3933
MD5 470035423ff0b04b30c50a2db4f9e38f
BLAKE2b-256 a4fe2fc42d52e63d8e70673e79879c5b387c15a980c4c6318d43bd1c86d08d39

See more details on using hashes here.

File details

Details for the file py_extension_functions-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for py_extension_functions-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7336c2ad49a4f931ab71cdc855ac61e00d665a77dfee7f550bfc4f3443108b7c
MD5 2f41f8b2598ec3faa3c74cbb0d256297
BLAKE2b-256 5e41c9e255a807a69bd35aa00bc6552bb7490b0dce7c02c4562d9b02343adf37

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