An open API service indexing awesome lists of open source software.

https://github.com/pamelafox/dis-this

An online tool to disassemble Python code
https://github.com/pamelafox/dis-this

hacktoberfest pyodide python

Last synced: about 2 months ago
JSON representation

An online tool to disassemble Python code

Awesome Lists containing this project

README

        

# dis-this

An online tool to disassemble Python code

## Development

Install packages:

```
npm install
```

Run the development server (with hot reloading):

```
npm run dev
```

Lint the code:

```
npm run lint
```

Format the code:

```
npm run format
```

Build the production version:

```
npm run build
```