{"id":17880520,"url":"https://github.com/igorbenav/igorbenav","last_synced_at":"2026-02-24T00:43:39.272Z","repository":{"id":192490949,"uuid":"686816372","full_name":"igorbenav/igorbenav","owner":"igorbenav","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-11T06:32:33.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:56:45.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igorbenav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":"igorbenav"}},"created_at":"2023-09-04T02:08:41.000Z","updated_at":"2025-02-11T06:32:37.000Z","dependencies_parsed_at":"2024-05-09T04:26:46.970Z","dependency_job_id":"adb7f4a6-b431-4f75-8daf-aef7360300e9","html_url":"https://github.com/igorbenav/igorbenav","commit_stats":null,"previous_names":["igormagalhaesr/igormagalhaesr","igorbenav/igormagalhaesr","igorbenav/igorbenav"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorbenav%2Figorbenav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorbenav%2Figorbenav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorbenav%2Figorbenav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorbenav%2Figorbenav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igorbenav","download_url":"https://codeload.github.com/igorbenav/igorbenav/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246917701,"owners_count":20854691,"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":[],"created_at":"2024-10-28T12:18:45.705Z","updated_at":"2026-02-24T00:43:39.257Z","avatar_url":"https://github.com/igorbenav.png","language":null,"funding_links":["https://github.com/sponsors/igorbenav"],"categories":[],"sub_categories":[],"readme":"Building stuff at [Benav Labs](http://github.com/benavlabs/)\n\n### Books\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n**[Practical Language Models (In Progress)](https://github.com/igorbenav/practical-language-models)**\nFrom the learning problem and neural networks to building LLM agents and deploying them to production. Python, NumPy, FastAPI, PydanticAI.\n\n[Read the PDF](https://github.com/igorbenav/practical-language-models/blob/main/docs/en/Practical-Language-Models.pdf)\n\n\u003c/td\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n**[Practical Web Development (In Progress)](https://github.com/igorbenav/practical-web-development)**\nFrom HTTP and HTML to React with Python and FastAPI. Server-rendered pages, HTMX, databases, auth, deployment.\n\n[Read the PDF](https://github.com/igorbenav/practical-web-development/blob/main/docs/en/Practical-Web-Development-(en).pdf)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n### Open Source\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n#### [FastCRUD](https://github.com/benavlabs/fastcrud)\nAsync CRUD operations and automatic endpoint creation for FastAPI. Filtering, sorting, joins, pagination.\n\n[![PyPI](https://img.shields.io/pypi/v/fastcrud?label=PyPI)](https://pypi.org/project/fastcrud/)\n[![Downloads](https://img.shields.io/pypi/dm/fastcrud?label=Downloads)](https://pypi.org/project/fastcrud/)\n[![Stars](https://img.shields.io/github/stars/benavlabs/fastcrud?label=Stars)](https://github.com/benavlabs/fastcrud)\n\n[Docs](https://benavlabs.github.io/fastcrud/)\n\n\u003c/td\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n#### [FastAPI Boilerplate](https://github.com/benavlabs/FastAPI-boilerplate)\nAsync FastAPI starter. SQLAlchemy 2.0, Pydantic V2, JWT auth, Redis caching, rate limiting, Docker.\n\n[![Stars](https://img.shields.io/github/stars/benavlabs/FastAPI-boilerplate?label=Stars)](https://github.com/benavlabs/FastAPI-boilerplate)\n[![Forks](https://img.shields.io/github/forks/benavlabs/FastAPI-boilerplate?label=Forks)](https://github.com/benavlabs/FastAPI-boilerplate)\n\n[Docs](https://benavlabs.github.io/FastAPI-boilerplate/)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n#### [FastroAI](https://github.com/benavlabs/fastroai)\nLightweight AI orchestration built on PydanticAI. Cost tracking, multi-step pipelines, tools with graceful failure handling.\n\n[![PyPI](https://img.shields.io/pypi/v/fastroai?label=PyPI)](https://pypi.org/project/fastroai/)\n[![Stars](https://img.shields.io/github/stars/benavlabs/fastroai?label=Stars)](https://github.com/benavlabs/fastroai)\n\n[Docs](https://benavlabs.github.io/fastroai/)\n\n\u003c/td\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n#### [CRUDAdmin](https://github.com/benavlabs/crudadmin)\nAdmin interface for FastAPI. Automatic CRUD views, auth, role-based access.\n\n[![PyPI](https://img.shields.io/pypi/v/crudadmin?label=PyPI)](https://pypi.org/project/crudadmin/)\n[![Stars](https://img.shields.io/github/stars/benavlabs/crudadmin?label=Stars)](https://github.com/benavlabs/crudadmin)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n#### [Landstro](https://github.com/benavlabs/landstro)\nLanding page template with Astro.\n\n[![Stars](https://img.shields.io/github/stars/benavlabs/landstro?label=Stars)](https://github.com/benavlabs/landstro)\n\n\u003c/td\u003e\n\u003ctd width=\"50%\" valign=\"top\"\u003e\n\n#### [FastroAI Template](https://fastro.ai)\nPaid template for AI products. FastAPI + AstroJS + PydanticAI. Auth, payments, rate limiting, Stripe, OAuth, 90%+ test coverage.\n\n[fastro.ai](https://fastro.ai)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorbenav%2Figorbenav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorbenav%2Figorbenav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorbenav%2Figorbenav/lists"}