Skip to main content

classInfo is useful to write information about everything(almost)

Project description

classInfo

Simple information writing module


Usage

import classInfo

about = classInfo.information(name='Dave',
                              age='23',
                              job='Developer',
                              salary='$12300',
                              co_worker='Mark')
print(about)###Return a dict of information

There's only one function(not anymore)

ReadInfo and dict in information(New in 1.0.1)

code output

import classInfo

about = classInfo.information(name={'name1':'ali','name2':'ali'},
                              age='23',
                              job='poor',
                              wife='None')

print(classInfo.read_info(about))

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

classInfo-1.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

classInfo-1.0.1-py3-none-any.whl (1.9 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