Last updated:
0 purchases
libmypypackage 0.1.2
lib_my_py_package
lib_my_py_package will print "Hello World!" and echos an argument
lib_my_py_package
History
Credits
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
lib_my_py_package
https://www.udemy.com/course/python-packaging/
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.