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))
Release files for classInfo 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| classInfo-1.0.1.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| classInfo-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.7 kB
Release files / classInfo-1.0.1.tar.gz
| Download URL | classInfo-1.0.1.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
75025f5c7851491dafb7c60fcea1a0351960c8ee0bf2ee63dab71b7f755c8653
|
|
BLAKE2b-256 checksum How to use checksums |
c26e20dad98993bb75eb854319c8dc242f721cffc52055218ef767f38d562dc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / classInfo-1.0.1-py3-none-any.whl
| Download URL | classInfo-1.0.1-py3-none-any.whl |
|---|---|
| Size | 1.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8a2340847a8dc1cab29879084f0365b9389688ee0db22ecf46121a1f343f4650
|
|
BLAKE2b-256 checksum How to use checksums |
d3b853a233926cfd4892b3055641f2852c5cf955d37cf259a9f63e1306b7a1cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|