Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.41 KB

README.rst

File metadata and controls

62 lines (40 loc) · 1.41 KB

dartclient

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.

Installation

Dartclient has not yet been uploaded to pypi. For now, you will need to install it from source:

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

Documentation

Related Projects

Development

Setup

# Install tox
pip install tox

# Run tests
tox

# Install git pre-commit hooks
.tox/py27/bin/pre-commit install

License

Copyright (c) 2016, RetailMeNot, Inc. All rights reserved.

dartclient is licensed using the MIT License.