This is my very first package from me
Project description
name: The name of your package. This is how your package will appear on PyPI (the Python Package Index) and how users will install it with pip (pip install Your-Package-Name).
version: The current version of your package. This should follow semantic versioning rules.
url: The URL for the homepage of your package. Most often this will be the URL of your GitHub repository.
author and author_email: Your name and contact email.
description: A short description of what your package does.
packages: This tells setuptools what packages to distribute. find_packages() is a handy function that will find all packages (directories containing an init.py file) automatically.
install_requires: A list of other Python packages that your package depends on. Users installing your package will automatically install these dependencies.
build a package python setup.py sdist bdist_wheel
try locally pip install dist/CT_Hello_World-0.0.1-py3-none-any.whl --force-reinstall
show all package pip list
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
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 ct_random_function-0.0.3.tar.gz.
File metadata
- Download URL: ct_random_function-0.0.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bed6b1db0b1dc1ab3ffcdb43a09fd618324bd6bb658c1bbf2b479b387732a72f
|
|
| MD5 |
4e5eb103b676e508228cd2a043fab63b
|
|
| BLAKE2b-256 |
a0512f2b7037c430a16b6e62e27a90748534d1915b3de6e476ab91d0732acf19
|
File details
Details for the file ct_random_function-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ct_random_function-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a67b6f4a6d38163e576fc892f5761fef4cffa02db039ad598be45c549845bf90
|
|
| MD5 |
189ad5732ba88ade32bdd58de186ed70
|
|
| BLAKE2b-256 |
e9e62a322ee46b78f0540a605026018b152c68243b82ad72b8b2aa9a3f3858a8
|