ajb974 / Kibble-Kounter1

Apache License 2.0
1 stars 0 forks source link

Add stub library project #4

Closed ajb974 closed 1 year ago

ajb974 commented 1 year ago

Create a stub library project for our future software library.

ajb974 commented 1 year ago

To test, I installed the library with sudo python3 setup.py install with success, according to the output Installed /usr/local/lib/python3.9/dist-packages/KibbleKounter-1.0-py3.9.egg Processing dependencies for KibbleKounter==1.0 Finished processing dependencies for KibbleKounter==1.0 I also tested and was able to import the library and run the info() function without error

Python 3.9.2 (default, Mar 12 2021, 04:06:34)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import KibbleKounter
>>> KibbleKounter.info()
Software library for the KibbleKounter project.