{"id":20371311,"url":"https://github.com/pysashapy/fasttower","last_synced_at":"2025-04-12T06:24:14.610Z","repository":{"id":261813576,"uuid":"860292777","full_name":"pysashapy/fasttower","owner":"pysashapy","description":"Django-like framework based on FastAPI","archived":false,"fork":false,"pushed_at":"2024-11-12T17:32:40.000Z","size":1400,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T11:42:00.934Z","etag":null,"topics":["api","async","asyncio","easy-web","fastapi","fasttower","framework","python","python3","rest","starlette","swagger","web"],"latest_commit_sha":null,"homepage":"https://pysashapy.github.io/fasttower/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pysashapy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-20T07:05:27.000Z","updated_at":"2025-01-11T21:34:13.000Z","dependencies_parsed_at":"2024-11-14T17:01:21.443Z","dependency_job_id":null,"html_url":"https://github.com/pysashapy/fasttower","commit_stats":null,"previous_names":["pysashapy/fasttower"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysashapy%2Ffasttower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysashapy%2Ffasttower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysashapy%2Ffasttower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysashapy%2Ffasttower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pysashapy","download_url":"https://codeload.github.com/pysashapy/fasttower/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248526260,"owners_count":21118849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","async","asyncio","easy-web","fastapi","fasttower","framework","python","python3","rest","starlette","swagger","web"],"created_at":"2024-11-15T01:07:24.816Z","updated_at":"2025-04-12T06:24:14.569Z","avatar_url":"https://github.com/pysashapy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pysashapy.github.io/fasttower/\"\u003e\u003cimg src=\"docs/img/logo.png\" alt=\"FastTower\"  width=\"256\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eFastTower — это молодой фреймворк основанный на FastAPI для быстрого создания серверных приложений с Django-like структурой.\u003c/em\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://pypi.org/project/fasttower\" target=\"_blank\"\u003e\n    \u003cimg alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dm/fasttower\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/fasttower\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/pyversions/fasttower.svg?color=%2334D058\" alt=\"Supported Python versions\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n[Документация](https://pysashapy.github.io/fasttower/)\n\n## Features\n\n- Легкая настройка\n- Высокая производительность\n- Простота в использовании\n- Админ панель\n\n## Быстрый старт\n\nВ настоящее время официально поддерживаться только tortoise orm и админ панель для нее, но вы можете легко добавить свою\nподдержку бд модернизируя\nFastTower app в asgi.py файле\n\n[Полный пример](https://github.com/pysashapy/fasttower/tree/main/examples/maximun_example)\n\n### Установка\n\n```console\npip install fasttower[tortoise]\n```\n\nТак же для управления миграциями требуется aerich, а именно его модернизированный форк\n\n```console\npip install git+https://github.com/pysashapy/taerich.git@0.0.1\n```\n\n### Создание проекта\n\nДля начала требуется сгенерировать основное приложение\n\n```console\ntower g p example\n```\n\nПосле выполнения команды, вы можете обнаружить Django-like структуру проекта и сразу же запустить сервер!\n\n```console\npython manage.py run\n```\n\n\u003cdetails markdown=\"1\"\u003e\n\u003csummary\u003eИли другим сервером...\u003c/summary\u003e\n\n```\nuvicorn example.asgi:app \n```\n\n\u003c/details\u003e\n\n### Commands\n\nСписок текущих команд и их описания вы можете получить используя команду\n\n```console\ntower --help\n```\n\n```text\n Usage: tower [OPTIONS] COMMAND [ARGS]...                                                                                                                                                                                         \n\n╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮\n│ --install-completion          Install completion for the current shell.                                                                                                                                                        │\n│ --show-completion             Show completion for the current shell, to copy it or customize the installation.                                                                                                                 │\n│ --help                        Show this message and exit.                                                                                                                                                                      │\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮\n│ db          Database commands                                                                                                                                                                                                  │\n│ g           Generate project structures and app components for FastTower.                                                                                                                                                      │\n│ run         Запуск FastTower сервера                                                                                                                                                                                           │\n│ shell       Запускает интерактивную оболочку.                                                                                                                                                                                  │\n│ superuser   Create a superuser.                                                                                                                                                                                                │\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysashapy%2Ffasttower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpysashapy%2Ffasttower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysashapy%2Ffasttower/lists"}