Metadata-Version: 2.1
Name: cooperative-dataclasses
Version: 0.1
Summary: Cooperative dataclasses.
Home-page: https://github.com/NeilGirdhar/cooperative_dataclasses
Author: Neil Girdhar
Author-email: mistersheik@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Project-URL: Repository, https://github.com/NeilGirdhar/cooperative_dataclasses
Description-Content-Type: text/x-rst

=======================
Cooperative Dataclasses
=======================

.. role:: bash(code)
    :language: bash

.. role:: python(code)
   :language: python

This repository provides a version of dataclasses that can be used in
cooperative inheritance.

