Name | django-spire JSON |
Version |
0.1.2
JSON |
| download |
home_page | https://github.com/stratusadv/django-spire |
Summary | Django framework for high observability web applications |
upload_time | 2024-12-18 21:15:21 |
maintainer | None |
docs_url | None |
author | Austin Sauer, Brayden Carlson, Nathan Johnson & Wesley Howery |
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 |
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',
'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": "https://github.com/stratusadv/django-spire",
"name": "django-spire",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "spire, django, backend, frontend, javascript, active server pages",
"author": "Austin Sauer, Brayden Carlson, Nathan Johnson & Wesley Howery",
"author_email": "info@stratusadv.com",
"download_url": "https://files.pythonhosted.org/packages/18/1a/4d470f41f807011f97117824864ed9e26aec6b1b981a8d662c17068ef5e6/django_spire-0.1.2.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',\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. 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. ",
"summary": "Django framework for high observability web applications",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/stratusadv/django-spire"
},
"split_keywords": [
"spire",
" django",
" backend",
" frontend",
" javascript",
" active server pages"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "23907ee82ce34832da766c26521271c94229bc02ce13bb3b18e698cfc52032ad",
"md5": "f1707aeb06c7df410ee8a05d1da2f0de",
"sha256": "1a07327860ec0c10453f04e4d3e84fa67fadc2422eab71c63fcd512b5f258e84"
},
"downloads": -1,
"filename": "django_spire-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f1707aeb06c7df410ee8a05d1da2f0de",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 478390,
"upload_time": "2024-12-18T21:15:18",
"upload_time_iso_8601": "2024-12-18T21:15:18.592880Z",
"url": "https://files.pythonhosted.org/packages/23/90/7ee82ce34832da766c26521271c94229bc02ce13bb3b18e698cfc52032ad/django_spire-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "181a4d470f41f807011f97117824864ed9e26aec6b1b981a8d662c17068ef5e6",
"md5": "8fa105f8f0dbf1f9c3eb0c7c2c6e9267",
"sha256": "406e4ab09e003e5c9b4407c25d481163bd203a1c6ef172c0d7d28f37b14d7542"
},
"downloads": -1,
"filename": "django_spire-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "8fa105f8f0dbf1f9c3eb0c7c2c6e9267",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 378091,
"upload_time": "2024-12-18T21:15:21",
"upload_time_iso_8601": "2024-12-18T21:15:21.010867Z",
"url": "https://files.pythonhosted.org/packages/18/1a/4d470f41f807011f97117824864ed9e26aec6b1b981a8d662c17068ef5e6/django_spire-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-18 21:15:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stratusadv",
"github_project": "django-spire",
"github_not_found": true,
"lcname": "django-spire"
}