Skip to content

Commit

Permalink
Merge branch 'future'
Browse files Browse the repository at this point in the history
  • Loading branch information
nanorepublica committed Sep 30, 2015
2 parents e9d6c68 + 7cc7cfa commit 28a50b0
Show file tree
Hide file tree
Showing 59 changed files with 3,819 additions and 2,041 deletions.
5 changes: 0 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
include *.rst
recursive-include docs *.txt
recursive-exclude *.pyc *.pyo
include LICENSE.txt
exclude duedil/secrets.py
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
DueDil API v3 |pypi| |build-status| |coverage-status| |waffle| |docs|
=====================================================================

This is a Python implementation of the `DueDil v3 API`_, see the generated
This is a Python implementation of the `DueDil v3 API`_, see the generated
`documentation <http://duedilv3.readthedocs.org/en/latest/>`_ for more information.

.. |build-status| image:: https://travis-ci.org/founders4schools/duedilv3.svg?branch=master
.. |build-status| .. image:: https://travis-ci.org/founders4schools/duedilv3.svg?branch=future
:target: https://travis-ci.org/founders4schools/duedilv3
:alt: Tests
:alt: Build
.. |coverage-status| image:: https://coveralls.io/repos/founders4schools/duedilv3/badge.png
:target: https://coveralls.io/r/founders4schools/duedilv3
:alt: Coverage
Expand Down
41 changes: 41 additions & 0 deletions data/lite/company.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"accounts": {
"accounts_date": "2012-02-29",
"accounts_type": "Group"
},
"category": "Public limited with share capital",
"company_number": "00445790",
"duedil_url": "http://www.duedil.com/company/00445790/tesco-plc",
"incorporation_date": "1947-11-27",
"locale": "United Kingdom",
"name": "TESCO PLC",
"name_formatted": "Tesco Plc",
"previous_names": [
{
"ended_date": "1983-08-25",
"name": "TESCO STORES (HOLDINGS) PUBLIC LIMITED COMPANY",
"name_formatted": "Tesco Stores (holdings) Public Limited Company"
}
],
"registered_address": {
"full_address": [
"TESCO HOUSE",
"DELAMARE ROAD",
"CHESHUNT",
"HERTS"
],
"postcode": "EN8 9SL",
"string": "Tesco House, Delamare Road, Cheshunt, Herts, EN8 9SL"
},
"returns": {
"last_returns_date": "2012-06-07"
},
"sic_codes": [
{
"code": "5211",
"description": "Retail Non-specialised Stores, Food, Beverages Or Tobacco",
"type": "primary"
}
],
"status": "Active"
}
Loading

0 comments on commit 28a50b0

Please sign in to comment.