pdftables / python-pdftables-api

Python library to interact with https://pdftables.com API
https://pdftables.com/api
BSD 3-Clause "New" or "Revised" License
85 stars 33 forks source link

Release on PyPI #23

Open StevenMaude opened 4 years ago

StevenMaude commented 4 years ago

Release a version on PyPI, so it can be installed directly with pip.

swebalaji commented 4 years ago

Hi, When I use :

import pdftables_api c = pdftables_api.Client('my-api-key') c.xlsx('Holidays List 2020.pdf', 'output_test.xlsx')

There was an OS error ConnectionError: ('Connection aborted.', OSError(0, 'Error'))

Kindly Help.

StevenMaude commented 4 years ago

@swebalaji: your problem is off-topic for this issue as it's to do with releasing a version of the Python API on PyPI.

(Nonetheless, it is likely that your problem is due to the scheduled essential maintenance we had 2020-02-12 0700-1000 UTC requiring us to take the whole site down. We sent an email to existing API users and displayed a notification banner on our website.

The site is now available again; please try again and feel free to open a new issue if it is not resolved.)