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.1.tar.gz
(1.8 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.1-py3-none-any.whl
(14.3 kB
view details)
File details
Details for the file shaksz-0.1.1.tar.gz.
File metadata
- Download URL: shaksz-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b22e1b3ff222afbcb3993d75332c85e7bb1aab4718028c0c142ec2c7b15535ef
|
|
| MD5 |
7b28a24f1d76135a276530da423a05d3
|
|
| BLAKE2b-256 |
6cc1cf27fc8540a74f9be87fef5fa79621191db11c95d1b64be996d6db7307cc
|
File details
Details for the file shaksz-0.1.1-py3-none-any.whl.
File metadata
- Download URL: shaksz-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.3 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 |
0623d4eaf43da176efbc264ddf935288093f18dbbf4c8dbe569f37315a76e3ee
|
|
| MD5 |
e9f42b6a4d65daa8c7456d1191cf9a43
|
|
| BLAKE2b-256 |
2904db7ae73baaf3cf989af8cef23f4cb5716564b5f42d04e8de4667668f5422
|