The pylibcklb is a library of functions and classes created from me and were used in different other projects of me.
Project description
The pylibcklb library an package of different functions and classes for programming in python.
Requirements
The package was programmed with python 3.6 64 bit. Older or newer versions of python were not been tested.
Installation
To install the package to the python packages you need pip the package install management which is included in the python interpreter.
Call the command line under windows as admin
Type the following to command line and that’s is
pip install https://github.com/Ecklebe/pylibcklb/archive/master.zip
or
pip install pylibcklb
Uninstallation
Call the command line under windows as admin
Type the following to command line and that’s is
pip uninstall pylibcklb
Usage
To use (with caution), simply use this small example:
Write main.py:
# Import of the package functions
from pylibcklb.FunctionLibrary import HelloWorld
# Main fucntion to call with python interpreter
def main():
# Simple function call
HelloWorld()
if __name__ == "__main__":
main()
Call the main.py with python from command line:
python.exe main.py
Output of the command line:
>>> Hello world i am the pylibcklb package
Changes
For the changes of each version see the CHANGELOG.md in this folder.
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 Distribution
File details
Details for the file pylibcklb-1.10.0.tar.gz
.
File metadata
- Download URL: pylibcklb-1.10.0.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55c8c4d4b65f5fe1bcde65cc9f75944c899872f7320fb381a3d759a86336e4cf |
|
MD5 | a1696623f951cf4b834135174794cb65 |
|
BLAKE2b-256 | fb1379c7de987303f96f51c7004b16e1005a9a993d356a4f665ef756fe42951d |