helloCommand
Project description
packaging
- clickコマンドを使ったパッケージングの練習 [必要なモジュールについて(requirements.txt Pipfile Pipfile.lockの必要性)]
- 利用者はこのリポジトリをクローンしたらpipenvまたはvenv環境内で利用することが可能である
- pipenvで使用するときはhelloName/packaging/helloNameに入り込みpipenv run [コマンド] (ここではpipenv run ./helloworld.py -n miyabi)で利用
- pipenvが入っていない場合は入れてあげる
- venvの仮想環境を利用する場合はhelloName/packagingに入り込みpython3 -m venv venvを実行
- 仮想環境を構築したら . ./venv/bin/activate を実行し、仮想環境内に入り込む
- pip install -r requirements.txtを仮想環境の中で実行し、仮想環境内に必要なモジュールをインストールする
- venvで実行する場合は仮想環境に入り込んだまま ./helloworld.py -n [NAME] で実行
- venvは仮想環境に入り込んでいないと必要なモジュールがグローバル環境にない可能性があるため、コマンドが実行できない可能性がある
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
miyabiname-1.0.2.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file miyabiname-1.0.2.tar.gz.
File metadata
- Download URL: miyabiname-1.0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
379f6068dd82c2ee3047c121ad92249bdff67bdd360663d8cb3332174b02705e
|
|
| MD5 |
53710746f72f6510bdbf0c7a97359d34
|
|
| BLAKE2b-256 |
4e920e0469932bae497289413946e465953270e066f8ef93661114277727deb2
|
File details
Details for the file miyabiname-1.0.2-py3-none-any.whl.
File metadata
- Download URL: miyabiname-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaf7de0249f6002d10d4b1919b92fb4984df52d785909454e5489b0d1d7e2502
|
|
| MD5 |
e5a27ec05830fdb7ed349c4b06837b95
|
|
| BLAKE2b-256 |
7869ca5017442802bf6c979f2a0e472be1da7517d0b6cd08b698463d763328e7
|