Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

relationlist-1.0.0-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page