chwrapper icon indicating copy to clipboard operation
chwrapper copied to clipboard

A python wrapper around the Companies House UK API.

Results 9 chwrapper issues
Sort by recently updated
recently updated
newest added

Bumps [py](https://github.com/pytest-dev/py) from 1.4.30 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [requests](https://github.com/requests/requests) from 2.8.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Now, when a user goes over their requests allowance the time to sleep is negative. It looks like it may have been fixed in development but not merged to master?

I'm currently unable to monkey patch the Service object as it seems impossible to import the `RateLimitAdapter`. I need to monkey patch the `get_session` method to provide cacheing. Is there...

Hi, Can we pass in multiple strings into the requests? I tried the following: ``` def get_org_id(): org_id = {} s = chwrapper.Search(access_token=config.api_key) org_strings = ['001 INSPIRATION LIMITED', '007 PEST...

When I click the documentation links in the readme I end up at a page saying "Developer Interface All of chwrappers’ functionality is contained in the Search class. Each of...

Bumps [requests](https://github.com/psf/requests) from 2.8.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

I've added a function to search_all which is supported by Companies House but was missing from chwrapper. Test also added

- Make compatible with future requests version Note: I was able to test locally and it worked fine