Skip to main content

A sample test package

Project description

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


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.2.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

count_in_list-0.0.2-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page