Metadata-Version: 2.1
Name: cooperative-dataclasses
Version: 0.2
Summary: Cooperative dataclasses.
Home-page: https://github.com/NeilGirdhar/cooperative_dataclasses
License: MIT
Author: Neil Girdhar
Author-email: mistersheik@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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.

