SSL-Seminar-test repository:: Topic - Package Test and Deployment
Project description
# SSL-Lab-seminar-test
SSL-Seminar-test repository:: Topic - Package Test and Deployment
## Synopsis
```python
from khleepkg03.app import Caculator
calc = Caculator(isAdd=True,
isSub=False,
isMul=False,
isDiv=False,
isRem=False)
sum = calc.adder(1, 2)
print(sum) # sum = 3
```
## Installaion
```bash
$ pip3 install khleepkg03
```
Only install module with pip
## Dependancy
- pytest
```bash
$ pip3 install -U pytest
```
## Document Index
1. TDD (Test-Driven Development)
2. From unit-test to module-test
3. Package deployment (using pypi)
SSL-Seminar-test repository:: Topic - Package Test and Deployment
## Synopsis
```python
from khleepkg03.app import Caculator
calc = Caculator(isAdd=True,
isSub=False,
isMul=False,
isDiv=False,
isRem=False)
sum = calc.adder(1, 2)
print(sum) # sum = 3
```
## Installaion
```bash
$ pip3 install khleepkg03
```
Only install module with pip
## Dependancy
- pytest
```bash
$ pip3 install -U pytest
```
## Document Index
1. TDD (Test-Driven Development)
2. From unit-test to module-test
3. Package deployment (using pypi)
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
khleepkg03-0.0.1.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 khleepkg03-0.0.1.tar.gz.
File metadata
- Download URL: khleepkg03-0.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebedcb6d6d6f1f55748da6b185a0c54dbc6f7fe097704ab6661b44f927b6e111
|
|
| MD5 |
ca1436c58a7d731e5bec8ca1efed414a
|
|
| BLAKE2b-256 |
d10e6a264f652db040af939de15e9f29c998dd11e1d7e67d34b07f2ddf50c6c4
|
File details
Details for the file khleepkg03-0.0.1-py3-none-any.whl.
File metadata
- Download URL: khleepkg03-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f33050a46345199ba1a5987c411eac701c42e7615e165681b2f004ad30f3795
|
|
| MD5 |
4795294889861597ff7af95ea8d7dbe3
|
|
| BLAKE2b-256 |
3d6306bc9de86e1f2a4663914c62f688500f4307fc1edc69b3f3c9d37ea04527
|