{ "info": { "author": "Roberto Rosario", "author_email": "roberto.rosario@mayan-edms.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python" ], "description": ".. image:: https://gitlab.com/mayan-edms/document_renaming/raw/master/contrib/art/logo.png\n\nDescription\n-----------\nMayan EDMS app to allow automatic renaming of documents upon upload.\n\nLicense\n-------\nThis project is open sourced under the `MIT License`_.\n\n.. _`MIT License`: https://gitlab.com/mayan-edms/document_renaming/raw/master/LICENSE\n\nInstallation\n------------\n- Activate the virtualenv where you installed Mayan EDMS.\n- Install from PyPI::\n\n pip install mayan-document_renaming\n\nIn your settings/local.py file add `document_renaming` to your `INSTALLED_APPS` list::\n\n INSTALLED_APPS += (\n 'document_renaming',\n )\n\nRun the migrations for the app::\n\n mayan-edms.py migrate\n\n\nUsage\n-----\n- Create a sequence.\n- Create a renaming template a document type using Django's templating language and referencing a sequence's `.next_value` method.\n\nExample::\n\n Invoice-{{ sequence_invoice.next_value|stringformat:\"05d\" }}\n\nThis will rename a new document as \"Invoice-0000\". A subsequent document will be renamed as \"Invoice-0001\" and so on.\n\n\nDevelopment\n-----------\nClone repository in a directory outside of Mayan EDMS::\n\n git clone https://gitlab.com/mayan-edms/document_renaming.git\n\nSymlink the app into your Mayan EDMS' app folder::\n\n ln -s /document_renaming/ /mayan/apps\n\nIn your settings/local.py file add `document_renaming` to your `INSTALLED_APPS` list::\n\n INSTALLED_APPS += (\n 'document_renaming',\n )\n\nRun the migrations for the app::\n\n ./manage.py migrate\n\n\n1.0.0 (2016-01-02)\n==================\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/mayan-edms/document_renaming", "keywords": null, "license": "The MIT License (MIT)\n\nCopyright (c) 2015-2016 Roberto Rosario\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "mayan-document_renaming", "package_url": "https://pypi.org/project/mayan-document_renaming/", "platform": "any", "project_url": "https://pypi.org/project/mayan-document_renaming/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://gitlab.com/mayan-edms/document_renaming" }, "release_url": "https://pypi.org/project/mayan-document_renaming/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Automatic document renaming app for Mayan EDMS.", "version": "1.0.0" }, "last_serial": 1885734, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "636025fb35aacdb74eba90951cf2426c", "sha256": "b890f96dfcebe100ff0ae6af07039570e13f8753076c164802cc2b6023441c1f" }, "downloads": -1, "filename": "mayan_document_renaming-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "636025fb35aacdb74eba90951cf2426c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18469, "upload_time": "2016-01-02T22:45:14", "url": "https://files.pythonhosted.org/packages/a0/bd/7e195599e10f6060cc86efd3aaec39a3b494b2907f48ec918dc1f64a7793/mayan_document_renaming-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61526723e605481c2ab837aeecb594d6", "sha256": "e3c0a27b5da18c87db58e8758f19ca92617897fe8c6ff3d2a1b786057c158062" }, "downloads": -1, "filename": "mayan-document_renaming-1.0.0.tar.gz", "has_sig": false, "md5_digest": "61526723e605481c2ab837aeecb594d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9605, "upload_time": "2016-01-02T22:45:47", "url": "https://files.pythonhosted.org/packages/8c/c3/3e6a25ed8e48d00d12350922dc2b5bada00d732c9f11a55e0a399534ae94/mayan-document_renaming-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "636025fb35aacdb74eba90951cf2426c", "sha256": "b890f96dfcebe100ff0ae6af07039570e13f8753076c164802cc2b6023441c1f" }, "downloads": -1, "filename": "mayan_document_renaming-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "636025fb35aacdb74eba90951cf2426c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18469, "upload_time": "2016-01-02T22:45:14", "url": "https://files.pythonhosted.org/packages/a0/bd/7e195599e10f6060cc86efd3aaec39a3b494b2907f48ec918dc1f64a7793/mayan_document_renaming-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61526723e605481c2ab837aeecb594d6", "sha256": "e3c0a27b5da18c87db58e8758f19ca92617897fe8c6ff3d2a1b786057c158062" }, "downloads": -1, "filename": "mayan-document_renaming-1.0.0.tar.gz", "has_sig": false, "md5_digest": "61526723e605481c2ab837aeecb594d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9605, "upload_time": "2016-01-02T22:45:47", "url": "https://files.pythonhosted.org/packages/8c/c3/3e6a25ed8e48d00d12350922dc2b5bada00d732c9f11a55e0a399534ae94/mayan-document_renaming-1.0.0.tar.gz" } ] }