easypost-python icon indicating copy to clipboard operation
easypost-python copied to clipboard

EasyPost Shipping API Client Library for Python

Results 5 easypost-python issues
Sort by recently updated
recently updated
newest added

# Description The previous implementation of coveralls used a Python package to generate `lcov` reports because `pytest-cov` previously didn't support it; however, just a month ago support was added. This...

This may or may not be an issue as from my research you sometimes want to keep SSL sockets open but I wanted to report this in the off chance...

enhancement
proposal
breaking change
triage

``` >>> easypost.Tracker.create('2756302021', carrier='DHLExpress') Traceback (most recent call last): File "", line 1, in File "/Users/tribone/Library/Python/3.7/lib/python/site-packages/easypost/__init__.py", line 590, in create response, api_key = requestor.request('post', url, wrapped_params) File "/Users/tribone/Library/Python/3.7/lib/python/site-packages/easypost/__init__.py", line 260,...

enhancement
breaking change
triage

# Description - A new utility script, called via `make prep-release version="x.x.x" date="xxxx-xx-xx"` that will find and update version numbers in: - `setup.py` - `easypost/constants.py` - `CHANGELOG.md` - `version` required...

# Description # Testing # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) -...