An open API service indexing awesome lists of open source software.

https://github.com/jacobsvante/nav

Make requests to Microsoft Dynamics NAV Web Services. Previously called nav-requests. Only tested with NAV 2009.
https://github.com/jacobsvante/nav

dynamics-nav

Last synced: 11 months ago
JSON representation

Make requests to Microsoft Dynamics NAV Web Services. Previously called nav-requests. Only tested with NAV 2009.

Awesome Lists containing this project

README

          

# nav

[![Travis CI build status (Linux)](https://travis-ci.org/jmagnusson/nav.svg?branch=master)](https://travis-ci.org/jmagnusson/nav)
[![PyPI version](https://img.shields.io/pypi/v/nav.svg)](https://pypi.python.org/pypi/nav/)
[![License](https://img.shields.io/pypi/l/nav.svg)](https://pypi.python.org/pypi/nav/)
[![Available as wheel](https://img.shields.io/pypi/wheel/nav.svg)](https://pypi.python.org/pypi/nav/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/nav.svg)](https://pypi.python.org/pypi/nav/)
[![PyPI status (alpha/beta/stable)](https://img.shields.io/pypi/status/nav.svg)](https://pypi.python.org/pypi/nav/)
[![Coverage Status](https://coveralls.io/repos/github/jmagnusson/nav/badge.svg?branch=master)](https://coveralls.io/github/jmagnusson/nav?branch=master)
[![Code Health](https://landscape.io/github/jmagnusson/nav/master/landscape.svg?style=flat)](https://landscape.io/github/jmagnusson/nav/master)

Make requests to Microsoft Dynamics NAV Web Services

## Installation

Programmatic use only:

pip install nav

With CLI support:

pip install nav[cli]