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.6.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.6.0.tar.gz.
File metadata
- Download URL: moretype-1.6.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 |
90e147a761d9260dc13dcd1ea0bb04bd9fab7e785ca21f02591d4528a4061bb5
|
|
| MD5 |
8c3ca573d26f785755941f410c4d9b43
|
|
| BLAKE2b-256 |
4730338430044ef3b6ad0173a20997f7a547cdde6cded4e02cf9e933e5ff5e9d
|
File details
Details for the file moretype-1.6.0-py3-none-any.whl.
File metadata
- Download URL: moretype-1.6.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 |
0d53524bdd8feb4a664e033f1e1634c9883c9d8d2cf4bc9df58c8c28a4fe1a79
|
|
| MD5 |
d561580423e8c991af1e2cbe27454b31
|
|
| BLAKE2b-256 |
d3af6362c67a2d022efc30c03890970796a0ceccb7577ca61bbb711fe53b8aa0
|