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

https://github.com/grand-mother/framework-example

Example of bare package generated with the GRAND framework
https://github.com/grand-mother/framework-example

example framework grand

Last synced: 11 months ago
JSON representation

Example of bare package generated with the GRAND framework

Awesome Lists containing this project

README

          

[![Coding style](https://img.shields.io/badge/pep8-100%25-brightgreen.svg)](https://github.com/grand-mother/framework-example/blob/master/docs/.stats.json)
[![Code coverage](https://codecov.io/gh/grand-mother/framework-example/branch/master/graph/badge.svg)](https://codecov.io/gh/grand-mother/framework-example)
[![Build status](https://travis-ci.com/grand-mother/framework-example.svg?branch=master)](https://travis-ci.com/grand-mother/framework-example)
[![Documentation](https://img.shields.io/badge/docs-100%25-brightgreen.svg)](https://grand-mother.github.io/site/reports.html?framework-example/docs)
[![PyPi version](https://img.shields.io/pypi/v/g.svg)](https://pypi.org/project/grand-framework-example)

# Framework example
_Add a brief description_

## Description

## Installation

_GRAND packages require python3.7. If can be installed from the
[tarball](https://www.python.org/downloads) on Linux or with brew on OSX._

The latest stable version of this package can be installed from [PyPi][PYPI]
using [pip][PIP], e.g. as:
```bash
pip3 install --user grand-framework-example
```

Alternatively one can also install the latest development commit directly from
[GitHub][GITHUB], as:
```bash
pip3 install --user git+https://github.com/grand-mother/framework-example.git@master
```

## License

The GRAND software is distributed under the LGPL-3.0 license. See the provided
[`LICENSE`][LICENSE] and [`COPYING.LESSER`][COPYING] files.

[COPYING]: https://github.com/grand-mother/framework-example/blob/master/COPYING.LESSER
[GITHUB]: https://github.com/grand-mother/framework-example
[LICENSE]: https://github.com/grand-mother/framework-example/blob/master/LICENSE
[PIP]: https://pypi.org/project/pip
[PYPI]: https://pypi.org/project/grand-framework-example