Metadata-Version: 2.4
Name: repricing
Version: 0.0.67
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
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~=2.3.1
Requires-Dist: dropshipping~=0.1.114
Requires-Dist: mws_collector
Requires-Dist: click~=8.3.0
Requires-Dist: cmutils~=0.1.9
Requires-Dist: kombu~=4.6.11
Requires-Dist: dropbox-utils
Requires-Dist: PyPyDispatcher
Requires-Dist: requests~=2.32.5
Requires-Dist: pint~=0.24.4
Requires-Dist: six~=1.17.0
Requires-Dist: dataclasses~=0.6
Requires-Dist: mws~=0.8.9
Requires-Dist: pip~=24.0
Requires-Dist: typing_extensions~=4.15.0
Requires-Dist: wheel~=0.45.1
Requires-Dist: cryptography~=46.0.3
Requires-Dist: tornado~=6.5.2
Requires-Dist: vine~=1.3.0
Requires-Dist: amqp~=2.6.1
Requires-Dist: cffi~=2.0.0
Requires-Dist: setuptools~=80.9.0
Requires-Dist: lazy~=1.6
Requires-Dist: platformdirs~=4.5.0
Requires-Dist: flexparser~=0.4
Requires-Dist: flexcache~=0.3
Requires-Dist: packaging~=25.0
Requires-Dist: pytz~=2025.2
Requires-Dist: PyYAML~=6.0.3
Requires-Dist: zipp~=3.23.0
Requires-Dist: tomli~=2.3.0
Requires-Dist: importlib_metadata~=8.7.0
Requires-Dist: pyproject_hooks~=1.2.0
Requires-Dist: build~=1.3.0
Requires-Dist: devpi-client~=7.2.0
Requires-Dist: pluggy~=1.6.0
Requires-Dist: iniconfig~=2.1.0
Requires-Dist: check-manifest~=0.51
Requires-Dist: billiard~=3.6.4.0
Requires-Dist: stone~=3.3.1
Requires-Dist: ply~=3.11
Requires-Dist: python-amazon-sp-api~=1.4.3
Requires-Dist: celery~=4.4.7
Requires-Dist: psutil~=7.1.0
Requires-Dist: elasticsearch~=6.8.2
Requires-Dist: cachetools~=6.2.1
Requires-Dist: confuse~=2.0.1
Requires-Dist: certifi~=2025.10.5
Requires-Dist: dropbox~=12.0.2
Requires-Dist: urllib3~=2.5.0
Requires-Dist: colorama~=0.4.6
Requires-Dist: idna~=3.11
Requires-Dist: charset-normalizer~=3.4.4
Requires-Dist: python-telegram-bot~=12.8
Requires-Dist: decorator~=5.2.1
Requires-Dist: pycparser~=2.23
Requires-Dist: pydispatch~=1.1.0
Requires-Dist: PyDispatcher~=2.0.7
Requires-Dist: sentry-sdk~=3.0.0a6
Requires-Dist: wrapt~=2.0.0rc6
Requires-Dist: python-dateutil~=2.9.0.post0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

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