Skip to main content

Parent Class for generic Python use

Project description

GitHub Pages
PyPI

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

kabbes_parent_class-0.7.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

kabbes_parent_class-0.7.0-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page