Metadata-Version: 2.1
Name: moneytoring
Version: 1.3.2
Summary: A python budgeting tool
Home-page: https://github.com/arthuRHD/moneytoring
Author: Arthur RICHARD
Author-email: arthur.richard@protonmail.com
License: UNKNOWN
Description: # Python moneytoring package
        
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/092eb41ccb7c4f18b32eaa35b54fffc6)](https://app.codacy.com/manual/arthur.richard2299/moneytoring?utm_source=github.com&utm_medium=referral&utm_content=arthuRHD/moneytoring&utm_campaign=Badge_Grade_Dashboard)
        [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/b755e01753604f3281cb1ec00722931b)](https://www.codacy.com/manual/arthur.richard2299/moneytoring?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=arthuRHD/moneytoring&amp;utm_campaign=Badge_Coverage)
        ![PyPI](https://github.com/arthuRHD/moneytoring/workflows/Upload%20Python%20Package/badge.svg)
        ![Issues](https://img.shields.io/github/issues/arthuRHD/moneytoring?style=flat-square)
        
        Parse a CSV file and visualize data with CLI tools
        
        ## Install
        
        ```sh
        pip3 install moneytoring
        setup-csv <path_of_your_csv>
        ```
        
        ## Usage
        
        ```sh
        moneytoring <monthly_salary> <number_of_months>
        summary
        summary-year <number_of_the_year>
        summary-year all
        summary-filter <name_of_market>
        setup-csv <path_of_your_csv>
        ```
        
        ## Range of visualization
        
        - Total expenses
        - Total incomes
        - Expenses by year
        - Incomes by year
        
        ## Author
        
        Arthur RICHARD
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
