{ "info": { "author": "Joel B. Mohler", "author_email": "joel@kiwistrawberry.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications :: Qt", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Database :: Front-Ends", "Topic :: Office/Business :: Financial :: Accounting" ], "description": "Pre-requisites\n--------------\n\nYou will need python (2.6 and 2.7 are tested), qtalchemy, sqlalchemy (0.7x \npreferred), a python database driver, and PyQt4 or PySide. Refer to setup.py \nfor a more complete list of dependencies.\n\nIt should be noted that while PyHacc is a fully functional system which is in\nproduction use for the author's personal use, it is primarily a demonstration\nand example of qtalchemy_.\n\n.. _qtalchemy: https://bitbucket.org/jbmohler/qtalchemy\n\nAs of qtalchemy version 0.8.x, PyHacc uses PySide. To use PyQt4 instead of\nPySide, you must install from the source in the bitbucket repository. Install\nin the following way::\n\n python qtbindings.py --platform=PyQt4\n python setup.py build\n sudo python setup.py install\n\nIf using PyQt4, the qtalchemy library will also need to be switched to \nusing PyQt4 in a similar way.\n\n\nGetting Started\n---------------\n\nOn linux, it should be sufficient to run::\n\n python setup.py build\n sudo python setup.py install\n pyhaccgui --conn=sqlite://\n\nThe sqlite:// connection string will start pyhacc with a demo database.\n\nIt is recommended and most tested to use pyhacc with postgresql. To initialize \na database::\n\n createdb pyhacc\n pyhacc initdb postgresql://username:password@localhost/pyhacc\n # to run pyhacc connected to this database:\n pyhaccgui --conn=postgresql://username:password@localhost/pyhacc\n\nGetting Started on Windows\n--------------------------\n\nRoughly speaking, the install proceeds as follows:\n\n- Install python and easy_install\n- Install PyQt (or PySide, if desired).\n- easy_install sqlalchemy\n- easy_install pyscopg2 # for postgresql support\n- easy_install pyhacc\n\nOn your postgresql server, run the following command::\n\n createdb pyhacc\n\nInitialize the data-set with the following command on the windows client::\n\n c:\\python27\\python.exe c:\\python27\\scripts\\pyhacc initdb postgresql://username:password@server/pyhacc\n\nCreate a windows short-cut with the following target for starting the program::\n\n c:\\python27\\pythonw.exe c:\\python27\\scripts\\pyhaccgui --conn=postgresql://username:password@server/pyhacc\n\nChangelog\n---------\n\n0.9:\n\n* Python 3 support\n* Transaction reverse & auto-balance with hot-keys\n* Report improvements particularly in profit & loss reports.\n* Additional calendar navigation features from qtviews.\n\n0.8:\n\n* reports: balance sheet and profit & loss formatting with sorting and\n grouping flexibility\n* reports: html export\n* experimental flask http server code for viewing of reports\n* switch to using PySide rather than PyQt4\n* primitive calendar view for transactions (personally, I love it!)\n* transaction tagging gui\n\n0.7:\n\n* report changes with column width being propogated from on-screen lists to pdf\n versions\n* factor out basic report code to qtalchemy\n* bug fixes\n\n0.6: First pleasantly usable version in production", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/jbmohler/pyhacc/", "keywords": null, "license": "GPLv2+", "maintainer": null, "maintainer_email": null, "name": "PyHacc", "package_url": "https://pypi.org/project/PyHacc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyHacc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/jbmohler/pyhacc/" }, "release_url": "https://pypi.org/project/PyHacc/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "pyhacc personal accounting", "version": "0.9.0" }, "last_serial": 1385279, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "50fafdd2b4f31b138159d7690d02934f", "sha256": "e1f4e6248af57d6598cd2e0f63efc4d0aca86bc131f691f7d18a461e2f3a53c9" }, "downloads": -1, "filename": "PyHacc-0.6-py2.6.egg", "has_sig": false, "md5_digest": "50fafdd2b4f31b138159d7690d02934f", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 85639, "upload_time": "2011-10-08T13:41:36", "url": "https://files.pythonhosted.org/packages/80/04/20eb41e1923f5b9e2c341428ce20accda3c17d8aec7548f100badd98dfed/PyHacc-0.6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "1fd35d710bb52d4ac9bd3fd3be05105b", "sha256": "33d549e3e46668f9ce381288dcf8f3be7fb654f5c1c1d6188b31578a36da8f91" }, "downloads": -1, "filename": "PyHacc-0.6.tar.gz", "has_sig": false, "md5_digest": "1fd35d710bb52d4ac9bd3fd3be05105b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32701, "upload_time": "2011-10-08T13:41:35", "url": "https://files.pythonhosted.org/packages/53/ae/1c70118536de3f5bcb3b9f741db76e9d9cd5c60115b782dfbcc252f7905c/PyHacc-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "8c1789681eec20ceceff9b56e9899b47", "sha256": "5edd163328db550d3fb62314b4ea4b20770dcfc9d98246a99d95b51856da924a" }, "downloads": -1, "filename": "PyHacc-0.7-py2.7.egg", "has_sig": false, "md5_digest": "8c1789681eec20ceceff9b56e9899b47", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 89017, "upload_time": "2012-01-13T11:53:07", "url": "https://files.pythonhosted.org/packages/9c/dd/856e48ce47f3a336d05ea0703ce6730ab8e6ad8931169e59fe39cd11f7f6/PyHacc-0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "0a930dd9e6715b7323e9cb237094054c", "sha256": "a28cf2cd0b1051a413a341f484e857771820638c1a107d2fd5c706c736bcf624" }, "downloads": -1, "filename": "PyHacc-0.7.tar.gz", "has_sig": false, "md5_digest": "0a930dd9e6715b7323e9cb237094054c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34786, "upload_time": "2012-01-13T11:53:05", "url": "https://files.pythonhosted.org/packages/71/80/2997cf9bf409e8a4345eb686b3bb3f6b9db633971151dc7b4c636e42ab85/PyHacc-0.7.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "4b644652bb72714b67e990d1bfaec295", "sha256": "2b4359d401b3b52d5e472a1b8164357064b92801ef10408b08149cfe3fd2ce7d" }, "downloads": -1, "filename": "PyHacc-0.8.0-py2.7.egg", "has_sig": false, "md5_digest": "4b644652bb72714b67e990d1bfaec295", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 110276, "upload_time": "2012-12-04T17:28:59", "url": "https://files.pythonhosted.org/packages/1d/28/b8187ef990eb4b1153435b0f071976aa318140622ed5319841a229f12303/PyHacc-0.8.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "06afd762cc72cb436861662bcebeef7f", "sha256": "c15476350ad4d372400f828574898035e724dda6be5fc94441bcc1a419b8ab7f" }, "downloads": -1, "filename": "PyHacc-0.8.0.tar.gz", "has_sig": false, "md5_digest": "06afd762cc72cb436861662bcebeef7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41030, "upload_time": "2012-12-04T17:28:57", "url": "https://files.pythonhosted.org/packages/3b/60/4f7492c0c3a1134a3287b14d1be8a62f374247f9dbf525b926a2b860bd6e/PyHacc-0.8.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "054cd225f399aa38f289003c01594c69", "sha256": "3b435a21c64f1452a26afbe2a8d352873ea079166f495f5001ee6e5b7dfc43a6" }, "downloads": -1, "filename": "PyHacc-0.9.0-py2.7.egg", "has_sig": false, "md5_digest": "054cd225f399aa38f289003c01594c69", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 115860, "upload_time": "2015-01-16T18:11:42", "url": "https://files.pythonhosted.org/packages/34/bd/6c8204471c9e60d144afb67ee41ffca6987be38af526ec470d750db53d6d/PyHacc-0.9.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "50a41a2c7f3d717e229640ef79505145", "sha256": "e2b1c2bf1a12db5cc0c043fb203d4287ad8693c43ebda31b05d720636574132c" }, "downloads": -1, "filename": "PyHacc-0.9.0.tar.gz", "has_sig": false, "md5_digest": "50a41a2c7f3d717e229640ef79505145", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42841, "upload_time": "2015-01-16T18:11:40", "url": "https://files.pythonhosted.org/packages/24/5f/10929014482d5cfc9081910b31ebe6108e8d8c807e93c7f52c4e63f103bd/PyHacc-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "054cd225f399aa38f289003c01594c69", "sha256": "3b435a21c64f1452a26afbe2a8d352873ea079166f495f5001ee6e5b7dfc43a6" }, "downloads": -1, "filename": "PyHacc-0.9.0-py2.7.egg", "has_sig": false, "md5_digest": "054cd225f399aa38f289003c01594c69", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 115860, "upload_time": "2015-01-16T18:11:42", "url": "https://files.pythonhosted.org/packages/34/bd/6c8204471c9e60d144afb67ee41ffca6987be38af526ec470d750db53d6d/PyHacc-0.9.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "50a41a2c7f3d717e229640ef79505145", "sha256": "e2b1c2bf1a12db5cc0c043fb203d4287ad8693c43ebda31b05d720636574132c" }, "downloads": -1, "filename": "PyHacc-0.9.0.tar.gz", "has_sig": false, "md5_digest": "50a41a2c7f3d717e229640ef79505145", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42841, "upload_time": "2015-01-16T18:11:40", "url": "https://files.pythonhosted.org/packages/24/5f/10929014482d5cfc9081910b31ebe6108e8d8c807e93c7f52c4e63f103bd/PyHacc-0.9.0.tar.gz" } ] }