Metadata-Version: 2.1
Name: xulpymoney
Version: 0.5.0
Summary: Home and financial accounting system
Home-page: https://github.com/Turulomio/xulpymoney
Author: Turulomio
Author-email: turulomio@yahoo.es
License: GPL-3
Description: What is Xulpymoney
        ==================
        Desktop app to manage personal and financial contability
        
        License
        =======
        GPL-3
        
        Links
        =====
        
        Source code & Development:
          * https://github.com/Turulomio/xulpymoney
        
        Doxygen documentation:
          * http://turulomio.users.sourceforge.net/doxygen/xulpymoney/
        
        Main developer web page:
          * https://github.com/Turulomio 
        
        Pypi web page:
          * https://pypi.org/project/xulpymoney/
        
        Install in Linux
        ================
        If you use Gentoo you can find a ebuild in https://sourceforge.net/p/xulpymoney/code/HEAD/tree/myportage/app-office/xulpymoney/
        
        If you use other distribution, you need to install PyQtChart manually. PyQtChart is not in Linux setup.py dependencies due to PyQt5 doesn't use standard setup tools. So for compatibility reasons with distributions like Gentoo, we use this additional step.
        
        `pip install PyQtChart`
        
        `pip install xulpymoney`
        
        Install in Windows as a python module
        =====================================
        You need to install Python from https://www.python.org and add it to the PATH
        
        You must open a console with Administrator privileges and type:
        
        `pip install xulpymoney`
        
        If you want to create a Desktop shortcut to launch Xulpymoney you must write:
        
        `xulpymoney.exe --shortcuts-create`
        
        If you want to delete that Desktop shortcut you can write:
        
        `xulpymoney.exe --shortcuts-remove`
        
        Install in Windows as a standalone application
        ==============================================
        You need to download xulpymoney-X.X.X.exe from github release
        
        Just execute it
        
        Dependencies
        ============
        * https://www.python.org/, as the main programming language.
        * https://pypi.org/project/colorama/, to give console colors.
        * http://initd.org/psycopg/, to access PostgreSQL database.
        * https://pypi.org/project/PyQt5/, as the main library.
        * https://pypi.org/project/pytz/, to work with timezones.
        * https://pypi.org/project/officegenerator/, to work with LibreOffice and Microsoft Office documents.
        * https://pypi.org/project/PyQtChart/, to work with charts.
        * https://pypi.org/project/pywin32/, to create shortcuts.
        
        Changelog
        =========
        0.5.0
          * Solved several bugs
          * Added setup.py pyinstaller to generate one standalone exe to distribute in Windows
        
        0.4.0
          * Xulpymoney is now a gui_script.
          * You can create shortcuts with xulpymoney --shortcuts-create
          * Removed old installation system in Windows. Added Windows installation instructions in README
        
        0.3.0
          * Added platform dependent dependencies
        
        0.2.0
          * Fixed a lot of bugs
          * Now products update is made from products.xlsx on internet
          * Create product.needStatus to load necessary quotes automatically
          * Added python-stdnum dependency to validate ISIN code
          * Updated and added several products
        
        0.1.1
          * Added missing files to MANIFEST.in
        
        0.1.0
        *  * Migration from Sourceforge
          * Changed code to python package
        
Keywords: financial home accounting system
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
