Metadata-Version: 2.1
Name: pyasjp
Version: 1.0.0
Summary: programmatic access to ASJP
Home-page: UNKNOWN
Author: Robert Forkel
Author-email: forkel@shh.mpg.de
License: Apache 2.0
Keywords: data
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: attrs (>=19.3)
Requires-Dist: csvw
Requires-Dist: clldutils (>=3.5)
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: test
Requires-Dist: mock ; extra == 'test'
Requires-Dist: pytest (>=4.3) ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: coverage (>=4.2) ; extra == 'test'

# pyasjp
Programmatic access to data in ASJP's text format

[![Build Status](https://travis-ci.org/shh-dlce/pyasjp.svg?branch=master)](https://travis-ci.org/shh-dlce/pyasjp)
[![codecov](https://codecov.io/gh/shh-dlce/pyasjp/branch/master/graph/badge.svg)](https://codecov.io/gh/shh-dlce/pyasjp)
[![PyPI](https://img.shields.io/pypi/v/pyasjp.svg)](https://pypi.org/project/pyasjp)



