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
)
import classInfo
about = classInfo.information(name={'name1':'ali','name2':'ali'},
age='23',
job='poor',
wife='None')
print(classInfo.read_info(about))
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
classInfo-1.0.1.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file classInfo-1.0.1.tar.gz
.
File metadata
- Download URL: classInfo-1.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75025f5c7851491dafb7c60fcea1a0351960c8ee0bf2ee63dab71b7f755c8653 |
|
MD5 | 0376b0bf71072fafb73a14883884da2d |
|
BLAKE2b-256 | c26e20dad98993bb75eb854319c8dc242f721cffc52055218ef767f38d562dc2 |
File details
Details for the file classInfo-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: classInfo-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a2340847a8dc1cab29879084f0365b9389688ee0db22ecf46121a1f343f4650 |
|
MD5 | f0aec80d68e7daed695eaa01e721ca97 |
|
BLAKE2b-256 | d3b853a233926cfd4892b3055641f2852c5cf955d37cf259a9f63e1306b7a1cb |