ournd/dev/: repricing-0.0.74 metadata and description
Repring client tools.
| author | Neal Wong |
| author_email | neal.wkacc@gmail.com |
| classifiers |
|
| keywords | reprice |
| license | MIT |
| requires_dist |
|
| File | Tox results | History |
|---|---|---|
repricing-0.0.74-py2.py3-none-any.whl
|
|
Fork from Neal Wang
Repricing client tools.
- send_update_lowest_offer_listing_msg - Tool to send lowest offer listing update message.
- send_update_competitive_pricing_msg - Tool to send competitive pricing update message.
- customized_followup_repricer - Tool to do customized follow up repricing.
- repricing - Tool to do normal repricing.
- find_lowest_offer_listing_offer - Tool to load lowest offer listing offer.
- find_sales_rank - Tool to load sales rank.
- listing_analyzer - Tool to analyze listing offers, prices.
- min_price_updater - Tool to update minimum price.
- load_sales_ranks - Tool to download all sales ranks data.
- load_lowest_offer_listing_offers - Tool to download all lowest offer listing offers data.
- clear_service - Tool to clear old data on services.
- feed_uploader - Tool to upload amazon mws feeds.
- sku_parser - Tool to help check sku
- repricing_cleanup - Tool to cleanup old repricing files
- report_downloader - Tool to download reports
- asin_matcher - Tool to help match fake asins
- find_matching_products - Tool to help load product details.
- send_update_matching_product_msg - Tool to send matching product update message.
- products_filter - Tool to filter products by weight and size
- find_lowest_offer_listing_from_server - Tool to search lowest offer listing against offer serivce
Installation
The simplest way is to install it via devpi:
devpi install repricing
To upgrade, use:
devpi install repricing
Run
` send_update_lowest_offer_listing_msg --help `
` send_update_competitive_pricing_msg --help `
` customized_followup_repricer --help `
` repricing --help `
` find_lowest_offer_listing_offer --help `
` find_sales_rank --help `
` listing_analyzer --help `
` min_price_updater --help `
` load_sales_ranks --help `
` load_lowest_offer_listing_offers --help `
` clear_service --help `
` feed_uploader --help `
` sku_parser --help `
` repricing_cleanup --help `
` report_downloader --help `
` asin_matcher --help `
` find_matching_products --help `
` send_update_matching_product_msg --help `
` products_filter --help `
` find_lowest_offer_listing_from_server --help `