package test that can print kwargs class with modul
Project description
Library to show items class
avalibe class things
- kwargs
install
install the package using pip3:
pip3 install claimSurs
basic use
create a file with name 'dayone.py' or other
#!/usr/bin/env python3
from show_details import show_its
class dog:
def __init__(self, **kwargs):
self.kwargs = kwargs
@property
def get_name(self):
show_its(self.kwargs)
c = dog(name='amiko', years=12, sex='helicopter')
c.get_name
start the proyect
./dayone.py
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
claimsurs-0.0.1.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claimsurs-0.0.1.tar.gz.
File metadata
- Download URL: claimsurs-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3818f930ba71922359c827578ff0423f9000106da4539138c60f4d7a662707f
|
|
| MD5 |
18e864fceb67a4ef6b62de398ca02b17
|
|
| BLAKE2b-256 |
479e153254670319cc0d18f9700a0bb631e638cd5ce0b6a52e9b1c7ed82b251f
|
File details
Details for the file claimSurs-0.0.1-py3-none-any.whl.
File metadata
- Download URL: claimSurs-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57c2fc516cccea6bf9bcfa0de7e6f2d45cbfa6e537f4136ec8c0b4dfe683c2be
|
|
| MD5 |
ab372f3b1a389409ac35070c96bf3041
|
|
| BLAKE2b-256 |
af27c221c081f0793c90cfc4c59315a04937af1412a2da228ba2801c3420f064
|