Skip to content

Commit

Permalink
chore: prepare for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Feb 15, 2022
1 parent a73c4c7 commit 6ec96bf
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# deno_python

[![Tags](https://img.shields.io/github/release/denosaurs/deno_python)](https://github.com/denosaurs/deno_python/releases)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/python/mod.ts)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/python@0.1.3/mod.ts)
[![checks](https://github.com/denosaurs/deno_python/actions/workflows/checks.yml/badge.svg)](https://github.com/denosaurs/deno_python/actions/workflows/checks.yml)
[![License](https://img.shields.io/github/license/denosaurs/deno_python)](https://github.com/denosaurs/deno_python/blob/master/LICENSE)

Python interpreter bindings for Deno.

```ts
import { python } from "https://deno.land/x/[email protected].2/mod.ts";
import { python } from "https://deno.land/x/[email protected].3/mod.ts";

const np = python.import("numpy");
const plt = python.import("matplotlib.pyplot");
Expand All @@ -23,7 +23,7 @@ plt.show();
## Documentation

Check out the docs
[here](https://doc.deno.land/https://deno.land/x/[email protected].2/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/[email protected].3/mod.ts).

## Python Installation

Expand Down Expand Up @@ -54,10 +54,6 @@ If the module fails to find Python, you can add the path to the Python in the

## Other

### Related

- [python](https://www.python.org/)

### Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with
Expand Down

0 comments on commit 6ec96bf

Please sign in to comment.