{ "info": { "author": "Erik Hetzner", "author_email": "egh@e6h.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Topic :: Office/Business :: Financial", "Topic :: Office/Business :: Financial :: Accounting", "Topic :: Office/Business :: Financial :: Investment" ], "description": "ledger-autosync\n===============\n\n.. image:: https://travis-ci.org/egh/ledger-autosync.svg?branch=master\n :target: https://travis-ci.org/egh/ledger-autosync\n\nledger-autosync is a program to pull down transactions from your bank\nand create `ledger `__ transactions for them.\nIt is designed to only create transactions that are not already\npresent in your ledger files (that is, it will deduplicate\ntransactions). This should make it comparable to some of the automated\nsynchronization features available in products like GnuCash, Mint,\netc. In fact, ledger-autosync performs OFX import and synchronization\nbetter than all the alternatives I have seen.\n\nNews\n----\n\nv1.0.0\n~~~~~~\n\nVersions of ledger-autosync before 1.0.0 printed the ofxid in a\nslightly incorrect position. This should not effect usage of the\nprogram, but if you would like to correct the error, see below for\nmore details.\n\nFeatures\n--------\n\n- supports `ledger `__ 3 and\n `hledger `__\n- like ledger, ledger-autosync will never modify your files directly\n- interactive banking setup via\n `ofxclient `__\n- multiple banks and accounts\n- support for non-US currencies\n- support for 401k and investment accounts\n\n - tracks investments by share, not dollar value\n - support for complex transaction types, including transfers, buys,\n sells, etc.\n\n- import of downloaded OFX files, for banks not supporting automatic\n download\n- import of downloaded CSV files from Paypal, Amazon and Mint\n- any CSV file can be supported via plugins\n\nPlatforms\n---------\n\nledger-autosync is developed on Linux with ledger 3 and python 3; it\nhas been tested on Windows (although it will run slower) and should\nrun on OS X. It requires ledger 3 or hledger, but it should run faster\nwith ledger, because it will not need to start a command to check\nevery transaction.\n\n\nQuickstart\n----------\n\nInstallation\n~~~~~~~~~~~~\n\nIf you are on Debian or Ubuntu, an (older) version of ledger-autosync\nshould be available for installation. Try:\n\n::\n\n $ sudo apt-get install ledger-autosync\n\nIf you use pip, you can install the latest released version:\n\n::\n\n $ pip install ledger-autosync\n\nYou can also install from source, if you have downloaded the source:\n\n::\n\n $ python setup.py install\n\nYou may need to install the following libraries (on debian/ubuntu):\n\n::\n\n $ sudo apt-get install libffi-dev libpython-dev libssl-dev libxml2-dev python-pip libxslt-dev\n\nRunning\n~~~~~~~\n\nOnce you have ledger-autosync installed, you can download an OFX file\nfrom your bank and run ledger-autosync against it:\n\n::\n\n $ ledger-autosync download.ofx\n\nThis should print a number of transactions to stdout. If you add these\ntransactions to your default ledger file (whatever is read when you\nrun ``ledger`` without arguments), you should find that if you run\nledger-autosync again, it should print no transactions. This is\nbecause of the deduplicating feature: only new transactions will be\nprinted for insertion into your ledger files.\n\nUsing the ofx protocol for automatic download\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nledger-autosync also supports using the OFX protocol to automatically\nconnect to banks and download data. You can use the ofxclient program\n(which should have been installed with ledger-autosync) to set up\nbanking:\n\n::\n\n $ ofxclient\n\nWhen you have added your institution, quit ofxclient.\n\n(At least one user has reported being signed up for a pay service by\nsetting up OFX direct connect. Although this seems unusual, please be\naware of this.)\n\nEdit the generated ``~/ofxclient.ini`` file. Change the\n``description`` field of your accounts to the name used in ledger.\nOptionally, move the ``~/ofxclient.ini`` file to your ``~/.config``\ndirectory.\n\nRun:\n\n::\n\n ledger-autosync\n\nThis will download a maximum of 90 days previous activity from your\naccounts. The output will be in ledger format and printed to stdout.\nAdd this output to your ledger file. When that is done, you can call:\n\n::\n\n ledger-autosync\n\nagain, and it should print nothing to stdout, because you already have\nthose transactions in your ledger.\n\nHow it works\n------------\n\nledger-autosync stores a unique identifier as metadata with each\ntransaction. (For OFX files, this is a unique ID provided by your\ninstitution for each transaction.) When syncing with your bank, it\nwill check if the transaction exists by running the ledger or hledger\ncommand. If the transaction exists, it does nothing. If it does not\nexist, the transaction is printed to stdout.\n\nofxid/csvid metadata tag\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nledger-autosync stores a metatag with every posting that it outputs to\nsupport deduplication. This metadata tag is either ``ofxid`` (for OFX\nimports) or ``csvid`` for CSV imports.\n\nPre-1.0.0 versions of ledger-autosync put this metadata tag in a\nslightly incorrect place, associating the metadata tag with the\ntransaction itself, and not simply one posting. This should not effect\nthe usage of ledger-autosync, but if you would like to correct your\nledger files, there is a small python script ``fix_ofxid.py`` included\nwith ledger-autosync. It can be run as:\n\n::\n\n python fix_ofxid.py \n\nand will print a corrected file to stdout.\n\nSyncing a CSV file\n------------------\n\nIf you have a CSV file, you may also be able to import it using a\nrecent (installed via source) version of ledger-autosync.\nledger-autosync can currently process CSV files as provided by Paypal,\nAmazon, or Mint. You can process the CSV file as follows:\n\n::\n\n ledger-autosync /path/to/file.csv -a Assets:Paypal\n\nWith Amazon and Paypal CSV files, each row includes a unique\nidentifier, so ledger-autosync will be able to deduplicate against any\npreviously imported entries in your ledger files.\n\nWith Mint, a unique identifier based on the data in the row is\ngenerated and stored. If future downloads contain identical rows, they\nwill be deduplicated. This method is probably not as robust as a\nmethod based on unique ids, but Mint does not provide a unique id, and\nit should be better than nothing. It is likely to generate false\nnegatives: transactions that seem new, but are in fact old. It will\nnot generate false positives: transactions that are not generated\nbecause they seem old.\n\nIf you are a developer, you should fine it easy enough to add a new\nCSV format to ledger-autosync. See, for example, the ``MintConverter``\nclass in the ``ledgerautosync/converter.py`` file in this repository.\nSee below for how to add these as plugins.\n\nAssertions\n----------\n\nIf you supply the ``--assertions`` flag, ledger-autosync will also\nprint out valid ledger assertions based on your bank balances at the\ntime of the sync. These otherwise empty transactions tell ledger that\nyour balance *should* be something at a given time, and if not, ledger\nwill fail with an error.\n\n401k and investment accounts\n----------------------------\n\nIf you have a 401k account, ledger-autosync can help you to track the\nstate of it. You will need OFX files (or an OFX protocol connection as\nset up by ofxclient) provided by your 401k.\n\nIn general, your 401k account will consist of buy transactions,\ntransfers and reinvestments. The type will be printed in the payee\nline after a colon (``:``)\n\nThe buy transactions are your contributions to the 401k. These will be\nprinted as follows:\n\n::\n\n 2016/01/29 401k: buymf\n Assets:Retirement:401k 1.12345 FOOBAR @ $123.123456\n ; ofxid: 1234\n Income:Salary -$138.32\n\nThis means that you bought (contributed) $138.32 worth of FOOBAR (your\ninvestment fund) at the price of $123.123456. The money to buy the\ninvestment came from your income. In ledger-autosync, the\n``Assets:Retirement:401k`` account is the one specified using the\n``--account`` command line, or configured in your ``ofxclient.ini``.\nThe ``Income:Salary`` is specified by the ``--unknown-account``\noption.\n\nIf the transaction is a \u201ctransfer\u201d transaction, this usually means\neither a fee or a change in your investment option:\n\n::\n\n 2014/06/30 401k: transfer: out\n Assets:Retirement:401k -1.61374 FOOBAR @ $123.123456\n ; ofxid: 1234\n Transfer $198.69\n\nYou will need to examine your statements to determine if this was a\nfee or a real transfer back into your 401k.\n\nAnother type of transaction is a \u201creinvest\u201d transaction:\n\n::\n\n 2014/06/30 401k: reinvest\n Assets:Retirement:401k 0.060702 FOOBAR @ $123.123456\n ; ofxid: 1234\n Income:Interest -$7.47\n\nThis probably indicates a reinvestment of dividends. ledger-autosync\nwill print ``Income:Interest`` as the other account.\n\nresync\n------\n\nBy default, ledger-autosync will process transactions backwards, and\nstop when it sees a transaction that is already in ledger. To force it\nto process all transactions up to the ``--max`` days back in time\n(default: 90), use the ``--resync`` option. This can be useful when\nincreasing the ``--max`` option. For instance, if you previously\nsynchronized 90 days and now want to get 180 days of transactions,\nledger-autosync would stop before going back to 180 days without the\n``--resync`` option.\n\npayee format\n------------\n\nBy default, ledger-autosync attempts to generate a decent payee line\n(the information that follows the date in a ledger transaction).\nUnfortunately, because of differences in preference and in the format\nof OFX files, it is not always possible to generate the user\u2019s\npreferred payee format. ledger-autosync supports a ``payee-format``\noption that can be used to generate your preferred payee line. This\noption is of the format ``Text {memo}``, where ``memo`` is a\nsubstitution based on the value of the transaction. Available\nsubstitutions are ``memo``, ``payee``, ``txntype``, ``account`` and\n``tferaction``. For example:\n\n::\n\n $ ledger-autosync --payee-format \"Memo: {memo}\"\n 2011/03/31 Memo: DIVIDEND EARNED FOR PERIOD OF 03/01/2011 THROUGH 03/31/2011 ANNUAL PERCENTAGE YIELD EARNED IS 0.05%\n\nThis option is also available for CSV conversion. For CSV files, you\ncan substitution any of the values of the rows in the CSV file by\nname. For instance, for Paypal files:\n\n::\n\n $ ledger-autosync --payee-format \"{Name} ({To Email Address})\" -a Paypal paypal.csv\n 2016/06/04 Jane Doe (someone@example.net)\n\npython bindings\n---------------\n\nIf the ledger python bindings are available, ledger-autosync can use\nthem if you pass in the ``--python`` argument. Note, however, they can\nbe buggy, which is why they are disabled by default\n\nPlugin support\n--------------\n\nledger-autosync has support for plugins. By placing python files a\ndirectory named ``~/.config/ledger-autosync/plugins/`` it should be\npossible to automatically load python files from there. You may place\n``CsvCconverter`` subclasses here, which will be selected based on the\ncolumns in the CSV file being parsed and the FIELDSET of the CSV\nconverters. You may also place a single ``OfxConverter`` in the plugin\ndirectory, which will be used in place of the stock ``OfxConverter``.\n\nBelow is an example CSV converter, starting with the input CSV file:\n\n::\n\n \"Date\",\"Name\",\"Amount\",\"Balance\"\n \"11/30/2016\",\"Dividend\",\"$1.06\",\"$1,000\u201c\n\nThe following converter in the file ``~/.config/ledger-autosync/plugins/my.py``:\n\n::\n\n from ledgerautosync.converter import CsvConverter, Posting, Transaction, Amount\n import datetime\n import re\n\n class SomeConverter(CsvConverter):\n FIELDSET = set([\"Date\", \"Name\", Amount\", \"Balance\"])\n\n def __init__(self, *args, **kwargs):\n super(SomeConverter, self).__init__(*args, **kwargs)\n\n def convert(self, row):\n md = re.match(r\"^(\\(?)\\$([0-9,\\.]+)\", row['Amount'])\n amount = md.group(2).replace(\",\", \"\")\n if md.group(1) == \"(\":\n reverse = True\n else:\n reverse = False\n if reverse:\n account = 'expenses'\n else:\n account = 'income'\n return Transaction(\n date=datetime.datetime.strptime(row['Date'], \"%m/%d/%Y\"),\n payee=row['Name'],\n postings=[Posting(self.name, Amount(amount, '$', reverse=reverse)),\n Posting(account, Amount(amount, '$', reverse=not(reverse)))])\n\nRunning ``ledger-autosync file.csv -a assets:bank`` will generate:\n\n::\n\n 2016/11/30 Dividend\n assets:bank $1.06\n income -$1.06\n\nFor more examples, see\nhttps://gitlab.com/egh/ledger-autosync/blob/master/ledgerautosync/converter.py#L421\nor the `example plugins directory `_.\n\nIf you develop a converter that you think will be generally\nuseful, please consider submitting a pull request.\n\nTesting\n-------\n\nledger-autosync uses nose for tests. To test, run nosetests in the\nproject directory. This will test the ledger, hledger and\nledger-python interfaces. To test a single interface, use nosetests -a\nhledger. To test the generic code, use nosetests -a generic. To test\nboth, use nosetests -a generic -a hledger. For some reason\nnosetests -a '!hledger' will not work.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/egh/ledger-autosync", "keywords": "ledger accounting", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "ledger-autosync", "package_url": "https://pypi.org/project/ledger-autosync/", "platform": "", "project_url": "https://pypi.org/project/ledger-autosync/", "project_urls": { "Homepage": "https://gitlab.com/egh/ledger-autosync" }, "release_url": "https://pypi.org/project/ledger-autosync/1.0.1/", "requires_dist": [ "setuptools (>=26)", "ofxclient", "ofxparse", "nose (>=1.0) ; extra == 'test'", "mock ; extra == 'test'" ], "requires_python": "", "summary": "Automatically sync your bank's data with ledger", "version": "1.0.1" }, "last_serial": 5142452, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c4fbfaa6709ecf4f213fd788444175bc", "sha256": "10e7f854999781320cde606ab5873259c38f10ae03ea2383d5e02708128132d4" }, "downloads": -1, "filename": "ledger-autosync-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c4fbfaa6709ecf4f213fd788444175bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5613, "upload_time": "2013-08-28T05:01:25", "url": "https://files.pythonhosted.org/packages/41/5b/db7c76913623a99cc58a5f7dcfb52c06121cebe8b2bfa8073a80f24e1ab8/ledger-autosync-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5b78b31c91c527c580f191a719db5f6a", "sha256": "ab1b49d6cc1e98ef5221947c140014853e25cd92b380949e83b5fba5cde6b014" }, "downloads": -1, "filename": "ledger-autosync-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5b78b31c91c527c580f191a719db5f6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5837, "upload_time": "2013-08-31T17:46:30", "url": "https://files.pythonhosted.org/packages/40/0b/1040294ea93360c69064409dbc9ae30dbc4c184dc129afa259d4bb98be04/ledger-autosync-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "449a774d0e3bc77a01ff66926b89a9b8", "sha256": "755c4337c6b95e930e13c862bd1803e61aa5cad52bd3cda182f90bb6e07a8fae" }, "downloads": -1, "filename": "ledger-autosync-0.1.2.tar.gz", "has_sig": false, "md5_digest": "449a774d0e3bc77a01ff66926b89a9b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6283, "upload_time": "2013-09-21T06:32:32", "url": "https://files.pythonhosted.org/packages/0b/08/867f0422ccf12536124d76cc02e55200eda2f83288f83f2a2944d563cc5f/ledger-autosync-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "fa94051257ff12af458d5553aee9318d", "sha256": "e73767270f6041f78bfd6234ab1573bbc081a6ea2ead1dbe703bfe6d1e8049fd" }, "downloads": -1, "filename": "ledger-autosync-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fa94051257ff12af458d5553aee9318d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6827, "upload_time": "2013-10-19T17:32:47", "url": "https://files.pythonhosted.org/packages/6f/36/0884401ff31c91eeb8e2b7953f36417854cc3bb9970387f654957e1bac02/ledger-autosync-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "139d1ad2faf0f021dfac961f00db1a8b", "sha256": "dffe4693dcf859bb75110068c7553a229caeb83ce835093fad2181c4c237be0e" }, "downloads": -1, "filename": "ledger-autosync-0.1.4.tar.gz", "has_sig": false, "md5_digest": "139d1ad2faf0f021dfac961f00db1a8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7677, "upload_time": "2013-12-14T04:00:31", "url": "https://files.pythonhosted.org/packages/47/f3/6da9209028b4c768501ee9ca7636d78d16c4f00599fb29c90806c8cba29f/ledger-autosync-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "1f0cc003b15c9a288fc101a569e7e383", "sha256": "6d44c08523da53be993dda91b7fef280e8319a35f7164a95623dcd7b34806377" }, "downloads": -1, "filename": "ledger-autosync-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1f0cc003b15c9a288fc101a569e7e383", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7970, "upload_time": "2014-02-05T06:20:09", "url": "https://files.pythonhosted.org/packages/70/08/8bcce752ef43ee4bed7c2686d56daf2ba46c99b252e6cbba434d3a792f0d/ledger-autosync-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "791eb3d34fc165785cbe54941a9c68c8", "sha256": "a87d96049c54f2b4b97d11263bc86e69c563e2c896c3c6f345fbd4704b8fa19b" }, "downloads": -1, "filename": "ledger-autosync-0.2.1.tar.gz", "has_sig": false, "md5_digest": "791eb3d34fc165785cbe54941a9c68c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29531, "upload_time": "2014-02-26T04:30:15", "url": "https://files.pythonhosted.org/packages/60/1b/3c7bbf25bd739a7cd8dad3be8e1593673b5b776ebd4f8ba17795e7cc3c06/ledger-autosync-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d01eb44b0552e0289fb1973e5ccc8ab1", "sha256": "dcb45b4c689459c4eab01f62ad52d87a93a78b9cb8a272d453e3e41e35b507cf" }, "downloads": -1, "filename": "ledger-autosync-0.2.2.tar.gz", "has_sig": false, "md5_digest": "d01eb44b0552e0289fb1973e5ccc8ab1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30157, "upload_time": "2014-09-25T05:20:45", "url": "https://files.pythonhosted.org/packages/bf/88/ce1238acc0aafb6feffefc2e7013fb9e060f709035b554988c86b068ac2c/ledger-autosync-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "070930f80b24cb5a4861952c62d9f100", "sha256": "f19fa66e656309825887171d84a462e64676b1cc36b62e4dd8679ff63926a469" }, "downloads": -1, "filename": "ledger-autosync-0.2.3.tar.gz", "has_sig": false, "md5_digest": "070930f80b24cb5a4861952c62d9f100", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28482, "upload_time": "2014-09-26T17:53:46", "url": "https://files.pythonhosted.org/packages/ef/bf/799b648e71c4b952992daece636f26c147d05a05568a5d969bba2aa3e1d8/ledger-autosync-0.2.3.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "ba375e26f155351a7552a8ccb019935e", "sha256": "f682f769fc3fc4a126ea6f4ceae483f3124266d78e4ab9d6ea1785623174004e" }, "downloads": -1, "filename": "ledger-autosync-0.2.5.tar.gz", "has_sig": false, "md5_digest": "ba375e26f155351a7552a8ccb019935e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30813, "upload_time": "2016-07-19T05:13:00", "url": "https://files.pythonhosted.org/packages/38/d8/9d721b0b91a265bdd4dc68a3d744152ce699ee38db161d673762e4de2092/ledger-autosync-0.2.5.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "3f1f99ba2e8a58d1a1c00b142c7a6b98", "sha256": "a1a106b25f8f1127e7f6c5cf781867c82a6d213fc28ce1d65d6dfa6534f30201" }, "downloads": -1, "filename": "ledger-autosync-0.3.0.tar.gz", "has_sig": false, "md5_digest": "3f1f99ba2e8a58d1a1c00b142c7a6b98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39183, "upload_time": "2016-10-28T01:28:13", "url": "https://files.pythonhosted.org/packages/22/65/b43ffec22eecf23b8aedc353e49a19fdadfa76f648d0ae9790ce8b00183f/ledger-autosync-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "b092a2f3e666c8552fd773ce09d9fda7", "sha256": "69a6735c037a71d53e63ec7586ac0ff7d46aff3bc641ebe46165bdad47677ed3" }, "downloads": -1, "filename": "ledger-autosync-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b092a2f3e666c8552fd773ce09d9fda7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39206, "upload_time": "2016-10-28T01:33:20", "url": "https://files.pythonhosted.org/packages/a6/48/8f53754ef22b96fe5f06fa57f9725b341c726891dd0d60f1ddf044758408/ledger-autosync-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "c74473d4e104b5cfccd96e7e86503943", "sha256": "01fa2aa3bc7268ae435f4fe56cac05a8850fb7708d272c88047d155831d41011" }, "downloads": -1, "filename": "ledger-autosync-0.3.2.tar.gz", "has_sig": false, "md5_digest": "c74473d4e104b5cfccd96e7e86503943", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39783, "upload_time": "2016-10-28T01:48:31", "url": "https://files.pythonhosted.org/packages/ae/c6/7be76ae4fee8367857160d3d4d4c62d2ba82dd2d900aba42d3cb1beb4199/ledger-autosync-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "e787d5bc53531e6967544d5e5f8f208a", "sha256": "49b696eff4d70c5a1a06c3e07df8ec1297839005c4192f41f4129180082df69d" }, "downloads": -1, "filename": "ledger-autosync-0.3.3.tar.gz", "has_sig": false, "md5_digest": "e787d5bc53531e6967544d5e5f8f208a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39894, "upload_time": "2016-11-07T02:37:00", "url": "https://files.pythonhosted.org/packages/01/4e/6ac5a2fc0b1c284839b0a2732b2024e223228416e30425f6241010c7bd48/ledger-autosync-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "5bf55acb7c9ccb9ebc8b558b56acc54f", "sha256": "f7439f11c2d86852726ffb2625d702c489e1fcce1fff7c962fbf2a78a3b4ed8b" }, "downloads": -1, "filename": "ledger_autosync-0.3.4-py2-none-any.whl", "has_sig": false, "md5_digest": "5bf55acb7c9ccb9ebc8b558b56acc54f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 23296, "upload_time": "2016-11-14T01:24:17", "url": "https://files.pythonhosted.org/packages/e1/bc/db7d531f5f1e532a8f41573a776681d6924b9b3b43232128c4eb765a7234/ledger_autosync-0.3.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "379eec8051c712109f8abd3c3e686eca", "sha256": "e0c789fdc997741021f17c2106fe6f2959172f15b5e4318bba1f2d0a7b464155" }, "downloads": -1, "filename": "ledger-autosync-0.3.4.tar.gz", "has_sig": false, "md5_digest": "379eec8051c712109f8abd3c3e686eca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42896, "upload_time": "2016-11-14T01:24:20", "url": "https://files.pythonhosted.org/packages/6e/31/b33e08e6661e966a17cd108d3f2c3e72d2c39f8d290282b08965a59d68cb/ledger-autosync-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "14263cf5fdf66a55b939b055888c2bd1", "sha256": "1738a8659b803816b89b182d83e1b225c7a0fd9bc40f7d768c2a23adfb0d9435" }, "downloads": -1, "filename": "ledger_autosync-0.3.5-py2.7.egg", "has_sig": false, "md5_digest": "14263cf5fdf66a55b939b055888c2bd1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 42645, "upload_time": "2018-08-01T04:03:20", "url": "https://files.pythonhosted.org/packages/84/8f/c46de7e3250f6b31e89c3db54e3a1f507132b280e36a59875d359b5a0ff9/ledger_autosync-0.3.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8c1af6a7d25d02330267dc685db89e5c", "sha256": "bfd2b0bdaa914a0432d3fba9671bf56e5c6a2811796035f2aaafb9ba5cfcb83a" }, "downloads": -1, "filename": "ledger_autosync-0.3.5-py3.6.egg", "has_sig": false, "md5_digest": "8c1af6a7d25d02330267dc685db89e5c", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 42983, "upload_time": "2018-08-01T04:03:21", "url": "https://files.pythonhosted.org/packages/35/aa/e14eabceedd1f356f3879cc44dfd349bb7111c90454aec6b148b422d9d7d/ledger_autosync-0.3.5-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "6abc7d937f4312bc290dad51dabd66cf", "sha256": "ed3602266e4f3d326d8672e37ca9ab85bdce9083b79a5763309a16e16299fb06" }, "downloads": -1, "filename": "ledger-autosync-0.3.5.tar.gz", "has_sig": false, "md5_digest": "6abc7d937f4312bc290dad51dabd66cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47091, "upload_time": "2017-05-26T02:45:25", "url": "https://files.pythonhosted.org/packages/44/b0/8e0707d2627caae34010487b81509218b8bf6311c13dbc244dd27c1de830/ledger-autosync-0.3.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "35646c22e67f6681b49916a96d2d1a23", "sha256": "bfd4c0e3af1e980a347b74a3dd7947e7d3c6c9e03f66015f78951e725ab48418" }, "downloads": -1, "filename": "ledger_autosync-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "35646c22e67f6681b49916a96d2d1a23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23023, "upload_time": "2018-08-01T04:03:18", "url": "https://files.pythonhosted.org/packages/26/28/43f67b3f3bc65bb093da6b04e80197e24688d5252ed2a20f45aa94d47b97/ledger_autosync-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d52b888b75bcee223e10fd46642840a", "sha256": "c55875cad34c1fca4e24f55e075b2a064d44ba8ef2481b2d1784bcf43eb04b46" }, "downloads": -1, "filename": "ledger-autosync-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7d52b888b75bcee223e10fd46642840a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25601, "upload_time": "2018-08-01T04:03:25", "url": "https://files.pythonhosted.org/packages/a4/28/bece888e87acb676193138a09e6b7edd6a626ffc20b9a524974b0db18b1c/ledger-autosync-1.0.0.tar.gz" } ], "1.0.0rc1": [ { "comment_text": "", "digests": { "md5": "856b692a26566fb0e203c8f196425ff6", "sha256": "faf982aff72b7bd15f5f060c9bd288bd208cbf2bb1d86ac9e57432f26feb053b" }, "downloads": -1, "filename": "ledger_autosync-1.0.0rc1-py3.6.egg", "has_sig": false, "md5_digest": "856b692a26566fb0e203c8f196425ff6", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 43269, "upload_time": "2018-08-01T04:03:23", "url": "https://files.pythonhosted.org/packages/bb/09/1c99a9ef9ea96f2ac88c9c2ca8827fa2ddd28370f9464ca8a0dfa47900db/ledger_autosync-1.0.0rc1-py3.6.egg" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "df3f37d7c1d01960111c8c0c199dcd7e", "sha256": "24ed392b32c6ccf1a2b8310f7e55dd62402450b7a0887f72edc4ff0e94f53421" }, "downloads": -1, "filename": "ledger_autosync-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "df3f37d7c1d01960111c8c0c199dcd7e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 36207, "upload_time": "2019-04-15T01:34:28", "url": "https://files.pythonhosted.org/packages/e4/ed/8820880a7a3598054f7ae58942f78567bb19faa7ec6db3579dbc28918f66/ledger_autosync-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45d48c3e283f80f5574af4f496bb277b", "sha256": "df9a1b7bae878afad763c5352a0e99d4f07a7d02fd5e23f9e073dea9b9e9c566" }, "downloads": -1, "filename": "ledger-autosync-1.0.1.tar.gz", "has_sig": false, "md5_digest": "45d48c3e283f80f5574af4f496bb277b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22971, "upload_time": "2019-04-15T01:34:30", "url": "https://files.pythonhosted.org/packages/f5/94/0e5759f793419f0a85b4bbb1401dec3a698e5457a6dc18963e78014a50c0/ledger-autosync-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df3f37d7c1d01960111c8c0c199dcd7e", "sha256": "24ed392b32c6ccf1a2b8310f7e55dd62402450b7a0887f72edc4ff0e94f53421" }, "downloads": -1, "filename": "ledger_autosync-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "df3f37d7c1d01960111c8c0c199dcd7e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 36207, "upload_time": "2019-04-15T01:34:28", "url": "https://files.pythonhosted.org/packages/e4/ed/8820880a7a3598054f7ae58942f78567bb19faa7ec6db3579dbc28918f66/ledger_autosync-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45d48c3e283f80f5574af4f496bb277b", "sha256": "df9a1b7bae878afad763c5352a0e99d4f07a7d02fd5e23f9e073dea9b9e9c566" }, "downloads": -1, "filename": "ledger-autosync-1.0.1.tar.gz", "has_sig": false, "md5_digest": "45d48c3e283f80f5574af4f496bb277b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22971, "upload_time": "2019-04-15T01:34:30", "url": "https://files.pythonhosted.org/packages/f5/94/0e5759f793419f0a85b4bbb1401dec3a698e5457a6dc18963e78014a50c0/ledger-autosync-1.0.1.tar.gz" } ] }