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.0.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file relationlist-1.0.0.tar.gz
.
File metadata
- Download URL: relationlist-1.0.0.tar.gz
- Upload date:
- Size: 5.0 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 |
a6e5c4977f9349ad92ee5a92719767cef61b8a4c9b199965200f0147603b75b2
|
|
MD5 |
760720e0b691eafef6fbcbe40c18ad79
|
|
BLAKE2b-256 |
ad0560a71815d9c17a74d021c445767ab15c7c57d3761e2e54c2f56018fe5e37
|
File details
Details for the file relationlist-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: relationlist-1.0.0-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 |
600bc3a81f4de636e8f2a1a81295e83d55d55dbc642571281f4eb85e851806fe
|
|
MD5 |
39a921443a3915c914bffc518a9130de
|
|
BLAKE2b-256 |
853f7c924f622feeeca90a5e20252fcef04d0094a3e0b06fd5c18a2bd1f94d2b
|