/
vlasovda
/
microagent
Обзор
Документация
Войти
/
vlasovda
/
microagent
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Makefile
17 строк
443 B
Dmitry Vlasov
1.7 (#15)
04 мар 2024, 21:35
Не верифицирован
04 мар 2024, 21:35
554acef
Код
Авторство
О чём код?
clean: rm -fr dist/ *.eggs .eggs build/ .coverage htmlcov/ .mypy_cache/ .pytest_cache/ *.log *.egg-info find . -name '__pycache__' | xargs rm -rf find . -name '*.pyc' | xargs rm -rf test: python -m ruff microagent tests python -m mypy microagent python -m pytest tests release: clean python3 -m pip install --upgrade build twine python3 -m build python3 -m twine upload dist/* run_redis_example: python3 examples/redis_server.py