Skip to main content

Meta App Scripts SDK

Project description

Install

pip install metaappscriptsdk

Usage

# coding=utf-8
import logging
import starter_api
from metaappscriptsdk import MetaApp

# Инициализация приложения
# конфигурирует логгер и пр.
META = MetaApp(service_id='MyService', debug=True)  # debug для того, чтобы не писать логи в службу логирования

# работает стандартный логгер
logging.info('Hello, from Meta App Script!')

# Поставновка задач в Запускатор
starter_api.build_submit('YOUR_SERVICE')
# или
META.starter.build_submit('YOUR_SERVICE')

Project details


Release history Release notifications | RSS feed

This version

0.0.4

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metaappscriptsdk-0.0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

metaappscriptsdk-0.0.4-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 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