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
- Host: GitHub
- URL: https://github.com/grand-mother/framework-example
- Owner: grand-mother
- License: lgpl-3.0
- Created: 2018-11-27T11:55:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T19:31:33.000Z (about 7 years ago)
- Last Synced: 2025-01-22T18:51:04.087Z (about 1 year ago)
- Topics: example, framework, grand
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
[](https://github.com/grand-mother/framework-example/blob/master/docs/.stats.json)
[](https://codecov.io/gh/grand-mother/framework-example)
[](https://travis-ci.com/grand-mother/framework-example)
[](https://grand-mother.github.io/site/reports.html?framework-example/docs)
[](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