Metadata-Version: 2.1
Name: criteo_marketing_transition
Version: 1.0.3
Summary: Criteo Marketing Transition SDK
Home-page: https://github.com/criteo/criteo-python-marketing-transition-sdk
Author: Criteo
Author-email: 
License: UNKNOWN
Description: # Criteo Marketing Transition SDK for Python
        [![](https://img.shields.io/pypi/pyversions/criteo-marketing.svg)](https://pypi.org/project/criteo-marketing-transition/)
        
        IMPORTANT: This Python package links to Criteo production environment. Any test applied here will thus impact real data.
        
        ## Requirements.
        
        Python 2.7 and 3.5+
        
        ## Installation & Usage
        ### pip install
        
        
        ```sh
        pip install criteo_marketing_transition
        ```
        (you may need to run `pip` with root permission: `sudo pip install criteo_marketing_transition`)
        
        Then import the package:
        ```python
        import criteo_marketing_transition
        ```
        
        Full documentation on [Github](https://github.com/criteo/criteo-python-marketing-transition-sdk).
        
        ## Disclaimer
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
        WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
        TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Keywords: Criteo,OpenAPI-Generator,Criteo Marketing Transition SDK
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
