Metadata-Version: 2.1
Name: artigraph
Version: 0.0.5
Summary: A library for interrelated graphs of artifacts.
Project-URL: Documentation, https://github.com/rmorshea/artigraph#readme
Project-URL: Issues, https://github.com/rmorshea/artigraph/issues
Project-URL: Source, https://github.com/rmorshea/artigraph
Author-email: "U.N. Owen" <void@some.where>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: anyio<4,>=3
Requires-Dist: sqlalchemy<3,>=2
Requires-Dist: typing-extensions
Provides-Extra: all
Requires-Dist: artigraph[aws,numpy,pandas,polars,pyarrow]; extra == 'all'
Provides-Extra: aws
Requires-Dist: boto3<2,>=1; extra == 'aws'
Provides-Extra: numpy
Requires-Dist: artigraph[pyarrow]; extra == 'numpy'
Requires-Dist: numpy<2,>=1; extra == 'numpy'
Requires-Dist: pandas<3,>=2; extra == 'numpy'
Provides-Extra: pandas
Requires-Dist: artigraph[pyarrow]; extra == 'pandas'
Requires-Dist: pandas<3,>=2; extra == 'pandas'
Provides-Extra: polars
Requires-Dist: artigraph[pyarrow]; extra == 'polars'
Requires-Dist: polars<1; extra == 'polars'
Provides-Extra: pyarrow
Requires-Dist: pyarrow<13,>=12; extra == 'pyarrow'
Description-Content-Type: text/markdown

# Artigraph

[![PyPI - Version](https://img.shields.io/pypi/v/artigraph.svg)](https://pypi.org/project/artigraph)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/artigraph.svg)](https://pypi.org/project/artigraph)

A library for creating interrelated graphs of artifacts.

# Documentation

Documentation is available at
[ryanmorshead.com/artigraph/](https://ryanmorshead.com/artigraph/).
