{ "info": { "author": "Grant Viklund", "author_email": "renderbox@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: Other/Proprietary License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Build Tools" ], "description": "django-jobboard\n===============\n\nDjango App for adding a Job Board/Recruiting Page to your site.\n\nTo install run\n\n.. code:: bash\n\n pip install django-jobboard\n\nthen add \u2018jobboard\u2019 to your django project\u2019s list of apps and migrate.\n\nin your project add the following to get the paths added automaticly:\n\n.. code:: python\n\n urlpatterns = [\n ...\n path('jobs/', include('jobboard.urls') ),\n ...\n ]\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/renderbox/django-jobboard", "keywords": "django,app", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-jobboard", "package_url": "https://pypi.org/project/django-jobboard/", "platform": "", "project_url": "https://pypi.org/project/django-jobboard/", "project_urls": { "Homepage": "https://github.com/renderbox/django-jobboard" }, "release_url": "https://pypi.org/project/django-jobboard/0.1.0/", "requires_dist": [ "Django (>=2.1)", "setuptools ; extra == 'build'", "wheel ; extra == 'build'", "coverage (==4.4.1) ; extra == 'docs'", "Sphinx (==1.6.4) ; extra == 'docs'" ], "requires_python": ">=3.6", "summary": "Django app to add a simple job board to your site.", "version": "0.1.0" }, "last_serial": 5537602, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bd13e6e49b63096adcaf2e301f849b7a", "sha256": "2794b1009fdb7389beb4920630b8460c4154c3df8896db13575b0abed45ce8eb" }, "downloads": -1, "filename": "django_jobboard-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bd13e6e49b63096adcaf2e301f849b7a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 8660, "upload_time": "2019-07-15T23:59:03", "url": "https://files.pythonhosted.org/packages/7e/41/1b09f3ce593f4f822816d0cf5f79f9a5ff1e900fea60578e0a3480ab145d/django_jobboard-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd13e6e49b63096adcaf2e301f849b7a", "sha256": "2794b1009fdb7389beb4920630b8460c4154c3df8896db13575b0abed45ce8eb" }, "downloads": -1, "filename": "django_jobboard-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bd13e6e49b63096adcaf2e301f849b7a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 8660, "upload_time": "2019-07-15T23:59:03", "url": "https://files.pythonhosted.org/packages/7e/41/1b09f3ce593f4f822816d0cf5f79f9a5ff1e900fea60578e0a3480ab145d/django_jobboard-0.1.0-py3-none-any.whl" } ] }