A module that contains a class that supports relations.
Project description
# relationlist 1.0.0b1 This is the relationlist module, containing a class that supports relations. Example: `python >>> import relationlist >>> lis = relationlist.RelationList([1, 2, 3, 4]) >>> lis.value [1, 2, 3, 4] >>> lis.relate(1, 3, assignment='1+3=4') >>> lis.relations [(1, 3, 'break', '1+3=4')] ` The Read the Doc document is comming before v1.3.0!
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
relationlist-1.0.0b2.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file relationlist-1.0.0b2.tar.gz
.
File metadata
- Download URL: relationlist-1.0.0b2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5a12ae6ec164f7c5acd2da92d4b44ad204865a2fdced8e93c23dd3156a8d7658
|
|
MD5 |
f86e3cafa4e9e23e559c61f2fa9cc043
|
|
BLAKE2b-256 |
d77898bea75de099766824efd2637a9106376083153fea1524d90868e291fa38
|
File details
Details for the file relationlist-1.0.0b2-py3-none-any.whl
.
File metadata
- Download URL: relationlist-1.0.0b2-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
59f10293f86aa37bbfc8832759c3ee2800765ff1bb8c731c95b972bb4de57e15
|
|
MD5 |
cd5a56db1bfe171057683bacbf2d0bdd
|
|
BLAKE2b-256 |
d881443e6930cf087ec8650027a514849d3d55fee438b2fa601d7e99e227d226
|