A sample test package
Project description
count_in_list
Install the package
pip install count_in_list
From Python or IPython
from count_in_list import count_in_list
l = ["gfg", "dsa", "gfg"]
count = count_in_list(l, "gfg")
print(count)
Packages required to generate packages.
pip install setuptools wheel
Generate build, dist, and test_package.egg-info.
python setup.py sdist bdist_wheel
Package required to deploy.
pip install twine
Upload the package
twine upload --repository pypi dist/*
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
count_in_list-0.0.4.tar.gz
(1.3 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 count_in_list-0.0.4.tar.gz.
File metadata
- Download URL: count_in_list-0.0.4.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a8bbc9b01721c87161e05909710dfcdcd9d3bce17b15e9db1554bba94682171
|
|
| MD5 |
f39e9e149ab5f37cb68d3cfe4f7ea7a8
|
|
| BLAKE2b-256 |
90e4654f0c082be9212f6d39d78d0aa7a0f1710afa81e94e8a82cab6ddb70c07
|
File details
Details for the file count_in_list-0.0.4-py3-none-any.whl.
File metadata
- Download URL: count_in_list-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79c8bf9c1bfec4d21764953438e448b29900512da59de596e40ba6a5cdce8639
|
|
| MD5 |
e8ceefdd00fe7799ac603f3da50b273b
|
|
| BLAKE2b-256 |
0c9d9d53a95e849b8fd4b7aaa6a8b84b708cd78dbff94cb903cbd670a3e3aaaf
|