Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
planetary-computer-apis
зеркало из
https://github.com/microsoft/planetary-computer-apis.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули planetary-computer-apis
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
0a8e737457
planetary-computer-apis
/
.flake8
8 строки
114 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Initial commit.
2021-10-18 19:13:28 +03:00
[flake8]
max-line-length = 88
Add Azure Functions for creating images and animations (#115) * Consolidate dev dependencies into requirements-dev.txt * Add simple azure storage support to pccommon * Set up azurite container for dev output * Add pcfuncs codebase This includes the "animation" and "image" functions, as well as the "funclib" library that contains reusable code for fetching rasters from the PC data API. * Add pcfuncs to dev servers and processes * Add Azure Functions to deployment * Move funcs information to main README * Fix titiler link * Avoid flake8 on setup.py * Delete unused reprojection utility method/type * Remove debug log information * Don't restrict concurrency setting
2022-08-16 19:02:09 +03:00
extend-ignore = E203, W503
exclude =
.git
__pycache__
Azure Function App which runs periodically to aggregate the bytes read per IP address over a window of time (#215) * init * update * update flake8 config * code format changes * fix long lines * fix imports * function app changes * code format changes * test * remove readme * remove redundant packages and revert python version * revert python version * remove redundant type hints * use settings class inherited from baseSettings * change kql * use placeholder for timer schedule * change test parameter * update assertions and logger * remove import * remove dash in table name * update test id * format * add no-integration flag * add dependencies * test * change trigger to run every hour * use azure clients as context manager * add context managers in test * role assignment for function app * change LAW name * change role * change provider's name * change name of LAW * better readability * better readability * format * add logging * UPDATE function settings * suppress mypy warning * update env variables for function app * typo --------- Co-authored-by: elay <yileihu@microsoft.com>
2024-06-26 18:16:00 +03:00
setup.py
.venv