Metadata-Version: 2.1
Name: AuthoritySpoke
Version: 0.2.0
Summary: tool for managing structured data about legal authority
Home-page: https://github.com/mscarey/AuthoritySpoke
Author: Matt Carey
Author-email: matt@authorityspoke.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Sociology :: History
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: marshmallow
Requires-Dist: pint
Requires-Dist: requests
Provides-Extra: jupyter_notebooks
Requires-Dist: jupyter ; extra == 'jupyter_notebooks'
Requires-Dist: ipykernel ; extra == 'jupyter_notebooks'

# AuthoritySpoke

[![CircleCI](https://circleci.com/gh/mscarey/AuthoritySpoke.svg?style=svg)](https://circleci.com/gh/mscarey/AuthoritySpoke) [![Coverage Status](https://coveralls.io/repos/github/mscarey/AuthoritySpoke/badge.svg?branch=master)](https://coveralls.io/github/mscarey/AuthoritySpoke?branch=master)

AuthoritySpoke is a Python library for managing structured data about legal rules.

## Learning about AuthoritySpoke

The best way to familiarize yourself with AuthoritySpoke is through the [Introduction to AuthoritySpoke Jupyter notebook](notebooks/introduction.ipynb).

Use this button to interact with the notebook online through Binder.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mscarey/AuthoritySpoke/master)

You can find AuthoritySpoke's [API documentation and more at ReadTheDocs](https://authorityspoke.readthedocs.io/en/latest/).

## Installing AuthoritySpoke

AuthoritySpoke is now [available on PyPI](https://pypi.org/project/AuthoritySpoke/), so you can install it with pip:

```
$ pip install authorityspoke
```

If everything worked, AuthoritySpoke should be available to import in your Python environment.

```
$ python
```

```
import authorityspoke
```

## Contributing to AuthoritySpoke

Contributor documentation is coming soon!

All participants are expected to follow the [code of conduct](code_of_conduct.md). AuthoritySpoke uses the [Contributor Covenant, version 1.4,](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html).

Submitting a pull request or other code contribution to AuthoritySpoke requires acceptance of a [contributor license agreement](contributor_agreement.md). The agreement's provisions are based on the [Apache Software Foundation Individual Contributor License Agreement V2.0](http://www.apache.org/licenses/icla.pdf).


