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.4.0.tar.gz
(8.2 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.4.0.tar.gz.
File metadata
- Download URL: moretype-1.4.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b5bc70f140a1e8f531314f9d8edb3010b0cdf34ab1ff4f76c4336466bbde3b
|
|
| MD5 |
7ddcfbbf5ec25fec88732e273c78310a
|
|
| BLAKE2b-256 |
c54ae2f323f7de97199fe6f3d26e11fb32a9a8ea42079a75addee3ae87852c4a
|
File details
Details for the file moretype-1.4.0-py3-none-any.whl.
File metadata
- Download URL: moretype-1.4.0-py3-none-any.whl
- Upload date:
- Size: 8.3 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 |
069c75aa3caa3c7a1b6349ee75ef118ac9d87826bf039f990f4278ffcb6661a7
|
|
| MD5 |
0f96515f37fbf3ae5ba6fe0aa7098793
|
|
| BLAKE2b-256 |
4a78257d568a4859fd0751db0adf0f8ecbe56278e0e2f50aa859566a874fac18
|