Metadata-Version: 2.1
Name: colassigner
Version: 0.4.0
Summary: Helper for assigning and accessing pandas columns
Author-email: Endre Márk Borza <endremborza@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: pandoc ; extra == "doc"
Requires-Dist: graphviz ; extra == "doc"
Requires-Dist: sphinx-automodapi ; extra == "doc"
Requires-Dist: sphinx-rtd-theme ; extra == "doc"
Requires-Dist: myst-parser ; extra == "doc"
Requires-Dist: pygments ; extra == "doc"
Requires-Dist: jupyter ; extra == "doc"
Requires-Dist: toml ; extra == "doc"
Requires-Dist: branthebuilder ; extra == "test"
Requires-Dist: pandas ; extra == "test"
Project-URL: Homepage, https://github.com/endremborza/colassigner
Provides-Extra: doc
Provides-Extra: test

# colassigner

[![Documentation Status](https://readthedocs.org/projects/colassigner/badge/?version=latest)](https://colassigner.readthedocs.io/en/latest)
[![codeclimate](https://img.shields.io/codeclimate/maintainability/endremborza/colassigner.svg)](https://codeclimate.com/github/endremborza/colassigner)
[![codecov](https://img.shields.io/codecov/c/github/endremborza/colassigner)](https://codecov.io/gh/endremborza/colassigner)
[![pypi](https://img.shields.io/pypi/v/colassigner.svg)](https://pypi.org/project/colassigner/)


fitting somewhat complex, nested data structures into tables, and removing the need to remember the name and construction logic of any column, if you can rely on static analysis

things to think about:
- draw a reliance dag based on calls
- pivot table: data content based columns
  - enum type support
- changing record entity type
- partial inheritance / composite types

