Metadata-Version: 2.4
Name: hybridcache
Version: 0.1.0
Summary: A hybrid LFU + LRU cache implementation in Python
Home-page: https://github.com/your-username/hybridcache
Author: Aniruddha Joshi
Author-email: Aniruddha Joshi <your_email@example.com>
License: MIT License
        
        Copyright (c) 2025 Aniruddha Joshi
        
        Permission is hereby granted, free of charge, to any person obtaining a copy...
        
Project-URL: Homepage, https://github.com/your-username/hybridcache
Keywords: cache,lfu,lru,hybrid,python
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
