Metadata-Version: 2.1
Name: client_database
Version: 0.0.1
Summary: A package for managing client database
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas

  # More detailed description (optional)
        This package provides tools for creating, populating, and querying a SQLite client database.
    
