# Django Laboratory
[](https://github.com/SSJenny90/django-laboratory/actions/workflows/build.yml)
[](https://github.com/SSJenny90/django-laboratory/actions/workflows/docs.yml)
[](https://codecov.io/gh/SSJenny90/django-laboratory)



<!-- [](https://django-laboratory.readthedocs.io/en/latest/readme.html) -->
<!-- [](https://github.com/SSJenny90/django-laboratory/actions/workflows/build-docs.yml) -->
<!-- [](https://github.com/SSJenny90/django-laboratory/pulls)
[](https://github.com/SSJenny90/django-laboratory/pulls) -->
<!--  -->
<!--  -->
A Django application for managing collections of scientific instruments
Documentation
-------------
The full documentation is at https://ssjenny90.github.io/django-laboratory/
Quickstart
----------
Install Django Laboratory::
pip install django-laboratory
Add it to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'laboratory',
...
)
Add Django Laboratory's URL patterns:
urlpatterns = [
...
path('', include("laboratory.urls")),
...
]
Features
--------
* TODO
Running Tests
-------------
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Development commands
---------------------
pip install -r requirements_dev.txt
invoke -l
Credits
-------
Raw data
{
"_id": null,
"home_page": "https://github.com/SSJenny90/django-laboratory",
"name": "django-laboratory",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "django,laboratory,science,scientific instrument,research management",
"author": "Sam Jennings",
"author_email": "samuel.scott.jennings@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/86/82/c5746627fbc7b3b1047431e2d719114427e02e38dc912b70e822eeef49df/django_laboratory-0.0.1.tar.gz",
"platform": null,
"description": "# Django Laboratory \n\n[](https://github.com/SSJenny90/django-laboratory/actions/workflows/build.yml)\n[](https://github.com/SSJenny90/django-laboratory/actions/workflows/docs.yml)\n[](https://codecov.io/gh/SSJenny90/django-laboratory)\n\n\n\n<!-- [](https://django-laboratory.readthedocs.io/en/latest/readme.html) -->\n<!-- [](https://github.com/SSJenny90/django-laboratory/actions/workflows/build-docs.yml) -->\n<!-- [](https://github.com/SSJenny90/django-laboratory/pulls)\n[](https://github.com/SSJenny90/django-laboratory/pulls) -->\n<!--  -->\n<!--  -->\n\nA Django application for managing collections of scientific instruments\n\nDocumentation\n-------------\n\nThe full documentation is at https://ssjenny90.github.io/django-laboratory/\n\nQuickstart\n----------\n\nInstall Django Laboratory::\n\n pip install django-laboratory\n\nAdd it to your `INSTALLED_APPS`:\n\n\n INSTALLED_APPS = (\n ...\n 'laboratory',\n ...\n )\n\nAdd Django Laboratory's URL patterns:\n\n urlpatterns = [\n ...\n path('', include(\"laboratory.urls\")),\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n source <YOURVIRTUALENV>/bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\n\nDevelopment commands\n---------------------\n\n pip install -r requirements_dev.txt\n invoke -l\n\n\nCredits\n-------\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Django application for managing collections of scientific instruments",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/SSJenny90/django-laboratory"
},
"split_keywords": [
"django",
"laboratory",
"science",
"scientific instrument",
"research management"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ee836130f5b75e0906da83092aba16d9d7716e7b70a1d8b4285f425443f0c039",
"md5": "ce518c3ed1b819d75025778dba69dbaf",
"sha256": "472708627cbabd88bdc9f49e4dcd1a643001c2a922b5a835134f54582201a9e5"
},
"downloads": -1,
"filename": "django_laboratory-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ce518c3ed1b819d75025778dba69dbaf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 8659,
"upload_time": "2023-05-04T11:20:51",
"upload_time_iso_8601": "2023-05-04T11:20:51.702265Z",
"url": "https://files.pythonhosted.org/packages/ee/83/6130f5b75e0906da83092aba16d9d7716e7b70a1d8b4285f425443f0c039/django_laboratory-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8682c5746627fbc7b3b1047431e2d719114427e02e38dc912b70e822eeef49df",
"md5": "7c60cb22da1366171a00619a94a2e8bc",
"sha256": "742908ec9e9c7389f33c01e17a2e5c1e08d49cd4e126d05bb3ae8a2ffd257881"
},
"downloads": -1,
"filename": "django_laboratory-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "7c60cb22da1366171a00619a94a2e8bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 7814,
"upload_time": "2023-05-04T11:20:53",
"upload_time_iso_8601": "2023-05-04T11:20:53.334607Z",
"url": "https://files.pythonhosted.org/packages/86/82/c5746627fbc7b3b1047431e2d719114427e02e38dc912b70e822eeef49df/django_laboratory-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-04 11:20:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SSJenny90",
"github_project": "django-laboratory",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "django-laboratory"
}