|
1 | 1 | # pythonnet - Python for .NET
|
2 | 2 |
|
| 3 | +[![appveyor shield][]](https://ci.appveyor.com/project/pythonnet/pythonnet/branch/master) |
| 4 | +[![travis shield][]](https://travis-ci.org/pythonnet/pythonnet) |
| 5 | +[![license shield][]](./LICENSE) |
| 6 | +[![pypi package version][]](https://pypi.python.org/pypi/pythonnet) |
| 7 | +[![python supported shield][]](https://pypi.python.org/pypi/pythonnet) |
| 8 | + |
3 | 9 | Python for .NET is a package that gives Python programmers nearly
|
4 | 10 | seamless integration with the .NET Common Language Runtime (CLR) and
|
5 | 11 | provides a powerful application scripting tool for .NET developers.
|
6 | 12 | It allows Python code to interact with the CLR, and may also be used to
|
7 | 13 | embed Python into a .NET application.
|
8 | 14 |
|
9 |
| -[![travis shield][]](https://travis-ci.org/pythonnet/pythonnet) |
10 |
| -[![appveyor shield][]](https://ci.appveyor.com/project/pythonnet/pythonnet-0kq5d/branch/master) |
11 |
| -[![license shield][]](./LICENSE) |
12 |
| - |
13 | 15 | ## Calling .NET code from Python
|
14 | 16 |
|
15 | 17 | Python for .NET allows CLR namespaces to be treated essentially
|
|
76 | 78 | [6. 10. 12.]
|
77 | 79 | ```
|
78 | 80 |
|
79 |
| -[travis shield]: https://img.shields.io/travis/pythonnet/pythonnet/master.svg?style=flat-square |
| 81 | +[appveyor shield]: https://img.shields.io/appveyor/ci/pythonnet/pythonnet/master.svg?label=AppVeyor |
| 82 | + |
| 83 | +[license shield]: https://img.shields.io/badge/license-MIT-blue.svg |
| 84 | + |
| 85 | +[pypi package version]: https://img.shields.io/pypi/v/pythonnet.svg |
80 | 86 |
|
81 |
| -[appveyor shield]: https://img.shields.io/appveyor/ci/pythonnet/pythonnet-0kq5d/master.svg?style=flat-square&logo=data%3Aimage%2Fsvg%2Bxml%2C%3Csvg+xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27+width%3D%2740%27+height%3D%2740%27+viewBox%3D%270+0+40+40%27%3E%3Cpath+fill%3D%27%23BBB%27+d%3D%27M20+0c11+0+20+9+20+20s-9+20-20+20S0+31+0+20+9+0+20+0zm4.9+23.9c2.2-2.8+1.9-6.8-.9-8.9-2.7-2.1-6.7-1.6-9+1.2-2.2+2.8-1.9+6.8.9+8.9+2.8+2.1+6.8+1.6+9-1.2zm-10.7+13c1.2.5+3.8+1+5.1+1L28+25.3c2.8-4.2+2.1-9.9-1.8-13-3.5-2.8-8.4-2.7-11.9+0L2.2+21.6c.3+3.2+1.2+4.8+1.2+4.9l6.9-7.5c-.5+3.3.7+6.7+3.5+8.8+2.4+1.9+5.3+2.4+8.1+1.8l-7.7+7.3z%27%2F%3E%3C%2Fsvg%3E |
| 87 | +[python supported shield]: https://img.shields.io/pypi/pyversions/pythonnet.svg |
82 | 88 |
|
83 |
| -[license shield]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square |
| 89 | +[travis shield]: https://img.shields.io/travis/pythonnet/pythonnet/master.svg?label=Travis |
0 commit comments