|
1 | 1 | # deno_python
|
2 | 2 |
|
| 3 | +[](https://github.com/denosaurs/deno_python/releases) |
| 4 | +[](https://doc.deno.land/https/deno.land/x/python/mod.ts) |
| 5 | +[](https://github.com/denosaurs/deno_python/actions/workflows/checks.yml) |
| 6 | +[](https://github.com/denosaurs/deno_python/blob/master/LICENSE) |
| 7 | + |
3 | 8 | Python interpreter bindings for Deno.
|
4 | 9 |
|
5 | 10 | ```ts
|
@@ -31,8 +36,34 @@ Python installed from Microsoft Store does not work.
|
31 | 36 | If the module fails to find Python, you can add the path to the Python in the
|
32 | 37 | `DENO_PYTHON_PATH` environment variable.
|
33 | 38 |
|
34 |
| -## License |
| 39 | +## Maintainers |
| 40 | + |
| 41 | +- DjDeveloper ([@DjDeveloperr](https://github.com/DjDeveloperr)) |
| 42 | +- Elias Sjögreen ([@eliassjogreen](https://github.com/eliassjogreen)) |
| 43 | + |
| 44 | +## Permission Table |
| 45 | + |
| 46 | +| Permission Needed | Required | Reason | |
| 47 | +| ----------------- | -------- | ---------------------------------------------- | |
| 48 | +| `--allow-env` | yes | For finding the location of the python library | |
| 49 | +| `--allow-run` | yes | For finding the location of the python library | |
| 50 | +| `--allow-read` | yes | For reading the library | |
| 51 | +| `--allow-ffi` | yes | It uses FFI to interact with python | |
| 52 | +| `--unstable` | yes | It's unstable because it uses FFI | |
| 53 | + |
| 54 | +## Other |
| 55 | + |
| 56 | +### Related |
| 57 | + |
| 58 | +- [python](https://www.python.org/) |
| 59 | + |
| 60 | +### Contribution |
| 61 | + |
| 62 | +Pull request, issues and feedback are very welcome. Code style is formatted with |
| 63 | +`deno fmt` and commit messages are done following Conventional Commits spec. |
| 64 | + |
| 65 | +### Licence |
35 | 66 |
|
36 |
| -[Apache 2.0 license](./LICENSE). |
| 67 | +Copyright 2021, DjDeveloperr. |
37 | 68 |
|
38 |
| -Copyright 2021 @ DjDeveloperr |
| 69 | +Copyright 2022, the Denosaurs team. All rights reserved. MIT license. |
0 commit comments