# Django Laboratory
[![Github Build](https://github.com/SSJenny90/django-laboratory/actions/workflows/build.yml/badge.svg)](https://github.com/SSJenny90/django-laboratory/actions/workflows/build.yml)
[![Github Docs](https://github.com/SSJenny90/django-laboratory/actions/workflows/docs.yml/badge.svg)](https://github.com/SSJenny90/django-laboratory/actions/workflows/docs.yml)
[![CodeCov](https://codecov.io/gh/SSJenny90/django-laboratory/branch/main/graph/badge.svg?token=0Q18CLIKZE)](https://codecov.io/gh/SSJenny90/django-laboratory)
![GitHub](https://img.shields.io/github/license/SSJenny90/django-laboratory)
![GitHub last commit](https://img.shields.io/github/last-commit/SSJenny90/django-laboratory)
![PyPI](https://img.shields.io/pypi/v/django-laboratory)
<!-- [![RTD](https://readthedocs.org/projects/django-laboratory/badge/?version=latest)](https://django-laboratory.readthedocs.io/en/latest/readme.html) -->
<!-- [![Documentation](https://github.com/SSJenny90/django-laboratory/actions/workflows/build-docs.yml/badge.svg)](https://github.com/SSJenny90/django-laboratory/actions/workflows/build-docs.yml) -->
<!-- [![PR](https://img.shields.io/github/issues-pr/SSJenny90/django-laboratory)](https://github.com/SSJenny90/django-laboratory/pulls)
[![Issues](https://img.shields.io/github/issues-raw/SSJenny90/django-laboratory)](https://github.com/SSJenny90/django-laboratory/pulls) -->
<!-- ![PyPI - Downloads](https://img.shields.io/pypi/dm/django-laboratory) -->
<!-- ![PyPI - Status](https://img.shields.io/pypi/status/django-laboratory) -->
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[![Github Build](https://github.com/SSJenny90/django-laboratory/actions/workflows/build.yml/badge.svg)](https://github.com/SSJenny90/django-laboratory/actions/workflows/build.yml)\n[![Github Docs](https://github.com/SSJenny90/django-laboratory/actions/workflows/docs.yml/badge.svg)](https://github.com/SSJenny90/django-laboratory/actions/workflows/docs.yml)\n[![CodeCov](https://codecov.io/gh/SSJenny90/django-laboratory/branch/main/graph/badge.svg?token=0Q18CLIKZE)](https://codecov.io/gh/SSJenny90/django-laboratory)\n![GitHub](https://img.shields.io/github/license/SSJenny90/django-laboratory)\n![GitHub last commit](https://img.shields.io/github/last-commit/SSJenny90/django-laboratory)\n![PyPI](https://img.shields.io/pypi/v/django-laboratory)\n<!-- [![RTD](https://readthedocs.org/projects/django-laboratory/badge/?version=latest)](https://django-laboratory.readthedocs.io/en/latest/readme.html) -->\n<!-- [![Documentation](https://github.com/SSJenny90/django-laboratory/actions/workflows/build-docs.yml/badge.svg)](https://github.com/SSJenny90/django-laboratory/actions/workflows/build-docs.yml) -->\n<!-- [![PR](https://img.shields.io/github/issues-pr/SSJenny90/django-laboratory)](https://github.com/SSJenny90/django-laboratory/pulls)\n[![Issues](https://img.shields.io/github/issues-raw/SSJenny90/django-laboratory)](https://github.com/SSJenny90/django-laboratory/pulls) -->\n<!-- ![PyPI - Downloads](https://img.shields.io/pypi/dm/django-laboratory) -->\n<!-- ![PyPI - Status](https://img.shields.io/pypi/status/django-laboratory) -->\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"
}