{ "info": { "author": "Francesco Della Vedova", "author_email": "fdellavedova@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyCriteo\n=========\n\nPyCriteo is a simple Python library to access the Criteo API.\nIt uses Python convenient built in dictionaries to make API requests.\n\nBasic usage:\n-----------\nGet all running campaigns\n\n >>> from pycriteo import Client\n >>> c = Client('username', 'password', 'token')\n >>> campaigns = c.getCampaigns({'campaignStatus': 'RUNNING'})\n >>> dict(campaigns.campaign[0]).keys()\n ['status',\n 'campaignID',\n 'categoryBids',\n 'budgetID',\n 'campaignName',\n 'remainingDays',\n 'campaignBid']\n \nSchedule a report job\n\n >>> job = c.scheduleReportJob(\n {'reportType': 'Category',\n 'reportSelector': {\n 'CampaignIDs': [i.campaignID for i in campaigns.campaign]},\n 'startDate': '2014-01-01',\n 'endDate': '2014-30-01',\n 'isResultGzipped': False,\n 'aggregationType': 'Daily'\n }\n )\n\nSave the report job as csv\n\n >>> c.downloadReport(job.jobID, 'my_report.csv')\n\nInstallation\n--------------\n\n\n pip install pycriteo\n\n\nLicense\n----\n\nApache 2.0", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fdellavedova-wimdu/pycriteo", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "pycriteo", "package_url": "https://pypi.org/project/pycriteo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pycriteo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fdellavedova-wimdu/pycriteo" }, "release_url": "https://pypi.org/project/pycriteo/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Simple library to access the Criteo API", "version": "0.0.2" }, "last_serial": 2679931, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "01dedd9593643119020e1ba9983f8a26", "sha256": "36f2fa9475621688f32e4a7d671712dc953f6eda2c1a91c28d8695728f5c28e0" }, "downloads": -1, "filename": "pycriteo-0.0.1.tar.gz", "has_sig": false, "md5_digest": "01dedd9593643119020e1ba9983f8a26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3783, "upload_time": "2014-02-24T13:08:54", "url": "https://files.pythonhosted.org/packages/94/60/13ced63163fe58392ea0d1bfeb09ba57d984e7373a4d3a7b803f765f527b/pycriteo-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a135a4ae4e64e35a43998acfaa005436", "sha256": "5a3c7555ff6b5cc8e448fe0894dce6866bb0b79734cfd1a62495535bf133498d" }, "downloads": -1, "filename": "pycriteo-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a135a4ae4e64e35a43998acfaa005436", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3853, "upload_time": "2017-03-03T09:31:36", "url": "https://files.pythonhosted.org/packages/3e/3b/02a2124041253cc5ddb5773ece4c24591d790a446ca9dcdce7bad7d76f6b/pycriteo-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a135a4ae4e64e35a43998acfaa005436", "sha256": "5a3c7555ff6b5cc8e448fe0894dce6866bb0b79734cfd1a62495535bf133498d" }, "downloads": -1, "filename": "pycriteo-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a135a4ae4e64e35a43998acfaa005436", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3853, "upload_time": "2017-03-03T09:31:36", "url": "https://files.pythonhosted.org/packages/3e/3b/02a2124041253cc5ddb5773ece4c24591d790a446ca9dcdce7bad7d76f6b/pycriteo-0.0.2.tar.gz" } ] }