Metadata-Version: 2.4
Name: accounting_system
Version: 1.0.1
Summary: A simple accounting system for managing transactions, journal, and ledger
Author: Your Name
Author-email: Ashikur Rahman Alvi <ashikurrahmanalvi00@email.com>
License: MIT
Project-URL: Homepage, https://github.com/AshikurRahman-Alvi/accounting_system
Project-URL: Issues, https://github.com/AshikurRahman-Alvi/accounting_system/issues
Keywords: accounting,finance,ledger,journal
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Accounting System

A simple Python package for managing basic accounting transactions, including journal and ledger entries.

## Features

- Add transactions easily
- Store and view all transactions
- Simple and lightweight design
- Beginner-friendly structure

## Installation

Install from PyPI:

```bash
pip install accounting_system
```
