Skip to main content

Assocition management package

Project description

Associations

This is an association management package.

Objects

  • Classes:

    • Association (word : str,name : str,method=None,case_sensitive=True,regular=False,**data)
      • word - word to create an Association
      • name - name of the your Association
      • method - method used when searching for assoС‚iations (in/including/is)
      • case_sensetive - case-sensetive search
      • regular - using regular expressions when searching
      • data - data to save
      • Methods:
        • add()

          Add self to the list of associations

        • getdata()

          Get the data that was saved when you created it

        • getmethod()

          Get the method that is assigned at creation

        • isregular()

          Checks whether regular expressions are enabled

        • get_case_sensetive()

          Checks whether register accounting is enabled

        • getname()

          Get the name of this association

        • set_case_sensetive(state : bool)

          Enables or disables case accounting

  • Variables:

    • Associations

      It is the heir of the inner class "associations"

      • Methods:
        • add(value : string, name : str,method : str,case_sensitive=True,regular=False,**data)

          Create a new association and adds it to the associations list

        • add(value : Association)

          Add the association to the associations list

        • get(string : str) -> list

          Searches for all associations to the string "string"


Example

import associations
associations.Associations.add('hello','Greeting','including')
print(associations.Associations.get('hello, world!')[0].getname())

Out:

Greeting

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

associations-0.0.4.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

associations-0.0.4-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file associations-0.0.4.tar.gz.

File metadata

  • Download URL: associations-0.0.4.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1

File hashes

Hashes for associations-0.0.4.tar.gz
Algorithm Hash digest
SHA256 bf123c898d5ddbaf6a53bd0998ea6c49aabc4a8222294b25f397ac2d8fe9f19d
MD5 064ab5bcc5b4b05edbd04150ddd748f6
BLAKE2b-256 d4d181bb7fa70cafd84d9b5ff038db7fbfeec2fcea4b1ac9608d8b53b2955aaa

See more details on using hashes here.

File details

Details for the file associations-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: associations-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1

File hashes

Hashes for associations-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c320b08aad8b0763c865992180e369d708f9111e6e9738c4f586127bb07d15c4
MD5 4d0559c17a2ef511eeb40594064f6a43
BLAKE2b-256 e312ef28e811f1d664cabf67eb4910ef5d519ef4c305d60a46f1e044f2f5fd8c

See more details on using hashes here.

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