Metadata-Version: 2.1
Name: ebay-feedsdk
Version: 0.2.6
Summary: Port of https://github.com/eBay/FeedSDK-Python and https://github.com/eBay/ebay-oauth-python-client to python3
Home-page: https://github.com/taxaos/FeedSDK-Python
License: Apache-2.0
Keywords: ebay,ebay-feedsdk
Author: Lars Erler
Author-email: lars@xaospage.de
Requires-Python: >=3.7.1,<4.0.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: SQLAlchemy (>=1.3.8,<2.0.0)
Requires-Dist: aenum (>=3.00,<4.0)
Requires-Dist: certifi (>=2020.12.5,<2021.0.0)
Requires-Dist: pandas (>=1.1.1,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: urllib3 (>=1.26.4,<2.0.0)
Project-URL: Repository, https://github.com/taxaos/FeedSDK-Python
Description-Content-Type: text/markdown

Feed SDK
==========
Python SDK for downloading and filtering item feed files including oauth authentication.

Forked and merged from [https://github.com/eBay/FeedSDK-Python](https://github.com/eBay/FeedSDK-Python) and [https://github.com/eBay/ebay-oauth-python-client](https://github.com/eBay/ebay-oauth-python-client) and ported to python3

Nothing serious changed, made it barely working. 

Code is not improved yet and would need some maintenance. 

Automatic Tests not working due to the nature the tests were original programmed (you need to provide actual token etc.)

Available as PyPI package under https://pypi.org/project/ebay-feedsdk/

Example code to retrieve oauth token and download file (you need working ebay-config.yaml)

See ebay_feedsk/ebay_download_example.py for example how to download feed files

See also for details:

* [https://github.com/eBay/ebay-oauth-python-client/blob/master/README.adoc](https://github.com/eBay/ebay-oauth-python-client/blob/master/README.adoc)
* [https://github.com/eBay/FeedSDK-Python/blob/master/README.md](https://github.com/eBay/FeedSDK-Python/blob/master/README.md)

