ebaysuds | thin wrapper around suds
kandi X-RAY | ebaysuds Summary
kandi X-RAY | ebaysuds Summary
ebaysuds is a Python library. ebaysuds has no bugs, it has no vulnerabilities, it has build file available, it has a Weak Copyleft License and it has low support. You can install using 'pip install ebaysuds' or download it from GitHub, PyPI.
Most of the Python libs for using eBay APIs I found are based on the Plain XML API. Which basically means the author of the lib has to handcode request-builder functions for every method they intend to support. eBay have over a hundred and fifty methods accessible in the Trading API alone, each with some required and dozens of optional args. This basically means all the Python eBay libs are very incomplete and probably out of date too, because it's such a pain to maintain them.
Most of the Python libs for using eBay APIs I found are based on the Plain XML API. Which basically means the author of the lib has to handcode request-builder functions for every method they intend to support. eBay have over a hundred and fifty methods accessible in the Trading API alone, each with some required and dozens of optional args. This basically means all the Python eBay libs are very incomplete and probably out of date too, because it's such a pain to maintain them.
Support
Quality
Security
License
Reuse
Support
ebaysuds has a low active ecosystem.
It has 10 star(s) with 4 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 4 have been closed. On average issues are closed in 10 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ebaysuds is 0.4.9
Quality
ebaysuds has no bugs reported.
Security
ebaysuds has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ebaysuds is licensed under the LGPL-3.0 License. This license is Weak Copyleft.
Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.
Reuse
ebaysuds releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed ebaysuds and discovered the below as its top functions. This is intended to give you an instant insight into ebaysuds implemented functionality, and help decide if they suit your requirements.
- Initialize this object .
- List of u2 handlers .
- Convert a dict into a nested dict .
- Return the value of the named attribute .
- Clear the cache .
- Make a querystring from parameters .
Get all kandi verified functions for this library.
ebaysuds Key Features
No Key Features are available at this moment for ebaysuds.
ebaysuds Examples and Code Snippets
No Code Snippets are available at this moment for ebaysuds.
Community Discussions
No Community Discussions are available at this moment for ebaysuds.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ebaysuds
That's it. Well, you need to read the docs (eg here's the Trading API) to see how to make the calls you want. The suds docs can also be useful to understand how to pass certain args. All of the API classes take a sandbox kwarg. This is mostly only useful on the Trading API where your calls can have real effects! This will cause ebaysuds to use your sandbox conf file and the eBay sandbox API endpoints.
First you need to get yourself some developer keys from eBay here
You need to make an ebaysuds.conf file in the root of your project (or export EBAYSUDS_CONFIG_PATH=<path to conf> in your shell)
Easiest way is to copy ebaysuds.conf-example from this repo and fill in the blanks. site_id is the code of the eBay site your profile is on.
Make an ebaysuds.sandbox.conf file in the root of your project (or export EBAYSUDS_SANDBOX_CONFIG_PATH=<path to conf> in your shell) if you want to use the ebay api sandbox
First you need to get yourself some developer keys from eBay here
You need to make an ebaysuds.conf file in the root of your project (or export EBAYSUDS_CONFIG_PATH=<path to conf> in your shell)
Easiest way is to copy ebaysuds.conf-example from this repo and fill in the blanks. site_id is the code of the eBay site your profile is on.
Make an ebaysuds.sandbox.conf file in the root of your project (or export EBAYSUDS_SANDBOX_CONFIG_PATH=<path to conf> in your shell) if you want to use the ebay api sandbox
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page