Metadata-Version: 2.1
Name: pypipet
Version: 0.0.11a0
Summary: pypipet
License: MIT
Keywords: ecommerce,retail,woocomerce,shopify,product catalog,data pipeline
Author: pypipet and contributors
Author-email: pypipet@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: pandas (>=1.2.0,<2.0.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: sqlalchemy (>=1.4.27,<2.0.0)
Description-Content-Type: text/markdown

[![PyPi license](https://badgen.net/pypi/license/pip/)](https://pypi.com/project/pip/)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
[![Generic badge](https://img.shields.io/badge/Status-dev-orange.svg)](https://shields.io/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Generic badge](https://img.shields.io/badge/Pypi package-0.0.1a-blue.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/Python-3.8-blue.svg)](https://shields.io/)

#### intro

Pipet is an open source project, aiming to integrate data flows in online retailing. It simplifies the data pipeline of ecommerce, for example, adding catalog, update product, manage inventory and orders, etc. It is customized for small business who are selling on wordpress (for example, with woocommerce), shopify, ebay, amazon, Paypal, etc. It extremely handy if the business is selling on multiple platforms. Pipet is under dev. The latest version 0.0.1a. 

* For source code,  visit  [github repositoty](https://).
* For documentation, vist [docs]()

### installation

    pip install pypipet

    or 

    pip3 install pypipet

#### to-do list

- [ ] connect to shopify
- [ ] connect to bigcommerce
- [ ] add email template
- [ ] UI
- [ ] connect to Google Analytics
