{ "info": { "author": "Abdullah Selek", "author_email": "abdullahselek@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "MergerPy\n========\n\n.. image:: https://img.shields.io/pypi/v/mergerpy.svg\n :target: https://pypi.python.org/pypi/mergerpy/\n\n.. image:: https://img.shields.io/pypi/pyversions/mergerpy.svg\n :target: https://pypi.org/project/mergerpy\n\n.. image:: https://readthedocs.org/projects/mergerpy/badge/?version=latest\n :target: http://mergerpy.readthedocs.org/en/latest/?badge=latest\n\n.. image:: https://codecov.io/gh/abdullahselek/MergerPy/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/abdullahselek/MergerPy\n\n.. image:: https://requires.io/github/abdullahselek/MergerPy/requirements.svg?branch=master\n :target: https://requires.io/github/abdullahselek/MergerPy/requirements/?branch=master\n\n+---------------------------------------------------------------------------+------------------------------------------------------------------------------------+\n| Linux | Windows |\n+===========================================================================+====================================================================================+\n| .. image:: https://travis-ci.org/abdullahselek/MergerPy.svg?branch=master | .. image:: https://ci.appveyor.com/api/projects/status/5ci6rtapw64u0n1i?svg=true |\n| :target: https://travis-ci.org/abdullahselek/MergerPy | :target: https://ci.appveyor.com/project/abdullahselek/MergerPy |\n+---------------------------------------------------------------------------+------------------------------------------------------------------------------------+\n\nIntroduction\n============\n\nThis library provides a fast text concatenation from files. It works with Python versions from 2.7+ and Python 3.\nThe main aim to create this library is to create new passwords from given files which contain tokens. Then you can \nuse `btcrecover `_ to get your password back.\n\nSample:\n\ntokens.txt\n\n+------------+\n| A 1 e 2 a 3|\n+------------+\n| B s h i r | \n+------------+\n| E i 34 26 s|\n+------------+\n\nNew created passwords.txt\n\n+------+\n| ABE |\n+------+\n| ABi |\n+------+\n| AB34 |\n+------+\n| AB26 |\n+------+\n| ABs |\n+------+\n| ... |\n+------+\n\nGetting the code\n================\n\nThe code is hosted at https://github.com/abdullahselek/MergerPy\n\nCheck out the latest development version anonymously with::\n\n $ git clone git://github.com/abdullahselek/MergerPy.git\n $ cd MergerPy\n\nTo install test dependencies, run::\n\n $ pip install -Ur requirements.testing.txt\n\nRunning Tests\n=============\n\nThe test suite can be run against a single Python version which requires ``pip install pytest`` and optionally ``pip install pytest-cov`` (these are included if you have installed dependencies from ``requirements.testing.txt``)\n\nTo run the unit tests with a single Python version::\n\n $ py.test -v\n\nto also run code coverage::\n\n $ py.test --cov=mergerpy\n\nTo run the unit tests against a set of Python versions::\n\n $ tox\n\nSample Usage\n============\n\nWith using only one function::\n\n from mergerpy import merger\n\n merger.process('tests/resources/sample.txt')\n\nCommand Line Usage\n==================\n\nWith ``--input`` parameter::\n\n python mergerpy.py --input tests/resources/sample.txt\n\nLicence\n-------\n\nMergerPy is released under the MIT license. See LICENSE for details.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/abdullahselek/MergerPy", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/abdullahselek/MergerPy", "keywords": "merge strings,concatenate keywords,bitcoin wallets", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "mergerpy", "package_url": "https://pypi.org/project/mergerpy/", "platform": "Any", "project_url": "https://pypi.org/project/mergerpy/", "project_urls": { "Download": "https://github.com/abdullahselek/MergerPy", "Homepage": "https://github.com/abdullahselek/MergerPy" }, "release_url": "https://pypi.org/project/mergerpy/0.2/", "requires_dist": null, "requires_python": "", "summary": "A library that provides text concatenation from given files", "version": "0.2" }, "last_serial": 3456381, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9cd933082a3b7a03a52cf3b2c538b844", "sha256": "a6dd107b78c364f49ec6a8dabb1775bffe3cb422d909730e5c3646372fbadae0" }, "downloads": -1, "filename": "mergerpy-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9cd933082a3b7a03a52cf3b2c538b844", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5358, "upload_time": "2017-12-28T05:08:02", "url": "https://files.pythonhosted.org/packages/fb/56/9a23cd19ea8a7b785c3f27ee250be00f86511bf5c7f08ac259e6f8dcbf29/mergerpy-0.1-py2.py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1743b843a16192756a186bda6f1a10e2", "sha256": "1f672f58beb24aaf67ab25087bf55f1e8ee6f0a5588d1f9b0c4241926276cf66" }, "downloads": -1, "filename": "mergerpy-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1743b843a16192756a186bda6f1a10e2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5663, "upload_time": "2018-01-02T13:24:29", "url": "https://files.pythonhosted.org/packages/9b/80/a1cb7eefa48c38be7c4eaa8ba35efbffc69119b2a70bb29616d446001a47/mergerpy-0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1743b843a16192756a186bda6f1a10e2", "sha256": "1f672f58beb24aaf67ab25087bf55f1e8ee6f0a5588d1f9b0c4241926276cf66" }, "downloads": -1, "filename": "mergerpy-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1743b843a16192756a186bda6f1a10e2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5663, "upload_time": "2018-01-02T13:24:29", "url": "https://files.pythonhosted.org/packages/9b/80/a1cb7eefa48c38be7c4eaa8ba35efbffc69119b2a70bb29616d446001a47/mergerpy-0.2-py2.py3-none-any.whl" } ] }