{"id":13424724,"url":"https://github.com/yezz123/fastango","last_synced_at":"2025-12-14T15:03:54.180Z","repository":{"id":45234059,"uuid":"412096693","full_name":"yezz123/fastango","owner":"yezz123","description":"Simplifies class-based views for more organized and maintainable code in FastAPI ✨","archived":false,"fork":false,"pushed_at":"2024-04-29T23:22:28.000Z","size":81,"stargazers_count":206,"open_issues_count":3,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-07T05:49:56.410Z","etag":null,"topics":["fastapi","mvc","orjson","pydantic"],"latest_commit_sha":null,"homepage":"","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/yezz123.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":"2021-09-30T14:25:29.000Z","updated_at":"2025-12-02T21:22:30.000Z","dependencies_parsed_at":"2024-01-18T04:38:25.809Z","dependency_job_id":"95712d1d-6266-44a5-aab3-9f156ca04140","html_url":"https://github.com/yezz123/fastango","commit_stats":null,"previous_names":["yezz123/fastango","yezz123/fastapi-lazy"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/yezz123/fastango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Ffastango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Ffastango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Ffastango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Ffastango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yezz123","download_url":"https://codeload.github.com/yezz123/fastango/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Ffastango/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27714221,"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","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fastapi","mvc","orjson","pydantic"],"created_at":"2024-07-31T00:00:58.379Z","updated_at":"2025-12-14T15:03:53.909Z","avatar_url":"https://github.com/yezz123.png","language":"Python","readme":"# Fastapi-lazy 🦥\n\n![lazy](https://user-images.githubusercontent.com/52716203/135530036-3ed731f6-e0db-4de6-8667-9af75656f2f4.png)\n\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eUtilities that you use in various projects made in FastAPI.\u003c/em\u003e\n\u003c/p\u003e\n\n[![PyPI version](https://badge.fury.io/py/fastapi-lazy.svg)](https://badge.fury.io/py/fastapi-lazy)\n[![Downloads](https://pepy.tech/badge/fastapi-lazy/month)](https://pepy.tech/project/fastapi-lazy)\n[![Downloads](https://pepy.tech/badge/fastapi-lazy/week)](https://pepy.tech/project/fastapi-lazy)\n[![Language](https://img.shields.io/badge/Language-Python-green?style)](https://github.com/yezz123)\n[![framework](https://img.shields.io/badge/Framework-FastAPI-blue?style)](https://fastapi.tiangolo.com/)\n[![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F\u0026message=If%20Useful\u0026style=style=flatcolor=BC4E99)](https://github.com/yezz123/fastapi-lazy)\n[![Pypi](https://img.shields.io/pypi/pyversions/fastapi-lazy.svg?color=%2334D058)](https://pypi.org/project/fastapi-lazy)\n\n---\n\n**Source Code**: \u003chttps://github.com/yezz123/fastapi-lazy\u003e\n\n**Install the project**: `pip install fastapi-lazy`\n\n---\n\n## Features 🎉\n\n- Use the data contained in the JWT\n- Use the username contained in the JWT and fetch data.\n- Create User Models based on Pydantic.\n- Multi Database Support:\n  - Creates the dependency to be used to connect to the Postgresql.\n  - Creates the dependency to be used to connect to the MongoDB.\n  - Create the dependency to be used to connect to the SQlite using SQLAlchemy.\n- Support Redis Cache:\n  - Creates a `pickle` of the object passed as a parameter and saves it in the Redis which is also passed as a parameter.\n  - Read the `pickle` of the object saved in RedisDB and return it as Python object.\n- Support UUID generator:\n  - Create a custom UUID4 using the current timestamp.\n  - Create a JWT token creator \u0026 verifier.\n- Create a simple Password hash using `hashlib`.\n- Create an Email Validator.\n- Provide a Token Creator for login after adding a new package `passlib`.\n- Add A simple Crud file for MongoDB Provider.\n  - Soon will be added for Postgresql Provider, \u0026 SQLite Provider.\n\n## Development 🚧\n\nYou should create a virtual environment and activate it:\n\n```bash\npython -m venv venv/\n```\n\n```bash\nsource venv/bin/activate\n```\n\nAnd then install the development dependencies:\n\n```bash\npip install -r requirements.dev.txt\n```\n\n### Format the code 💅\n\nExecute the following command to apply `pre-commit` formatting:\n\n```bash\nmake lint\n```\n\n## License 🍻\n\nThis project is licensed under the terms of the MIT license.\n","funding_links":[],"categories":["Third-Party Extensions","Python"],"sub_categories":["Utils"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezz123%2Ffastango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyezz123%2Ffastango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezz123%2Ffastango/lists"}