django-ptpython
Advanced tools
@@ -1,1 +0,1 @@ | ||
| __version__ = "1.0.1" | ||
| __version__ = "1.0.2" |
+9
-8
| Metadata-Version: 2.1 | ||
| Name: django-ptpython | ||
| Version: 1.0.1 | ||
| Version: 1.0.2 | ||
| Summary: PtPython as default Django shell. | ||
@@ -26,3 +26,3 @@ Home-page: https://github.com/reganto/django-ptpython | ||
| Classifier: Topic :: Software Development :: Libraries :: Python Modules | ||
| Requires-Dist: django (>=4.0,<5.0) | ||
| Requires-Dist: django (>=3.2.14,<4.0.0) | ||
| Requires-Dist: ptpython (>=3.0,<4.0) | ||
@@ -38,6 +38,9 @@ Project-URL: Bug Tracker, https://github.com/reganto/django-ptpython/issues | ||
| <p align="center"> | ||
| PtPython as default Django shell. | ||
| PtPython as the Default Django Shell. | ||
| <br /> | ||
| <br /> | ||
| <a href="https://github.com/reganto/django-ptpython/issues">Report Bug</a> | ||
| <a href="https://github.com/reganto/django-ptpython/actions?query=workflow%3ALinters+event%3Apush+branch%3Amaster" target="_blank"> | ||
| <img src="https://github.com/reganto/django-ptpython/workflows/Linters/badge.svg?event=push&branch=master" alt="Test"> | ||
| </a> | ||
| <a href="https://github.com/reganto/django-ptpython/issues"><img src="https://img.shields.io/github/issues/reganto/django-ptpython"></a> <a href="https://github.com/reganto/django-ptpython/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/reganto/django-ptpython"></a> <a href="https://badge.fury.io/py/django-ptpython"><img src="https://badge.fury.io/py/django-ptpython.svg" alt="PyPI version" height="18"></a> <a href="https://pepy.tech/project/django-ptpython"><img src="https://pepy.tech/badge/django-ptpython"/></a> | ||
| </p> | ||
@@ -75,3 +78,3 @@ </div> | ||
| ```bash | ||
| ./manage shell | ||
| ./manage.py shell | ||
| ``` | ||
@@ -91,5 +94,3 @@ | ||
| Email: tell.reganto[at]gmail[dotcom] | ||
| Email: tell.reganto[at]gmail[dot]com | ||
| <p align="right">(<a href="#top">back to top</a>)</p> | ||
+2
-2
| [tool.poetry] | ||
| name = "django_ptpython" | ||
| version = "1.0.1" | ||
| version = "1.0.2" | ||
| description = "PtPython as default Django shell." | ||
@@ -34,3 +34,3 @@ authors = ["Reganto <tell.reganto@gmail.com>"] | ||
| python = "^3.8" | ||
| django = "^4.0" | ||
| django = "^3.2.14" | ||
| ptpython = "^3.0" | ||
@@ -37,0 +37,0 @@ |
+7
-6
@@ -7,6 +7,9 @@ <a id="top"></a> | ||
| <p align="center"> | ||
| PtPython as default Django shell. | ||
| PtPython as the Default Django Shell. | ||
| <br /> | ||
| <br /> | ||
| <a href="https://github.com/reganto/django-ptpython/issues">Report Bug</a> | ||
| <a href="https://github.com/reganto/django-ptpython/actions?query=workflow%3ALinters+event%3Apush+branch%3Amaster" target="_blank"> | ||
| <img src="https://github.com/reganto/django-ptpython/workflows/Linters/badge.svg?event=push&branch=master" alt="Test"> | ||
| </a> | ||
| <a href="https://github.com/reganto/django-ptpython/issues"><img src="https://img.shields.io/github/issues/reganto/django-ptpython"></a> <a href="https://github.com/reganto/django-ptpython/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/reganto/django-ptpython"></a> <a href="https://badge.fury.io/py/django-ptpython"><img src="https://badge.fury.io/py/django-ptpython.svg" alt="PyPI version" height="18"></a> <a href="https://pepy.tech/project/django-ptpython"><img src="https://pepy.tech/badge/django-ptpython"/></a> | ||
| </p> | ||
@@ -44,3 +47,3 @@ </div> | ||
| ```bash | ||
| ./manage shell | ||
| ./manage.py shell | ||
| ``` | ||
@@ -60,4 +63,2 @@ | ||
| Email: tell.reganto[at]gmail[dotcom] | ||
| <p align="right">(<a href="#top">back to top</a>)</p> | ||
| Email: tell.reganto[at]gmail[dot]com |
+3
-3
@@ -11,9 +11,9 @@ # -*- coding: utf-8 -*- | ||
| install_requires = \ | ||
| ['django>=4.0,<5.0', 'ptpython>=3.0,<4.0'] | ||
| ['django>=3.2.14,<4.0.0', 'ptpython>=3.0,<4.0'] | ||
| setup_kwargs = { | ||
| 'name': 'django-ptpython', | ||
| 'version': '1.0.1', | ||
| 'version': '1.0.2', | ||
| 'description': 'PtPython as default Django shell.', | ||
| 'long_description': '<a id="top"></a>\n<br />\n\n<div align="center">\n <h1>django-ptpython</h1>\n <p align="center">\n PtPython as default Django shell.\n <br />\n <br />\n <a href="https://github.com/reganto/django-ptpython/issues">Report Bug</a>\n </p>\n</div>\n\n<!-- Getting Started -->\n\n## Getting Started\n\n### Install the Package\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<!-- USAGE EXAMPLES -->\n\n## Usage\n\n```bash\n./manage shell\n```\n\n\n\n<!-- LICENSE -->\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<!-- CONTACT -->\n\n## Contact\n\nEmail: tell.reganto[at]gmail[dotcom]\n\n<p align="right">(<a href="#top">back to top</a>)</p>\n', | ||
| 'long_description': '<a id="top"></a>\n<br />\n\n<div align="center">\n <h1>django-ptpython</h1>\n <p align="center">\n PtPython as the Default Django Shell.\n <br />\n <br />\n <a href="https://github.com/reganto/django-ptpython/actions?query=workflow%3ALinters+event%3Apush+branch%3Amaster" target="_blank">\n <img src="https://github.com/reganto/django-ptpython/workflows/Linters/badge.svg?event=push&branch=master" alt="Test">\n </a>\n <a href="https://github.com/reganto/django-ptpython/issues"><img src="https://img.shields.io/github/issues/reganto/django-ptpython"></a> <a href="https://github.com/reganto/django-ptpython/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/reganto/django-ptpython"></a> <a href="https://badge.fury.io/py/django-ptpython"><img src="https://badge.fury.io/py/django-ptpython.svg" alt="PyPI version" height="18"></a> <a href="https://pepy.tech/project/django-ptpython"><img src="https://pepy.tech/badge/django-ptpython"/></a>\n </p>\n</div>\n\n<!-- Getting Started -->\n\n## Getting Started\n\n### Install the Package\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<!-- USAGE EXAMPLES -->\n\n## Usage\n\n```bash\n./manage.py shell\n```\n\n\n\n<!-- LICENSE -->\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<!-- CONTACT -->\n\n## Contact\n\nEmail: tell.reganto[at]gmail[dot]com\n', | ||
| 'author': 'Reganto', | ||
@@ -20,0 +20,0 @@ 'author_email': 'tell.reganto@gmail.com', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
26062
8.69%182
1.68%