Optional requirements:
`- sqlalchemy, >=1.4.0` (install with `$ pip install klepto[archives]`)
`- h5py, >=2.8.0` (install with `$ pip install klepto[archives]`)
`- pandas, >=0.17.0` (install with `$ pip install klepto[archives]`)
Klepto is licensed under 3-clause BSD:
>>> import klepto
>>> print (klepto.license())
To cite klepto:
>>> import klepto
>>> print (klepto.citation())
What's Changed
* Bump idna from 3.4 to 3.7 in /docs by dependabot in https://github.com/uqfoundation/klepto/pull/127
* Bump jinja2 from 3.1.3 to 3.1.4 in /docs by dependabot in https://github.com/uqfoundation/klepto/pull/128
* Bump requests from 2.31.0 to 2.32.0 in /docs by dependabot in https://github.com/uqfoundation/klepto/pull/129
* Bump tornado from 6.3.3 to 6.4.1 in /docs by dependabot in https://github.com/uqfoundation/klepto/pull/130
* update docs requirements to rtfd 10.27.0 by mmckerns in https://github.com/uqfoundation/klepto/pull/132
* Bump certifi from 2024.2.2 to 2024.7.4 in /docs by dependabot in https://github.com/uqfoundation/klepto/pull/133
* type check with Integral not int by mmckerns in https://github.com/uqfoundation/klepto/pull/134
* add formal support for python 3.13 by mmckerns in https://github.com/uqfoundation/klepto/pull/135
**Full Changelog**: https://github.com/uqfoundation/klepto/compare/0.2.5...0.2.6