Skip to main content

A small example package

Project description

Python packgae example (kyeonkim)

A small example package

[Available Functions]

count_int_list(list, str)

# example
from ft_package import count_int_list

print(count_int_list(["toto", "tata", "toto"], "toto")) # output: 2
print(count_int_list(["toto", "tata", "toto"], "tutu")) # output: 0

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

ft_package_kyeonkim-0.0.5.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

ft_package_kyeonkim-0.0.5-py3-none-any.whl (2.6 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