{ "info": { "author": "University of North Texas Libraries", "author_email": "mark.phillips@unt.edu", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: End Users/Desktop", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "# Django Name [![Build Status](https://travis-ci.org/unt-libraries/django-name.svg?branch=master)](https://travis-ci.org/unt-libraries/django-name) [![Docs Status](https://img.shields.io/badge/docs-latest-blue.svg)](https://django-name.readthedocs.org) [![PyPI Version](https://img.shields.io/pypi/v/django-name.svg)](https://pypi.python.org/pypi/django-name)\nPython Implementation of NACO Normalization Rules\n\nThe Name App is a tool originally developed for documenting names used by the UNT Libraries in its various digital library systems and collections. The app provides a consistent way of communicating the authorized version of a name and information about the name that is useful for reuse. The Name App generates a unique URL for each name that can be used to unambiguously refer to a person, organization, event, building or piece of software. In addition to an HTML page for each name there are a number of other formats available for each record including a MADS XML version and a simple JSON representation. A key feature of the UNT Name App is the ability to link to other vocabularies such as the Virtual International Authority File (VIAF), the Library of Congress Name Authority File, or Wikipedia. \n\n ---\n\n## Installation\n\nFor installation instructions, see the [Installation](http://django-name.readthedocs.org/en/latest/installation.html) page in the docs.\n\n## License\n\nSee LICENSE.\n\n## Acknowledgements\n\ndjango-name was developed at the UNT Libraries.\n\nContributors:\n\n- [Joey Liechty](https://github.com/yeahdef)\n- [Damon Kelley](https://github.com/damonkelley)\n- [Lauren Ko](https://github.com/ldko)\n- [Mark Phillips](https://github.com/vphill)\n- [Gio Gottardi](https://github.com/somexpert)\n\n\n## Developing\n\nTo take advantage of the dev environment that is already configured, you need to have Docker(>= 1.3) and Docker Compose installed.\n\nInstall [Docker](https://docs.docker.com)\n\nInstall Docker Compose\n```sh\n$ pip install docker-compose\n```\n\nClone the repository.\n```sh\n$ git clone https://github.com/unt-libraries/django-name.git\n$ cd django-name\n```\n\nWarm up the MySQL database. This only needs to be done when the database container doesn't exist yet. This will take about a minute once the image has been pulled.\n```sh\n$ docker-compose up -d mysql\n```\n\nStart the app and run the migrations.\n```sh\n# start the app\n$ docker-compose up -d\n\n# run the migrations\n$ docker-compose run --rm web ./manage.py migrate\n\n# optional: add a superuser in order to login to the admin interface\n$ docker-compose run --rm web ./manage.py createsuperuser\n```\n\nThe code is in a volume that is shared between your workstation and the web container, which means any edits you make on your workstation will also be reflected in the Docker container. No need to rebuild the container to pick up changes in the code.\n\nHowever, if the requirements files change, it is important that you rebuild the web container for those packages to be installed. This is something that could happen when switching between feature branches, or when pulling updates from the remote.\n\n```sh\n# stop the app\n$ docker-compose stop\n\n# remove the web container\n$ docker-compose rm web\n\n# rebuild the web container\n$ docker-compose build web\n\n# start the app\n$ docker-compose up -d\n```\n\n#### Running the Tests\nTo run the tests via Tox, use this command.\n```sh\n$ docker-compose run --rm web tox\n```\nThe Tox configuration will test this app with Django 1.10 - 1.11.\n\nTo run the tests only with the development environment (i.e. with Django 1.11)\n```sh\n$ docker-compose run --rm web ./runtests.py\n```\nNote: This is the same command that Tox issues inside each test environment it has defined.\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/unt-libraries/django-name", "keywords": "django name citation", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-name", "package_url": "https://pypi.org/project/django-name/", "platform": "", "project_url": "https://pypi.org/project/django-name/", "project_urls": { "Homepage": "https://github.com/unt-libraries/django-name" }, "release_url": "https://pypi.org/project/django-name/2.0.0/", "requires_dist": [ "djangorestframework (==3.8)", "pynaco (==0.1.0)", "python-dateutil (==2.7.3)", "markdown2 (==2.3.5)" ], "requires_python": "", "summary": "Name Authority App for Django.", "version": "2.0.0" }, "last_serial": 4286208, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3334ec4ff52729e21a4780a5e2d8f8cb", "sha256": "6221e1b30c4c7c0ee1bfa8f6148c8226003d345a72f4b59c19314f2e908267ed" }, "downloads": -1, "filename": "django-name-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3334ec4ff52729e21a4780a5e2d8f8cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43198, "upload_time": "2015-06-08T19:21:34", "url": "https://files.pythonhosted.org/packages/d5/4d/2d890c335975315e68658904828b76dfbe6bc9430d179ff602a8e2b33c41/django-name-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3ca78de991ceb8d574d1809cbd9fb9b3", "sha256": "0d6a91718367262ec5c9d91edd1e9cf6b58bdadb057421e172cb55a87cfd9d17" }, "downloads": -1, "filename": "django_name-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3ca78de991ceb8d574d1809cbd9fb9b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 55824, "upload_time": "2015-08-28T15:49:47", "url": "https://files.pythonhosted.org/packages/47/d3/4f46e26818a3eb798c42eda54ff6b4a7bf260806dcc4263bd180e650011e/django_name-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f248d39adf457c4d498aede2411d9f51", "sha256": "739b9b03ee7060c6e50de1b60c6495d86776131338c5fe910ecd888b4d4c2d1a" }, "downloads": -1, "filename": "django-name-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f248d39adf457c4d498aede2411d9f51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43697, "upload_time": "2015-08-28T15:49:50", "url": "https://files.pythonhosted.org/packages/db/ed/8b4a70564fa61098a9858c8ca3d4b6e1e69eb63e68ac11a5ec005033915b/django-name-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9f984cce5ad4b735d091e5e886bf5920", "sha256": "a2f4d20cd984230a55c638cce733dab7c0a0a0cd1557944b777b26bf6449f299" }, "downloads": -1, "filename": "django-name-1.1.0.tar.gz", "has_sig": false, "md5_digest": "9f984cce5ad4b735d091e5e886bf5920", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46728, "upload_time": "2016-04-08T17:42:40", "url": "https://files.pythonhosted.org/packages/90/77/023ff07f88c9cd764be62bf553fa46944e2dfb077c8d25cd2082df79f144/django-name-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "958a6c6f495cd4d40b972f11e9feed62", "sha256": "8c9801a1296903e31a4f33ee694ad096a61c7eb2e1c8773bac9d3fd39d079ec1" }, "downloads": -1, "filename": "django-name-1.1.1.tar.gz", "has_sig": false, "md5_digest": "958a6c6f495cd4d40b972f11e9feed62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42839, "upload_time": "2017-03-30T21:27:10", "url": "https://files.pythonhosted.org/packages/4b/f8/acf6347be6ba3346015d06461f06e1f0e7f9a10d78c6ea360aa62f6cccc8/django-name-1.1.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "a2b4e17c28fd59d3f42a33545901dde3", "sha256": "ce4a666a11a2ee8b73b2383e5aa8c693c7e49c45b8c4ad5c909da3b4bdb99ee7" }, "downloads": -1, "filename": "django_name-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a2b4e17c28fd59d3f42a33545901dde3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 53149, "upload_time": "2018-09-18T22:14:24", "url": "https://files.pythonhosted.org/packages/be/fd/fa0d9a18b8e342ba257e90b9dae0fb2b34b5324d14f00d5ecc3776141615/django_name-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1672a5c455e30964387a00c17c27a69a", "sha256": "cb20423d38198d66394a741ca15dfe8b1e007877c671b3c56f14d3f3bf12b67c" }, "downloads": -1, "filename": "django-name-2.0.0.tar.gz", "has_sig": false, "md5_digest": "1672a5c455e30964387a00c17c27a69a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43041, "upload_time": "2018-09-18T22:14:26", "url": "https://files.pythonhosted.org/packages/7b/c2/8873c2cfafcd163f35d91e9d8da9e6b67da70b89c4f906d5201c5d53c278/django-name-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2b4e17c28fd59d3f42a33545901dde3", "sha256": "ce4a666a11a2ee8b73b2383e5aa8c693c7e49c45b8c4ad5c909da3b4bdb99ee7" }, "downloads": -1, "filename": "django_name-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a2b4e17c28fd59d3f42a33545901dde3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 53149, "upload_time": "2018-09-18T22:14:24", "url": "https://files.pythonhosted.org/packages/be/fd/fa0d9a18b8e342ba257e90b9dae0fb2b34b5324d14f00d5ecc3776141615/django_name-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1672a5c455e30964387a00c17c27a69a", "sha256": "cb20423d38198d66394a741ca15dfe8b1e007877c671b3c56f14d3f3bf12b67c" }, "downloads": -1, "filename": "django-name-2.0.0.tar.gz", "has_sig": false, "md5_digest": "1672a5c455e30964387a00c17c27a69a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43041, "upload_time": "2018-09-18T22:14:26", "url": "https://files.pythonhosted.org/packages/7b/c2/8873c2cfafcd163f35d91e9d8da9e6b67da70b89c4f906d5201c5d53c278/django-name-2.0.0.tar.gz" } ] }