Skip to main content

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

```

push to pypi


History

  • lib_my_py_package
  • 0.1.0 - Initial commit
  • 0.1.1 - add long_description
  • 0.1.2 - add credits and deploy instructions to long_description

Credits

https://www.udemy.com/course/python-packaging/

Project details


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

lib_my_py_package-0.1.2-py3-none-any.whl (4.2 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