Name | django-spire JSON |
Version |
0.1.23
JSON |
| download |
home_page | None |
Summary | A project for Django Spire |
upload_time | 2025-02-12 23:40:05 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | Copyright (c) 2024 Stratus Advanced Technologies and Contributors.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
|
keywords |
portal
cmms
spire
django
backend
frontend
javascript
active server pages
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
django-spire
============
.. image:: https://camo.githubusercontent.com/dbdd84d7f7838316851e62ce34b0066e7cc57abc8f348aaadedc3888819992a9/68747470733a2f2f692e696d6775722e636f6d2f4e736958794f582e706e67
:alt: Django Spire Logo
:align: center
``django_spire`` is a modular framework designed to enhance observability and improve the development of Django web applications.
Features
--------
- **Modular Architecture**: Select and install only the modules you need.
- **Seamless Integration**: Works alongside your existing Django application without intrusive changes.
- **Customizable & Extensible**: Configure and extend modules to suit specific project requirements.
Getting Started
---------------
To install ``django_spire``, run:
.. code-block:: bash
pip install django_spire
Add ``django_spire`` to your Django project’s ``INSTALLED_APPS``:
.. code-block:: python
INSTALLED_APPS = [
'django_spire.ai',
'django_spire.core',
'django_spire.authentication',
'django_spire.authentication.mfa',
'django_spire.breadcrumb',
'django_spire.comment',
'django_spire.core',
'django_spire.file',
'django_spire.form',
'django_spire.gamification',
'django_spire.help',
'django_spire.history',
'django_spire.maintenance',
'django_spire.modal',
'django_spire.notification',
'django_spire.options',
'django_spire.pagination',
'django_spire.permission',
'django_spire.search',
'django_spire.user_account',
'django_spire.user_account.profile'
]
Documentation
-------------
Please refer to our documentation for detailed setup, module configuration, and usage examples.
Contributing
------------
We welcome contributions! See our contributing guide for more details on how to get involved.
Raw data
{
"_id": null,
"home_page": null,
"name": "django-spire",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "portal, cmms, spire, django, backend, frontend, javascript, active server pages",
"author": null,
"author_email": "Brayden Carlson <braydenc@stratusadv.com>, Nathan Johnson <nathanj@stratusadv.com>",
"download_url": "https://files.pythonhosted.org/packages/73/87/f1eec16014c289aed4c2dfea1b073d4c788ceaaf8272679146f8dd6fda30/django_spire-0.1.23.tar.gz",
"platform": null,
"description": "django-spire\n============\n\n.. image:: https://camo.githubusercontent.com/dbdd84d7f7838316851e62ce34b0066e7cc57abc8f348aaadedc3888819992a9/68747470733a2f2f692e696d6775722e636f6d2f4e736958794f582e706e67\n :alt: Django Spire Logo\n :align: center\n\n``django_spire`` is a modular framework designed to enhance observability and improve the development of Django web applications.\n\nFeatures\n--------\n\n- **Modular Architecture**: Select and install only the modules you need.\n- **Seamless Integration**: Works alongside your existing Django application without intrusive changes.\n- **Customizable & Extensible**: Configure and extend modules to suit specific project requirements.\n\nGetting Started\n---------------\n\nTo install ``django_spire``, run:\n\n.. code-block:: bash\n\n pip install django_spire\n\nAdd ``django_spire`` to your Django project\u2019s ``INSTALLED_APPS``:\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n 'django_spire.ai',\n 'django_spire.core',\n 'django_spire.authentication',\n 'django_spire.authentication.mfa',\n 'django_spire.breadcrumb',\n 'django_spire.comment',\n 'django_spire.core',\n 'django_spire.file',\n 'django_spire.form',\n 'django_spire.gamification',\n 'django_spire.help',\n 'django_spire.history',\n 'django_spire.maintenance',\n 'django_spire.modal',\n 'django_spire.notification',\n 'django_spire.options',\n 'django_spire.pagination',\n 'django_spire.permission',\n 'django_spire.search',\n 'django_spire.user_account',\n 'django_spire.user_account.profile'\n ]\n\nDocumentation\n-------------\n\nPlease refer to our documentation for detailed setup, module configuration, and usage examples.\n\nContributing\n------------\n\nWe welcome contributions! See our contributing guide for more details on how to get involved.\n",
"bugtrack_url": null,
"license": "Copyright (c) 2024 Stratus Advanced Technologies and Contributors.\n \n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation\n files (the \"Software\"), to deal in the Software without\n restriction, including without limitation the rights to use,\n copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following\n conditions:\n \n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n OTHER DEALINGS IN THE SOFTWARE.\n ",
"summary": "A project for Django Spire",
"version": "0.1.23",
"project_urls": null,
"split_keywords": [
"portal",
" cmms",
" spire",
" django",
" backend",
" frontend",
" javascript",
" active server pages"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d5b57b61f9cbd3c620fa12e79cd60449d5d8bda6b81e4f69605863ad0e33a511",
"md5": "029d0556e07e7933a6f2581f5c517bf8",
"sha256": "f594cbf7a5b814c9cbba7669ea3be7feafbfc6c0896293187124f7bc484200c6"
},
"downloads": -1,
"filename": "django_spire-0.1.23-py3-none-any.whl",
"has_sig": false,
"md5_digest": "029d0556e07e7933a6f2581f5c517bf8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 483581,
"upload_time": "2025-02-12T23:40:03",
"upload_time_iso_8601": "2025-02-12T23:40:03.984223Z",
"url": "https://files.pythonhosted.org/packages/d5/b5/7b61f9cbd3c620fa12e79cd60449d5d8bda6b81e4f69605863ad0e33a511/django_spire-0.1.23-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7387f1eec16014c289aed4c2dfea1b073d4c788ceaaf8272679146f8dd6fda30",
"md5": "dc35d5206d1786260b4ea6dfb38f2c1e",
"sha256": "efba7c5279ea166eb6fd0db94d3cd2eb494043bd39df3bb7ed9637b4e7a7bc63"
},
"downloads": -1,
"filename": "django_spire-0.1.23.tar.gz",
"has_sig": false,
"md5_digest": "dc35d5206d1786260b4ea6dfb38f2c1e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 380916,
"upload_time": "2025-02-12T23:40:05",
"upload_time_iso_8601": "2025-02-12T23:40:05.660552Z",
"url": "https://files.pythonhosted.org/packages/73/87/f1eec16014c289aed4c2dfea1b073d4c788ceaaf8272679146f8dd6fda30/django_spire-0.1.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-12 23:40:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "django-spire"
}