kd1889 / Internet-Radio-for-Kids

0 stars 0 forks source link

Library Stub #2

Closed sboahen closed 3 years ago

sboahen commented 3 years ago

Git workflow practice with stub

sboahen commented 3 years ago

To test, I installed library with sudo python3 setup.py install with success, according to the output:

Processing dependencies for stub==1.0
Finished processing dependencies for stub==1.0

I also tested and was able to import the library and run the info() function without error:

[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import stub
>>> stub.info
<function info at 0x7f5cd9ede550>
>>> stub.info()
Software library for the stub project.
>>> exit