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.9.tar.gz (18.3 MB view details)

Uploaded Source

Built Distribution

py_extension_functions-0.0.9-py3-none-any.whl (19.4 MB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for py_extension_functions-0.0.9.tar.gz
Algorithm Hash digest
SHA256 cca322dd1f423a2fe0676755ef79b461e30c38b9e66a649aebe05c429b0e7e89
MD5 9ab4c092b08f0a1f9c335878175993ec
BLAKE2b-256 3a1ce92c1aeef8cd49b56b5ab2bbf6ffc7fd15d98f3941b3d42fdc50b60319d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_extension_functions-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 19bd041ec7b7a0bea13685abdb0bcbbbf0f8a9ed09dc28bb0a0283fa3d1f5be7
MD5 85e108b0a0388cba672dd51a893af95a
BLAKE2b-256 556ec63cdf4b52b123f64d52380b9b7e32bf463fb97bd93af89f3d7b595847c3

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