Metadata-Version: |
2.1 |
Name: |
df-diskcache |
Version: |
0.0.2 |
Summary: |
df-diskcache is a Python library for caching pandas.DataFrame objects to local disk. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/df-diskcache |
Project-Url: |
Changlog, https://github.com/thombashi/df-diskcache/releases |
Project-Url: |
Source, https://github.com/thombashi/df-diskcache |
Project-Url: |
Tracker, https://github.com/thombashi/df-diskcache/issues |
License: |
MIT License |
Keywords: |
cache,disk,dataframe,library,pandas |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
pandas (<3,>=1) |
Requires-Dist: |
SimpleSQLite (<3,>=1.5) |
Requires-Dist: |
typing-extensions (<5,>=3); python_version < "3.8" |
Requires-Dist: |
loguru (<1,>=0.4.1); extra == "logging" |
Requires-Dist: |
pytest (>=6.0.1); extra == "test" |
Requires-Dist: |
pytest-md-report (>=0.5); extra == "test" |
Provides-Extra: |
logging |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |