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

Uploaded Source

Built Distribution

associations-0.0.4-py3-none-any.whl (3.6 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