{"id":15551123,"url":"https://github.com/munenecalvin/alx-backend-python","last_synced_at":"2025-03-29T01:45:15.402Z","repository":{"id":157213557,"uuid":"633362246","full_name":"MuneneCalvin/alx-backend-python","owner":"MuneneCalvin","description":"This repository contains all the Pyhton source code written throughout ALX Backend Specialization.","archived":false,"fork":false,"pushed_at":"2023-05-22T05:53:13.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T11:50:51.885Z","etag":null,"topics":["annotations","asynchronous-programming","backend","doctests","python","unittests"],"latest_commit_sha":null,"homepage":"","language":"Python","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/MuneneCalvin.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}},"created_at":"2023-04-27T10:36:14.000Z","updated_at":"2023-05-30T08:10:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f735be3-3f99-4204-8338-27e78f46419e","html_url":"https://github.com/MuneneCalvin/alx-backend-python","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"2b9c2aab6a5fbc97cb3a2642e163dcb3e809c759"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuneneCalvin%2Falx-backend-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuneneCalvin%2Falx-backend-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuneneCalvin%2Falx-backend-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuneneCalvin%2Falx-backend-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuneneCalvin","download_url":"https://codeload.github.com/MuneneCalvin/alx-backend-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246126669,"owners_count":20727594,"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":["annotations","asynchronous-programming","backend","doctests","python","unittests"],"created_at":"2024-10-02T14:02:40.852Z","updated_at":"2025-03-29T01:45:15.384Z","avatar_url":"https://github.com/MuneneCalvin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alx-backend-python\n\nCurriculum \u003cbr\u003e\n**Short Specializations** \u003cbr\u003e\n\n# 0x00. Python - Variable Annotations\n\n`Python` `Back-end`\n\n**Concepts:**\n\n_For this project, look at these concepts:_\n\n* [Advanced Python](https://www.alx-intranet.hbtn.io/concepts/554)\n\n## Resources\n\n**Read or watch:**\n\n* [Python 3 typing documentation](https://www.docs.python.org/3/library/typing.html)\n* [MyPy cheat sheet](https://www.mypy.readthedocs.io/en/latest/cheat_sheet_py3.html)\n\n## General Requirements\n\n* Allowed editors: `vi`, `vim`, `emacs`\n* Files interpreted/compiled on Ubuntu 18.04 LTS using `python3` (version 3.7)\n* First line of file using exactly shebang `#!/usr/bin/env python3`\n* Mandatory `README.md` file\n* Code use the `pycodestyle` (version 2.5.)\n* File must be executable\n* Length of file tested using `wc`\n* All modules should have a documentation (`python3 -c 'print(__import__(\"my_module\").__doc__)'`)\n* All classes should have a documentation (`python3 -c 'print(__import__(\"my_module\").MyClass.__doc__)'`)\n* All functions (inside / outside a class) should have a documentation (`python3 -c 'print(__import__(\"my_module\").my_function.__doc__)'`) and (`python3 -c 'print(__import__(\"my_module\").MyClass.my_function.__doc__)'`)\n* A documentation explaining purpose of the module or class or method (length will be verified)\n\n## General Learning \u0026 Setup\n\n`main.py`\n\u003cdetails\u003e\n  \u003csummary\u003eClick to show/hide file contents\u003c/summary\u003e\n\n  ```python3\n  #!/usr/bin/env python3\n  var = __import__('file').var\n\n  print(var())\n  print(var.__annotations__)\n  ```\n\u003c/details\u003e\n\n## Finally...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunenecalvin%2Falx-backend-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmunenecalvin%2Falx-backend-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunenecalvin%2Falx-backend-python/lists"}