{ "info": { "author": "Shivam Bansal", "author_email": "shivam5992@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools" ], "description": "## PyCoLA : Python Module to parse the job bulletins and generate a structure file \n\n### Kaggle : Data Science for Good Challenge \n\nhttps://www.kaggle.com/shivamb/1-bulletin-structuring-engine-cola\n\n## Installation \n\n```python\n pip install pycola \n```\n\n## Usage \n\nExtractor class is used to generate the structured csv file. It accepts one user input config:\n\n\"input_path\" : path of the bulletin text files \n\"output_filename\" : name of the output file \n\n```python\nfrom pycola.bulletin_parser import Extractor\n\n## define the input path\nconfig = {\n\t\"input_path\" : \"Bulletins/\",\n\t\"output_filename\" : \"structured_file.csv\"\n}\n\n## create the Extractor Class object\nextr = Extractor(config)\n\n## call the extraction function\nextr.extraction()\n```\n\n## Documentation \n\nhttp://www.shivambansal.com/blog/network/cola/BulletinStructuringEngine.html \n\nBy Shivam Bansal", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.kaggle.com/shivamb/1-bulletin-structuring-engine-cola", "keywords": "text parsing,entity extraction,bulletin parser", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pycola", "package_url": "https://pypi.org/project/pycola/", "platform": "", "project_url": "https://pypi.org/project/pycola/", "project_urls": { "Homepage": "https://www.kaggle.com/shivamb/1-bulletin-structuring-engine-cola" }, "release_url": "https://pypi.org/project/pycola/0.1.60/", "requires_dist": null, "requires_python": "", "summary": "python package to parse the job bulletins and generate a structured file", "version": "0.1.60" }, "last_serial": 5429614, "releases": { "0.1.59": [ { "comment_text": "", "digests": { "md5": "26654cfe2bb7e730f54ec078cca8f6da", "sha256": "f259b8e597787f833ffeb9ee637713e9429c589363b02d18bdf8207c444f9692" }, "downloads": -1, "filename": "pycola-0.1.59.tar.gz", "has_sig": false, "md5_digest": "26654cfe2bb7e730f54ec078cca8f6da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15212, "upload_time": "2019-06-21T07:41:14", "url": "https://files.pythonhosted.org/packages/a1/92/41792e86d48568f1da92caa315852cdb5b493cfcdcac1b6674aaa0d101a0/pycola-0.1.59.tar.gz" } ], "0.1.60": [ { "comment_text": "", "digests": { "md5": "009f19ae9c30ba0fb8b7a033693bde52", "sha256": "d1e5727429a4f65136105b601083e1b95dec9a3c1ad7fb6989de90438ce38c39" }, "downloads": -1, "filename": "pycola-0.1.60.tar.gz", "has_sig": false, "md5_digest": "009f19ae9c30ba0fb8b7a033693bde52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16063, "upload_time": "2019-06-21T08:15:24", "url": "https://files.pythonhosted.org/packages/2e/39/e5f09168f67345068c4d7c2224d9b90de8bdbf12bfc98d6317d0e634e499/pycola-0.1.60.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "009f19ae9c30ba0fb8b7a033693bde52", "sha256": "d1e5727429a4f65136105b601083e1b95dec9a3c1ad7fb6989de90438ce38c39" }, "downloads": -1, "filename": "pycola-0.1.60.tar.gz", "has_sig": false, "md5_digest": "009f19ae9c30ba0fb8b7a033693bde52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16063, "upload_time": "2019-06-21T08:15:24", "url": "https://files.pythonhosted.org/packages/2e/39/e5f09168f67345068c4d7c2224d9b90de8bdbf12bfc98d6317d0e634e499/pycola-0.1.60.tar.gz" } ] }