Metadata-Version: 2.1
Name: sm-grams
Version: 2.1.2
Summary: 
Home-page: https://github.com/usc-isi-i2/grams
License: MIT
Author: Binh Vu
Author-email: binh@toan2.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: fastnumbers (>=3.1.0,<4.0.0)
Requires-Dist: ftfy (>=6.1.1,<7.0.0)
Requires-Dist: graph-wrapper (>=1.4.0,<2.0.0)
Requires-Dist: html5lib (>=1.1,<2.0)
Requires-Dist: hugedict (>=2.1.0,<3.0.0)
Requires-Dist: ipython (>=8.0.1,<9.0.0)
Requires-Dist: kgdata (>=2.3.1,<3.0.0)
Requires-Dist: loguru (>=0.6.0)
Requires-Dist: matplotlib (>=3.4.2,<4.0.0)
Requires-Dist: ned (>=1.0.0,<2.0.0)
Requires-Dist: networkx (>=2.8.2,<3.0.0)
Requires-Dist: omegaconf (>=2.0.6,<3.0.0)
Requires-Dist: orjson (>=3.6.8,<4.0.0)
Requires-Dist: pslpython (>=2.2.2,<3.0.0)
Requires-Dist: python-Levenshtein (>=0.12.2,<0.13.0)
Requires-Dist: python-slugify (>=5.0.2,<6.0.0)
Requires-Dist: rdflib (>=6.1.1,<7.0.0)
Requires-Dist: requests (>=2.28.0,<3.0.0)
Requires-Dist: rltk (==2.0.0-alpha.15)
Requires-Dist: ruamel.yaml (>=0.17.9,<0.18.0)
Requires-Dist: sem-desc (>=3.5.2,<3.6.0)
Requires-Dist: steiner-tree (>=1.1.3,<2.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: typing_extensions (>=4.0.0,<5.0.0)
Requires-Dist: ujson (>=5.1.0,<6.0.0)
Project-URL: Repository, https://github.com/usc-isi-i2/grams
Description-Content-Type: text/markdown

<h1 align="center">GRAMS</h1>

<div align="center">

![PyPI](https://img.shields.io/pypi/v/sm-grams)
![Python](https://img.shields.io/badge/python-v3.8+-blue.svg)
[![GitHub Issues](https://img.shields.io/github/issues/usc-isi-i2/GRAMS.svg)](https://github.com/usc-isi-i2/GRAMS/issues)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

</div>

## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
<!-- - [Example](#example)
- [Contributing](#contributing)
<!-- - [Support](#support) -->

## Introduction

GRAMS is a library to build semantic descriptions of tables to map them to Wikidata.

## Installation

Please look in the [wiki](https://github.com/usc-isi-i2/grams/wiki/Installation) for how to install GRAMS

