Metadata-Version: 2.1
Name: pypipet
Version: 0.0.1a0
Summary: pypipet
License: MIT
Keywords: ecommerce,retail,woocomerce,shopify,product catalog,data pipeline
Author: pipet 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

#### 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 pipet

    pip3 install pipet

#### to-do list

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