muratin hesap makinasi
Project description
Bu paket şu işe yarar şunları yapar vs vs gibi birşeyler yazması gerekiyor.
paketi sıfırdan kurup pypi.org a atmak için lattaki komutlar kullanınız
python3 setup.py sdist bdist_wheel
# paketimiz hazır şimdi paketimizi doğrulayalım
twine check dist/*
# upload için doğrulama. pypi.org domaini değl test.pypi.org sitesine ayrıca üye olmak gerekiyor.
twine upload -r testpypi dist/*
# eğer buraya publish yapabildiyseniz artık gerçek yere publish yapılabilir
twine upload dist/*
Kurumu yaptıktan sonra kullanım
from muratin_hesap_makinasi import HesapMakinasi
hm = HesapMakinasi()
hm.topla(3,2)
# sonuc 5
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
File details
Details for the file oguzun-hesap-makinasi-2.0.0.tar.gz.
File metadata
- Download URL: oguzun-hesap-makinasi-2.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
778f6268512d21710000c09af6bbf281a857a52825e5f296770b78e6f179d433
|
|
| MD5 |
38787ca9508331476870a0b0e64007d0
|
|
| BLAKE2b-256 |
e61d5733db7d796a81bb26ff210ec68bfeacd8ddf605539afed0e91789446de0
|