This is a client for Dart built from its Swagger specification. It provides classes to help you manage and synchronize your Dart model from source code to the Dart server.
Dartclient has not yet been uploaded to pypi. For now, you will need to install it from source:
- pip install git+https://github.com/RetailMeNotSandbox/dartclient.git
Or by adding the following to your requirements.txt file:
Or clone the repository for development:
- git clone this repository
- pip install -r requirements-dev.txt
# Install tox pip install tox # Run tests tox # Install git pre-commit hooks .tox/py27/bin/pre-commit install
Copyright (c) 2016, RetailMeNot, Inc. All rights reserved.
dartclient is licensed using the MIT License.