Skip to content

Commit

Permalink
Merge pull request #30 from fossabot/master
Browse files Browse the repository at this point in the history
Add license scan report and status
  • Loading branch information
Achimh3011 authored Mar 19, 2019
2 parents 2d51061 + 1b9aca7 commit 63fab1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# boost::python examples

[![Build Status](https://travis-ci.org/TNG/boost-python-examples.svg?branch=master)](https://travis-ci.org/TNG/boost-python-examples)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FTNG%2Fboost-python-examples.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FTNG%2Fboost-python-examples?ref=badge_shield)

These are a few examples on how to use the boost::python library to extend Python with C++ libraries.
Some of the are based on the [existing tutorial for boost::python from Joel de Guzman](http://www.boost.org/doc/libs/1_46_1/libs/python/doc/tutorial/doc/html/index.html "Boost.Python tutorial").
Expand Down Expand Up @@ -93,3 +93,7 @@ If your Pull Request resolves an issue, please add a respective line to the end,
```
Resolves #123
```


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FTNG%2Fboost-python-examples.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FTNG%2Fboost-python-examples?ref=badge_large)

0 comments on commit 63fab1f

Please sign in to comment.