معرفی شرکت ها


coras-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python Coras is a python SDK for the coras.io API.
ویژگی مقدار
سیستم عامل -
نام فایل coras-0.0.3
نام coras
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Philip Roche
ایمیل نویسنده phil.roche@coras.io
آدرس صفحه اصلی https://github.com/philroche/python_coras
آدرس اینترنتی https://pypi.org/project/coras/
مجوز ISCL
=============================== Python Coras =============================== PythonCorasLib ================= This API SDK was automatically generated by APIMATIC BETA v2.0 Due to the UniRest package dependency this SDK only works under Python 2.7 It will not work using Python 3.x How To Configure: ================= The generated code might need to be configured with your API credentials. To do that, provide the credentials and configuration values as constructor parameters for the controllers How To Build: ============= The generated code uses Python libraries named UniRest and Jsonpickle. PIP is a popular tool for managing python packages[1]. To resolve these packages: 1) From terminal/cmd navigate to the root directory 2) Invoke 'pip install -r requirements.txt' Note: You will need internet access to resolve these dependencies. How To Use: =========== The following shows how to make invoke the APIController controller. It is also shown in [2]. 1. Create a "APIControllerTest.py" file in the root directory. 2. Add the following import statement 'from PythonCorasLib.Controllers.APIController import *' 3. Create a new instance using 'controller = APIController()' 4. Invoke an endpoint with the appropriate parameters, for example 'response = controller.getsection_retrieve(<required parameters if any>)' 5. "response" will now be an object of type SectionSerializer. 6. To test the response you get, print out a property of "response", for example 'print response.url'. [1] PIP - https://pip.pypa.io [2] from PythonCorasLib.Controllers.APIController import * response = controller.getsection_retrieve() print response.url #or you can print more information print response.resolve_names() Example usage: =========== from CorasLib import APIController from datetime import datetime c = APIController(authorization='Token a7238841b1d4c6170b0919d401cc4fe7f10acdb5') now =str(datetime.utcnow()) #Create Event event = c.create_event_create(name="Phil's Band", venue=venue.id, start=now, doors=now, announce=now, general_onsale=now) #list venues for v in c.get_venue_list(): print v.name #list events for e in c.get_event_list(): print e.name History ------- 0.0.1 (2015-10-20) --------------------- * First release on PyPI.


نحوه نصب


نصب پکیج whl coras-0.0.3:

    pip install coras-0.0.3.whl


نصب پکیج tar.gz coras-0.0.3:

    pip install coras-0.0.3.tar.gz