{"id":14972843,"url":"https://github.com/reganto/django-ptpython","last_synced_at":"2025-10-26T20:32:14.862Z","repository":{"id":41414937,"uuid":"477309478","full_name":"reganto/django-ptpython","owner":"reganto","description":"A Package to Set Ptpython as the Default Django Shell :sparkles:","archived":false,"fork":false,"pushed_at":"2024-06-22T20:14:04.000Z","size":26,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T06:23:22.892Z","etag":null,"topics":["django","django-application","django-framework","django-packages","ptpython","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reganto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2022-04-03T10:38:28.000Z","updated_at":"2024-06-22T20:02:50.000Z","dependencies_parsed_at":"2024-11-14T12:58:16.246Z","dependency_job_id":"7815eb3a-f254-4aea-a6c4-1fe8c5d75ecc","html_url":"https://github.com/reganto/django-ptpython","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.1333333333333333,"last_synced_commit":"e964e1b5b105e22b5aa1ee8ac75d56013a7a441b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reganto%2Fdjango-ptpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reganto%2Fdjango-ptpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reganto%2Fdjango-ptpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reganto%2Fdjango-ptpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reganto","download_url":"https://codeload.github.com/reganto/django-ptpython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238397214,"owners_count":19465135,"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":["django","django-application","django-framework","django-packages","ptpython","python"],"created_at":"2024-09-24T13:47:37.632Z","updated_at":"2025-10-26T20:32:09.560Z","avatar_url":"https://github.com/reganto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca id=\"top\"\u003e\u003c/a\u003e\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003edjango-ptpython\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    PtPython as the Default Django Shell.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/reganto/django-ptpython/actions?query=workflow%3ALinters+event%3Apush+branch%3Amaster\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/reganto/django-ptpython/workflows/Linters/badge.svg?event=push\u0026branch=master\" alt=\"Test\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/reganto/django-ptpython/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/reganto/django-ptpython\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/reganto/django-ptpython/blob/master/LICENSE.txt\"\u003e\u003cimg src=\"https://img.shields.io/github/license/reganto/django-ptpython\"\u003e\u003c/a\u003e  \u003ca href=\"https://badge.fury.io/py/django-ptpython\"\u003e\u003cimg src=\"https://badge.fury.io/py/django-ptpython.svg\" alt=\"PyPI version\" height=\"18\"\u003e\u003c/a\u003e \u003ca href=\"https://pepy.tech/project/django-ptpython\"\u003e\u003cimg src=\"https://pepy.tech/badge/django-ptpython\"/\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- Getting Started --\u003e\n\n## Getting Started\n\n### Install the Package\n\nInstall latest version:\n\n```bash\npip install git+https://github.com/reganto/django-ptpython\n```\n\nInstall it via pip:\n\n```bash\npip install django-ptpython\n```\n\n### Install the App\n\nAdd `django-ptpython` to your `INSTALLED_APPS` setting:\n\n```python\nINSTALLED_APPS = [\n    # ...\n    \"django_ptpython\",\n    # ...\n]\n```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\n```bash\n./manage.py shell\n```\n\n![screenshot](https://user-images.githubusercontent.com/29402115/164965563-5d2091ef-e880-49a3-bef9-f1fc49419e54.png)\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the Apache License. See [LICENSE](https://github.com/reganto/django-ptpython/blob/master/LICENSE.txt) for more information.\n\n\u003c!-- CONTACT --\u003e\n\n## Open your mailbox and\n\ntell.reganto[at]gmail[dot]com\n\nHi!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freganto%2Fdjango-ptpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freganto%2Fdjango-ptpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freganto%2Fdjango-ptpython/lists"}