Parent Class for generic Python use
Project description
parent_class
Parent Class for generic Python use. Contains many helpful standard methods to speed up development for future classes. Designed to be inherited by Child classes.
Installation
pip install kabbes_parent_class
Usage
For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.
from parent_class import ParentClass
Obj = ParentClass()
Obj.print_atts()
>>>
---ParentClass Class---
type: ParentClass
Obj.type
>>> 'ParentClass'
Author
James Kabbes
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for kabbes_parent_class-0.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33be6abb6708bbb502d5d46b1b9913e1d05c34ccaa2aac2102ffb2b2b17bd049 |
|
MD5 | 178abde90b0a5b437c54a2aa30a4c85f |
|
BLAKE2b-256 | 30af2fa026b114a02d8533892ed948a2dc8c92b66ac83eaa483d37586c83d66f |
Close
Hashes for kabbes_parent_class-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49ff0a0271f18f89512d321900e244f629ebfc3f34c896bbafa62d21fb064948 |
|
MD5 | dc65885a315eb0488ad4b5b5f409936c |
|
BLAKE2b-256 | b4772bcb46377d5c8ad94224f78ef5b51a5d51242fe240247078c9ed00803792 |