Metadata-Version: 2.1
Name: moneytoring
Version: 1.3.0
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
        
        ![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
