Print 'Hello World' and echos an argument
Project description
lib_my_py_package
lib_my_py_package
will print "Hello World!" and echos an argument
Developer Installation
install requirements:
cd lib_my_py_package
conda create -y -n lib_my_py_packageenv 'python>=3.6'
conda activate lib_my_py_packageenv
conda env update -n lib_my_py_packageenv -f requirements.txt
to test while devloping the package
python setup.py develop
-
develop errors
>
Traceback (most recent call last):
File "/home/user/anaconda3/envs/lib_my_py_packageenv/bin/hello", line 33, in <module>
sys.exit(load_entry_point('my-py-package', 'console_scripts', 'hello')())
File "/home/user/anaconda3/envs/lib_my_py_packageenv/bin/hello", line 25, in importlib_load_entry_point
return next(matches).load()
StopIteration
>
try:
```bash
pip uninstall lib_my_py_package
python setup.py develop
```
History
- lib_my_py_package
- 0.1.0 - Initial commit
- 0.1.1 - add long_description
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file lib_my_py_package-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: lib_my_py_package-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bff8cf4521693b2f15973cfdf73f3df2511329439b01efaec86ce77eae0cfa8 |
|
MD5 | 2ae9191e614a2251078a459cf0e2f8f4 |
|
BLAKE2b-256 | cf6b31d389c71f9e4c9fd106f7b1dd0eab1e98fd5aeb4c454f2b662742bc4542 |