Metadata-Version: 2.1
Name: vcorelib
Version: 0.8.3
Summary: A collection of core Python utilities.
Home-page: https://github.com/vkottler/vcorelib
Author: Vaughn Kottler
Author-email: Vaughn Kottler <vaughnkottler@gmail.com>
Maintainer-email: Vaughn Kottler <vaughnkottler@gmail.com>
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: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ruamel.yaml
Requires-Dist: tomli
Requires-Dist: tomli-w
Provides-Extra: test
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: setuptools-wrapper ; extra == 'test'
Requires-Dist: types-setuptools ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'

<!--
    =====================================
    generator=datazen
    version=2.1.0
    hash=2a1e1c01d0b5ca6923ce92ff660adcb2
    =====================================
-->

# vcorelib ([0.8.3](https://pypi.org/project/vcorelib/))

[![python](https://img.shields.io/pypi/pyversions/vcorelib.svg)](https://pypi.org/project/vcorelib/)
![Build Status](https://github.com/vkottler/vcorelib/workflows/Python%20Package/badge.svg)
[![codecov](https://codecov.io/gh/vkottler/vcorelib/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/vcorelib)

*A collection of core Python utilities.*

See also: [generated documentation](https://vkottler.github.io/python/pydoc/vcorelib.html)
(created with [`pydoc`](https://docs.python.org/3/library/pydoc.html)).

# Internal Dependency Graph

A coarse view of the internal structure and scale of
`vcorelib`'s source.
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
`mk python-deps`).

![vcorelib's Dependency Graph](im/pydeps.svg)
