{ "info": { "author": "Sunny (darkowlzz)", "author_email": "indiasuny000@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Numberify\n=========\n\n.. image:: https://badge.fury.io/py/numberify.png\n :target: http://badge.fury.io/py/numberify\n \n.. image:: https://travis-ci.org/darkowlzz/numberify.svg?branch=master\n :target: https://travis-ci.org/darkowlzz/numberify\n\n.. image:: https://coveralls.io/repos/darkowlzz/numberify/badge.png\n :target: https://coveralls.io/r/darkowlzz/numberify\n\nAdd line number to file, create a numbered dictionary object of a list and import numbered dictionary from a file list.\n\nInstallation\n------------\n\nThe script is `available on PyPI`_. To install with pip::\n\n pip install numberify\n\nUsage\n-----\n\nTo use the script in command line::\n\n numberify \n \nTo use as a python package:\n\n.. code-block:: pycon\n\n >> from numberify.numberify import Numberify\n >> nfy = Numberify()\n >> nfy.numberify_data(['foo', 'bar'])\n {1: 'foo', 2: 'bar'}\n >> nfy.numberify_data(['foo', 'bar'], start=55)\n {55: 'foo', 56: 'bar'}\n \nLet a file afile.txt contain:\n\n.. code-block::\n\n milk\n potatoes\n biscuits\n sugar\n \nImport the file data numberifies as:\n\n.. code-block:: pycon\n\n ...\n >> nfy.numberify_data('afile.txt')\n {1: 'milk', 2: 'potatoes', 3: 'biscuits', 4: 'sugar'}\n >> nfy.numberify_data('afile.txt', start=15)\n {15: 'milk', 16: 'potatoes', 17: 'biscuits', 18: 'sugar'}\n \nTo numberify the whole file (apply changes to the file):\n\n.. code-block:: pycon\n\n ...\n >> nfy.numberify_file('filename')\n\nTests\n-----\n\nRun test::\n\n python setup.py nosetests\n \nDocs\n----\n\nFor detailed docs of the package use python's help utility.\n\nLicense\n-------\n\nThis project is released under a `GPL License`_.\n\n.. _GPL License: http://www.gnu.org/licenses/\n.. _available on PyPI: http://pypi.python.org/pypi/numberify", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/darkowlzz/numberify", "keywords": "", "license": "http://www.gnu.org/licenses/", "maintainer": "darkowlzz", "maintainer_email": "indiasuny000@gmail.com", "name": "numberify", "package_url": "https://pypi.org/project/numberify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/numberify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/darkowlzz/numberify" }, "release_url": "https://pypi.org/project/numberify/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Prepend each line of a file with line number", "version": "0.0.1" }, "last_serial": 1303021, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "dcc8ea54f55afcc09fc4a7f336d41e3e", "sha256": "82ae550dc9d0baf4e8dba3217042b8541aa4b9b95a6bf798868c5d19431f99a9" }, "downloads": -1, "filename": "numberify-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "dcc8ea54f55afcc09fc4a7f336d41e3e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6650, "upload_time": "2014-11-12T01:08:30", "url": "https://files.pythonhosted.org/packages/9d/65/48af4da8b685c31e3523ab17640c161270473e70bbd21f90b4b9605c5afb/numberify-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9977b207e2814d6e4d5c0af21a70311", "sha256": "a7fcf2f713b370186de632bae1f49415921128642f6f79766f7e6432b00cd180" }, "downloads": -1, "filename": "numberify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d9977b207e2814d6e4d5c0af21a70311", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3266, "upload_time": "2014-11-12T01:08:25", "url": "https://files.pythonhosted.org/packages/d6/f6/d46a939a302ffd114c02256097a4bfa9253d5166d6e0d1fc2a1b897b3586/numberify-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dcc8ea54f55afcc09fc4a7f336d41e3e", "sha256": "82ae550dc9d0baf4e8dba3217042b8541aa4b9b95a6bf798868c5d19431f99a9" }, "downloads": -1, "filename": "numberify-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "dcc8ea54f55afcc09fc4a7f336d41e3e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6650, "upload_time": "2014-11-12T01:08:30", "url": "https://files.pythonhosted.org/packages/9d/65/48af4da8b685c31e3523ab17640c161270473e70bbd21f90b4b9605c5afb/numberify-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9977b207e2814d6e4d5c0af21a70311", "sha256": "a7fcf2f713b370186de632bae1f49415921128642f6f79766f7e6432b00cd180" }, "downloads": -1, "filename": "numberify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d9977b207e2814d6e4d5c0af21a70311", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3266, "upload_time": "2014-11-12T01:08:25", "url": "https://files.pythonhosted.org/packages/d6/f6/d46a939a302ffd114c02256097a4bfa9253d5166d6e0d1fc2a1b897b3586/numberify-0.0.1.tar.gz" } ] }