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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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