# Django JSheet
Django JSheet is a small tool for rendering a simple spreadsheet into a web page.
By taking advantage form_class's fields the cells are set with the appropriate properties^.
There is the ability to use classic excel formulas > see docs for more details
Saving the data is done through an asynchronous method and there is the possibility of a
chronological saving of all changes.
No model is required, but one can possibly be added to allow synchronization of the data with the db.
^(eg IntegerField => int, TypedChoiceField => select etc)
**installation of the django_jsheet_assets package is required)**.
Good luck! \o/
Raw data
{
"_id": null,
"home_page": "https://github.com/shadMod/django-jsheet",
"name": "django-jsheet",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "shadMod",
"author_email": "support@shadmod.it",
"download_url": "https://files.pythonhosted.org/packages/fa/10/f382240ffbdecb577c17d91fcc66f12084565b38e1e64c9d2eec6a412b11/django_jsheet-0.3.9.tar.gz",
"platform": null,
"description": "# Django JSheet\n\nDjango JSheet is a small tool for rendering a simple spreadsheet into a web page.\n\nBy taking advantage form_class's fields the cells are set with the appropriate properties^.\n\nThere is the ability to use classic excel formulas > see docs for more details\n\nSaving the data is done through an asynchronous method and there is the possibility of a\nchronological saving of all changes.\n\nNo model is required, but one can possibly be added to allow synchronization of the data with the db.\n\n^(eg IntegerField => int, TypedChoiceField => select etc)\n\n**installation of the django_jsheet_assets package is required)**.\n\nGood luck! \\o/\n",
"bugtrack_url": null,
"license": "",
"summary": "Little tools to render a simple spreadsheet in webpage",
"version": "0.3.9",
"project_urls": {
"Bug Tracker": "https://github.com/shadMod/django-jsheet/issues/",
"Documentation": "https://docs.shadmod.it/django_jsheet/index",
"Download": "https://github.com/shadMod/django-jsheet/archive/refs/tags/0.3.9.tar.gz",
"GitHub": "https://github.com/shadMod/django-jsheet/",
"Homepage": "https://github.com/shadMod/django-jsheet"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "203330b20ad3953d222dad261489069a1813a36df4bd0e6c1b711ea0dd1ccf69",
"md5": "483734f382ade79fafbf28dcf109a6d9",
"sha256": "2f49b419d44c5799c5daffe4d8c03e5dfe6154ba05e53a74c55390d532508664"
},
"downloads": -1,
"filename": "django_jsheet-0.3.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "483734f382ade79fafbf28dcf109a6d9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 189164,
"upload_time": "2023-10-27T19:29:49",
"upload_time_iso_8601": "2023-10-27T19:29:49.607094Z",
"url": "https://files.pythonhosted.org/packages/20/33/30b20ad3953d222dad261489069a1813a36df4bd0e6c1b711ea0dd1ccf69/django_jsheet-0.3.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fa10f382240ffbdecb577c17d91fcc66f12084565b38e1e64c9d2eec6a412b11",
"md5": "0ea6bf683d157a0e3e1d21904056ec01",
"sha256": "ec13308ddd245ae7d580cfe6e05d1de5ba9b6ad4a29d18c831af84fda3a0da51"
},
"downloads": -1,
"filename": "django_jsheet-0.3.9.tar.gz",
"has_sig": false,
"md5_digest": "0ea6bf683d157a0e3e1d21904056ec01",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 182546,
"upload_time": "2023-10-27T19:30:02",
"upload_time_iso_8601": "2023-10-27T19:30:02.839072Z",
"url": "https://files.pythonhosted.org/packages/fa/10/f382240ffbdecb577c17d91fcc66f12084565b38e1e64c9d2eec6a412b11/django_jsheet-0.3.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-27 19:30:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shadMod",
"github_project": "django-jsheet",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "asgiref",
"specs": [
[
"==",
"3.7.2"
]
]
},
{
"name": "Django",
"specs": [
[
"==",
"4.2.5"
]
]
},
{
"name": "sqlparse",
"specs": [
[
"==",
"0.4.4"
]
]
}
],
"lcname": "django-jsheet"
}