Metadata-Version: 2.4
Name: sundry
Version: 0.24.0
Summary: miscellaneous code
Author-email: James Abel <j@abel.co>
License: MIT
Project-URL: Homepage, https://github.com/jamesabel/sundry
Project-URL: Repository, https://github.com/jamesabel/sundry
Project-URL: Issues, https://github.com/jamesabel/sundry/issues
Keywords: utility
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dateutil
Requires-Dist: pillow
Requires-Dist: ismain
Requires-Dist: typeguard
Requires-Dist: boto3
Requires-Dist: appdirs
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Dynamic: license-file


sundry
======
`sundry` is a library with miscellaneous code.

`sundry` is a legacy package in maintenance mode: no new features are planned, but it is kept working with current Python releases and current versions of its dependencies.

installation
============
sundry is on PyPI:

    pip install sundry

