Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yu9824/executable-package-tutorial

An easy example of executable python package.
https://github.com/yu9824/executable-package-tutorial

Last synced: 10 days ago
JSON representation

An easy example of executable python package.

Awesome Lists containing this project

README

        

# executable-package-tutorial

An easy example of executable python package.

After you install it (e.g. `pip install `), you can execute like;

```bash
% hello-world
Hello world!

% python3 -m hello_world
Hello world!
```