Skip to content

RetailMeNotSandbox/dartclient

Repository files navigation

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.

About

Client Library and Tooling for Dart Users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages