{ "info": { "author": "Felix Brezo and Yaiza Rubio", "author_email": "contacto@i3visio.com", "bugtrack_url": null, "classifiers": [], "description": "::\n\n =============================================================\n entify Copyright (C) 2014 F. Brezo and Y. Rubio, i3visio\n =============================================================\n\nDescription:\n============\n\nentify is a GPLv3+ piece of software that looks for regular expressions\nin a series of files in a folder. It can also be imported by other\nmodules to look for entities in any kind of data.\n\nLicense: GPLv3+\n===============\n\nThis is free software, and you are welcome to redistribute it under\ncertain conditions.\n\n::\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\nFor more details on this issue, run:\n``python entify-launcher.py --license``\n\nInstallation:\n=============\n\nThe instructions may vary in the different OS.\n\nUnder Linux\n-----------\n\nWe recommend you to create a folder under /var owned by the current\nuser. For instance:\n``# You will need superuser privileges to create this folder sudo mkdir /var/i3visio # You will need to change the owner to your user to work with it safely # If your user was alice sudo chown alice:alice /var/i3visio``\n\nThe rest of the installation under Python 2.7 is as follows:\n``# Navigate to the destiny's folder cd /var/i3visio # Cloning the repository git clone http://github.com/i3visio/entify entify-master cd entify-master``\nor\n``# Navigate to the destiny's folder cd /var/i3visio # Download wget http://github.com/i3visio/entify/archive/master.zip # Unzip unzip entify-master.zip cd entify-master``\nThen you can proceed to the installation.\n``# Superuser privileges are required so as to complete the installation. sudo python setup.py build sudo python setup.py install``\nAfterwards, the module will be importable from any python code. You can\ncheck this by typing: ``python -c \"import entify\"`` If no error is\ndisplayed, the installation would have been performed correctly.\n\nUsage:\n======\n\nSo as to run the program, navigate to entify-master/entify/ and run:\n``python entify-launcher.py -h`` The usage is described as follows:\n``usage: entify.py (-r [ ...] | -R [ ...]) [-e [ ...]] -f [-o ] [--recursive] [-v ] [-h] [--version]``\n\nThe functionalities are described as follows: \\`\\`\\` Input options (one\nrequired): -r [ ...], --regexp [ ...] select the regular expressions to\nbe looked for amongst the following: ['all', 'email', 'md5'] -R [ ...],\n--new\\_regexp [ ...] add a new regular expression, for example, for\ntesting purposes.\n\nInput and output arguments: Configuring the input and output options.\n\n-e [ ...], --extension [ ...] output extension for the summary files (at\nleast one is required). -i , --input\\_folder path to the file where the\nlist of Classes is stored (one per line). -o , --output\\_folder path to\nthe output folder where the results will be stored. --recursive Variable\nto tell the system to perform a recursive search on the folder tree. -v\n, --verbose select the verbosity level: 0 - none; 1 - normal (default);\n2 - debug.\n\nAbout arguments: Showing additional information about this program.\n\n-h, --help shows this help and exists. --version shows the version of\nthe program and exists. \\`\\`\\`", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/i3visio/entify", "keywords": null, "license": "COPYING", "maintainer": null, "maintainer_email": null, "name": "entify", "package_url": "https://pypi.org/project/entify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/entify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/i3visio/entify" }, "release_url": "https://pypi.org/project/entify/v0.5.0/", "requires_dist": null, "requires_python": null, "summary": "entify - entify is a program designed to extract using regular expressions all the entities from the files on different resources. This software also provides an interface to look for these entities in any given text.", "version": "v0.5.0" }, "last_serial": 1371538, "releases": { "v0.4.0": [ { "comment_text": "built for Linux-3.14-kali1-686-pae-i686-with-glibc2.7", "digests": { "md5": "3f61da5ce843792dcba650684c309dc9", "sha256": "4f69aafc11a2205f07a46b105eeae2a92718e2359e34fc4b8d38fc64eafc2ca0" }, "downloads": -1, "filename": "entify-v0.4.0.linux-i686.tar.gz", "has_sig": false, "md5_digest": "3f61da5ce843792dcba650684c309dc9", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 14111, "upload_time": "2014-12-23T18:52:58", "url": "https://files.pythonhosted.org/packages/43/d5/1b87df796be02ce7d277f51eaf7fcf1560a77199bb05494a7ea163ed8393/entify-v0.4.0.linux-i686.tar.gz" } ], "v0.4.1": [ { "comment_text": "built for Linux-3.14-kali1-686-pae-i686-with-glibc2.7", "digests": { "md5": "94ac5d63dd902c83d601a7cf9b226db8", "sha256": "8b3b8180c195f3727a31bc0e36973a30c1a1650857b82f7394aa911939da6bd4" }, "downloads": -1, "filename": "entify-v0.4.1.linux-i686.tar.gz", "has_sig": false, "md5_digest": "94ac5d63dd902c83d601a7cf9b226db8", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 14362, "upload_time": "2014-12-25T13:17:11", "url": "https://files.pythonhosted.org/packages/3d/b5/b4ce2390549a43a321084f6a0dd8af5b70b880235412174be5e9c68c8b9e/entify-v0.4.1.linux-i686.tar.gz" } ], "v0.5.0": [ { "comment_text": "built for Linux-3.14-kali1-686-pae-i686-with-glibc2.7", "digests": { "md5": "4292903c21f40bf74940fb10696d8727", "sha256": "73dbf6fa48f42025d977f2867b6a0dd29ada5b9a84fa5b8cc0ef4ab91b8a16be" }, "downloads": -1, "filename": "entify-v0.5.0.linux-i686.tar.gz", "has_sig": false, "md5_digest": "4292903c21f40bf74940fb10696d8727", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 16857, "upload_time": "2015-01-05T18:46:17", "url": "https://files.pythonhosted.org/packages/98/a4/bd2e370e3a3589e2cf27179fd1c0855538ca085e4b1874136e9519a17a42/entify-v0.5.0.linux-i686.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.14-kali1-686-pae-i686-with-glibc2.7", "digests": { "md5": "4292903c21f40bf74940fb10696d8727", "sha256": "73dbf6fa48f42025d977f2867b6a0dd29ada5b9a84fa5b8cc0ef4ab91b8a16be" }, "downloads": -1, "filename": "entify-v0.5.0.linux-i686.tar.gz", "has_sig": false, "md5_digest": "4292903c21f40bf74940fb10696d8727", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 16857, "upload_time": "2015-01-05T18:46:17", "url": "https://files.pythonhosted.org/packages/98/a4/bd2e370e3a3589e2cf27179fd1c0855538ca085e4b1874136e9519a17a42/entify-v0.5.0.linux-i686.tar.gz" } ] }