An open API service indexing awesome lists of open source software.

https://github.com/queryverse/tabletraitsutils.jl

Utilities for implementing the TableTraits.jl interfaces
https://github.com/queryverse/tabletraitsutils.jl

julia queryverse

Last synced: 10 months ago
JSON representation

Utilities for implementing the TableTraits.jl interfaces

Awesome Lists containing this project

README

          

# TableTraitsUtils

[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Status](https://travis-ci.org/queryverse/TableTraitsUtils.jl.svg?branch=master)](https://travis-ci.org/queryverse/TableTraitsUtils.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/581c52y9jheoryps/branch/master?svg=true)](https://ci.appveyor.com/project/queryverse/tabletraitsutils-jl/branch/master)
[![codecov.io](http://codecov.io/github/queryverse/TableTraitsUtils.jl/coverage.svg?branch=master)](http://codecov.io/github/queryverse/TableTraitsUtils.jl?branch=master)

## Overview

TableTraitsUtils provides default implementations of the
[TableTraits.jl](https://github.com/queryverse/TableTraits.jl) interface.