Metadata-Version: 2.1
Name: vcorelib
Version: 3.3.0
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tomli
Requires-Dist: importlib-resources
Requires-Dist: tomli-w
Requires-Dist: ruamel.yaml
Requires-Dist: fastjsonschema
Requires-Dist: cerberus
Provides-Extra: test
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: ruff ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: yamllint ; extra == 'test'
Requires-Dist: yambs ; extra == 'test'
Requires-Dist: vmklib ; extra == 'test'
Requires-Dist: sphinx ; extra == 'test'
Requires-Dist: sphinx-book-theme ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: setuptools-wrapper ; extra == 'test'
Requires-Dist: types-setuptools ; extra == 'test'
Requires-Dist: uvloop ; (sys_platform != "win32" and sys_platform != "cygwin") and extra == 'test'

<!--
    =====================================
    generator=datazen
    version=3.1.4
    hash=259d4e3ad46b615a68769fd162693796
    =====================================
-->

# vcorelib ([3.3.0](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)
![PyPI - Status](https://img.shields.io/pypi/status/vcorelib)
![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/vcorelib)

*A collection of core Python utilities.*

## Documentation

### Generated

* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/vcorelib)
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
* By [pydoc](https://vkottler.github.io/python/pydoc/vcorelib.html)
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)

## Python Version Support

This package is tested with the following Python minor versions:

* [`python3.11`](https://docs.python.org/3.11/)
* [`python3.12`](https://docs.python.org/3.12/)

## Platform Support

This package is tested on the following platforms:

* `ubuntu-latest`
* `macos-latest`
* `windows-latest`

# Introduction

Core technologies shared between a number of other Python packages.

# 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)
