A small package about some more types
Project description
Moretype(python module)
Moretype is a python module about some more types.
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.3.1.tar.gz
(7.7 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.3.1.tar.gz.
File metadata
- Download URL: moretype-1.3.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ca1e6f54088dfcaccf37f3be8d1825509e239e65d70d4a5762dd520d72e1301
|
|
| MD5 |
00bd2dbc9c2c3fcf572bb92975568841
|
|
| BLAKE2b-256 |
367b8a242781bd9dff4e00871f3ec689cd3c2cd3592009076072acd4d9075ac6
|
File details
Details for the file moretype-1.3.1-py3-none-any.whl.
File metadata
- Download URL: moretype-1.3.1-py3-none-any.whl
- Upload date:
- Size: 7.6 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 |
35f9dfe1fb1f3e12b21f2b2840ed754fe0962fd1cd23e1c32e4d03dfe357bbee
|
|
| MD5 |
46d274baba575650bbf80c66bb694ce0
|
|
| BLAKE2b-256 |
5758179864c1be9baaa5c0c18b263f1ecc0ea2a16a45c5d88ee9891f960934aa
|