A small package about some more types
Project description
Moretype(python module)
Welcome to my gitee and the homepage of this module.
Moretype is a python module about some more types. Please update your module to this version.
It don't need any extra third-party package, and it's very small!!!
Install:
pip install moretype
Import and a demo (demo.py):
from moretype import *
link = Link(1, 2, 3, 4, 5)
link.append(6)
print(link)
Run:
python demo.py
[ 1->2->3->4->5->6-> ]
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
moretype-1.5.0.tar.gz
(8.4 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 moretype-1.5.0.tar.gz.
File metadata
- Download URL: moretype-1.5.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a98fcfb3ec8c7ac627ef550b5a5b5fcf8e255056f8f32dba39a4a833a82d61
|
|
| MD5 |
5bddfecf91b4a79e09a296fd9f317886
|
|
| BLAKE2b-256 |
abfcd5491969a1a97f74bf9123d05895598c0b697c5010ef60644d1f5a34cc66
|
File details
Details for the file moretype-1.5.0-py3-none-any.whl.
File metadata
- Download URL: moretype-1.5.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
017c622609976ad9d57760a0c022ea4b7a93d5a51bb728ae4ad9d9b2edfd6a52
|
|
| MD5 |
3e7423d74b82bd49c4df333bd9703104
|
|
| BLAKE2b-256 |
d4772bd79ad27ee78be7c7db449906d18049606f5eb53f0bb2670b0a971917f6
|