Skip to main content

Generate classes in Python using command line arguments

Project description

Class Generator tool

Generate class files in Python using command line arguments

Example:

python3 -m classgen ClassName member1,member2,member3

Following is in the development phase

Generate class files in Python using a script

cg = ClassGenerator('ClassName', ['member1', 'member2'], ['member1', 'member2'])
cg.Generate()

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

classgen-0.0.8.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

classgen-0.0.8-py3-none-any.whl (4.6 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