Metadata-Version: 2.1
Name: repricing
Version: 0.0.60
Summary: Repring client tools.
Home-page: https://github.com/FG-IT/repricing
Author: Neal Wong
Author-email: neal.wkacc@gmail.com
License: MIT
Keywords: reprice
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: colored
Requires-Dist: dropshipping
Requires-Dist: mws-collector
Requires-Dist: click
Requires-Dist: cmutils
Requires-Dist: kombu
Requires-Dist: dropbox-utils
Requires-Dist: PyPyDispatcher
Requires-Dist: requests
Requires-Dist: pint
Requires-Dist: six
Requires-Dist: dataclasses

repricing
=====================
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
```

