Skip to main content

innovata-NaverService

Project description

Naver Services

============================================================

Overview

============================================================
============================================================

IDE :: Platform Layer

============================================================

mkdir project_name mkdir package_name git init python3 -m venv env source env/bin/activate pip install --upgrade pip pip install -r requirements.txt

============================================================

IDE :: Application Layer

============================================================

Terminal

python ide.py

Jupyter

import os import sys sys.path.append(f"{os.environ['HOME']}/pjts/PROJECT_NAME") import ide ide.main(ide='jupyter') ide.setup_logpath(modulepath='jupyter.MODULE_NAME')

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

NaverService-0.0.1.tar.gz (11.6 kB view hashes)

Uploaded Source

Built Distribution

NaverService-0.0.1-py3-none-any.whl (19.4 kB 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