Metadata-Version: 2.1
Name: uk-boards
Version: 0.3.1
Summary: Query UK company and charity board networks.
Home-page: https://github.com/spool/uk_boards
Author: Griffith Rees
Author-email: griff.rees@gmail.com
License: MIT
Keywords: uk_boards
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5*
Requires-Dist: Click (>=7.0)
Requires-Dist: networkx (>=2.4)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: zeep (>=3.4.0)
Requires-Dist: python-dotenv (>=0.10.3)

=========
UK Boards
=========


.. image:: https://img.shields.io/pypi/v/uk_boards.svg
        :target: https://pypi.python.org/pypi/uk_boards

.. image:: https://img.shields.io/travis/spool/uk_boards.svg
        :target: https://travis-ci.org/spool/uk_boards

.. image:: https://readthedocs.org/projects/uk-boards/badge/?version=latest
        :target: https://uk-boards.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/spool/uk_boards/shield.svg
     :target: https://pyup.io/repos/github/spool/uk_boards/
     :alt: Updates

.. image:: https://codecov.io/gh/spool/uk_boards/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/spool/uk_boards


Query UK company and charity board networks.


* Free software: MIT License
* Documentation: https://uk-boards.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.3.0 (2019-12-18)
------------------

* Add Charity Commission API querying via zeep library 
* Include Charity Commision API specification
* Refactor command line interface

0.2.0 (2019-11-18)
------------------

* First use of bump2version

0.1.4 (2019-11-18)
------------------

* Fix PyPI versioning

0.1.3 (2019-11-18)
------------------

* Release on PyPI

0.1.2 (2019-11-17)
------------------

* Enable basic command line query of Companies House
* Enable codecov

0.1.1 (2019-11-13)
------------------

* Improve function and variable names
* Expand docstring of companies_house_query
* Expand type hinting
* pytest-remotedata plugin test for optional real query test

0.1.0 (2019-11-11)
------------------

* First release on PyPI.
* Basic tests of querying from companies house


