DangDuyMinh_ToanHoc
Thư viện toán học cơ bản được phát triển bởi Đặng Duy Minh.
Các chức năng chính
- Các phép toán cơ bản: Cộng, Trừ, Nhân, Chia
- Tính toán hình học: Chu vi hình chữ nhật, Diện tích hình chữ nhật
Hướng dẫn cài đặt
pip install DangDuyMinh_ToanHoc
Hướng dẫn sử dụng
from DangDuyMinh_ToanHoc import add, perimeter_rectangle
print(add(5, 3)) # Kết quả: 8
print(perimeter_rectangle(5, 10)) # Kết quả: 30
Hướng dẫn đóng gói và Upload lên PyPI
1. Đóng gói thư viện
python setup.py sdist bdist_wheel
2. Upload lên PyPI
Sử dụng công cụ twine (cần cài đặt trước bằng pip install twine):
twine upload dist/* -u __token__ -p <YOUR_PYPI_TOKEN>
(Thay <YOUR_PYPI_TOKEN> bằng Token thật của bạn)
Release files for DangDuyMinh-ToanHoc 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dangduyminh_toanhoc-0.1.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dangduyminh_toanhoc-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.6 kB
Release files / dangduyminh_toanhoc-0.1.1.tar.gz
| Download URL | dangduyminh_toanhoc-0.1.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
86321af56005fdb2553b9de383c4021852df62764a85fb5faa11fc5e15967d0c
|
|
BLAKE2b-256 checksum How to use checksums |
1b351fbc56f900a5b849cb474b0aa8435bfd96c539e75582f5bac70dc7eb454e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / dangduyminh_toanhoc-0.1.1-py3-none-any.whl
| Download URL | dangduyminh_toanhoc-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b110cbac8fb249ef922a20faa48e470f9ba33c6787b65774738699cc717f4232
|
|
BLAKE2b-256 checksum How to use checksums |
9930fdf7288c2de5a13b0e9749476214d7c497ee9847b55215ea7e359e81f5c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|