All coding and design solutions as package
Project description
shaksz
All coding and design solutions as package
Unit Tests
python -m unittest discover -s tests
Build package
python setup.py sdist bdist_wheel
Publish Test
twine upload --repository testpypi dist/*
Publish Prod
TBD
pip install twine
twine upload dist/*
Consumption
import shaksz
result = shaksz.leetcode.twoSum([2, 7, 11, 15], 9)
print(result)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shaksz-0.1.2.tar.gz
(2.1 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
shaksz-0.1.2-py3-none-any.whl
(14.6 kB
view details)
File details
Details for the file shaksz-0.1.2.tar.gz.
File metadata
- Download URL: shaksz-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50ece124a88b8feadebc4d8e00ddfaa5772c92222ba0f02fea61a05496d168a3
|
|
| MD5 |
9501b1ef71f954d724a31ac7daee6731
|
|
| BLAKE2b-256 |
193a0ac7fdec802d92f76941573cdc6f0b3082f7360160a404015e05f7aaed67
|
File details
Details for the file shaksz-0.1.2-py3-none-any.whl.
File metadata
- Download URL: shaksz-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
252e8c0dd7fdaf97d6a53a118a70e092829f233a233e3c3f4fa2ae82048456fe
|
|
| MD5 |
13d571b7939bcbe44aa7e3e17d1dbdd0
|
|
| BLAKE2b-256 |
fbbd6bb71a99e776182e9771fff32c50b3e63d0559bc87c4c9adf8aa5f4f7fad
|