Metadata-Version: 2.1
Name: Bank-Package-Aamir-and-Conrad
Version: 0.0.1
Summary: This package can be used to manage bank customers (accounts and cards).
Home-page: https://github.com/Conrad-Yeung/Data-533-Lab-4
Author: Aamir Khan & Conrad Yeung
Author-email: author@example.com
License: UNKNOWN
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

This package can be used to manage bank customers. There are two subpackages accounts and cards. Accounts subpackage is for corporate customers using bank for large transactions. Cards subpackage is for retail customers who would like to use their bank account with card transactions.


