Skip to main content

Add your description here

Project description

finance-mauritius

Export your data in Excel format

from finance_mauritius.mcb import MCB

>>> MCB.process_csv('mcb.CSV')
{
    'df': <polars_df>, 
    'info': {
        'account_number': '00000000001', 
        'account_currency': 'MUR', 
        'opening_balance': '0.00', 
        'closing_balance': '15000.00', 
        'specified_period': '31-01-2024 - 31-03-2024', 
        'money_in': 20000.0, 'money_out': 5000.0}}

>>> MCB.csv_money_in())
{
    'Interbank Transfer <redacted> fare INTERNET BANKING TRANSFER': 10000.0, 
    'Instant Payment MCBL40329424554O': 10000.0
}
>>> MCB.csv_money_out()
{
    'JUICE Transfer <redacted>': 1000.0, 
    'JUICE Transfer <redacted>': 2000.0, 
    'JUICE Transfer <redacted>': 2000.0
}

Options


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finance_mauritius-0.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

finance_mauritius-0.1.0-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page