From a2164aff0d78961f31f9e3a34009efbe53658633 Mon Sep 17 00:00:00 2001 From: Anonymous User <171833599+nava-ebad@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:58:52 -0400 Subject: [PATCH 1/3] Metadata Updated --- .gitignore | 41 ++++++++++++++++ docassemble/MAEvictionDefense/__init__.py | 2 +- .../data/questions/eviction.yml | 47 ++++++++++++------- docassemble/__init__.py | 5 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 74 insertions(+), 25 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e66945 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +__pycache__/ +*.py[cod] +*$py.class +.mypy_cache/ +.dmypy.json +dmypy.json +*.egg-info/ +.installed.cfg +*.egg +.vscode +*~ +.#* +en +.history/ +.idea +.dir-locals.el +.flake8 +*.swp +.DS_Store +.envrc +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ diff --git a/docassemble/MAEvictionDefense/__init__.py b/docassemble/MAEvictionDefense/__init__.py index c841e03..abeeedb 100644 --- a/docassemble/MAEvictionDefense/__init__.py +++ b/docassemble/MAEvictionDefense/__init__.py @@ -1 +1 @@ -__version__ = '0.3.3.2' +__version__ = '0.4.0' diff --git a/docassemble/MAEvictionDefense/data/questions/eviction.yml b/docassemble/MAEvictionDefense/data/questions/eviction.yml index a36a43b..9051ad9 100644 --- a/docassemble/MAEvictionDefense/data/questions/eviction.yml +++ b/docassemble/MAEvictionDefense/data/questions/eviction.yml @@ -1,28 +1,39 @@ --- metadata: - interview_identifier: "MADE: Massachusetts Defense for Eviction (Launch)" title: | MADE: Massachusetts Defense for Eviction short title: | MADE (Eviction) description: | - This interview helps you complete a summary process answer and request for discovery. - authors: - - name: Quinten Steenhuis - organization: Greater Boston Legal Services - error help: | - # We ran into a bug. - We are very sorry for the inconvenience. - - [Please tell us more about the bug at this link](${ interview_url(i=user_info().package + ":feedback.yml", github_repo="docassemble-MAEvictionDefense", github_user='gbls', variable=user_info().variable, question_id=user_info().question_id, local=False,reset=1)} ){:target="_blank"}. - - 1. Try reloading the screen (use the refresh button) and fill in information - that you left blank. - 2. You can use the paper forms instead. - Please download the [Answer](https://www.masslegalhelp.org/housing/lt1-booklet-3-answer.pdf) - and the [Request for Discovery](https://www.masslegalhelp.org/housing/lt1-booklet-4-discovery.pdf). - You can follow the [instructions](https://www.masslegalhelp.org/housing/lt1-booklet-1-representing-yourself.pdf) here. - revision_date: 2023-06-04 + This interview helps you understand important rights that will let you win your eviction case. + can_I_use_this_form: | + You can use this interview if you are a tenant, an attorney, or an advocate or social worker who is helping a tenant. A helper can send the form to a tenant to sign remotely on their phone as part of the form-filling process. + before_you_start: | + Before you start, you need to get documents from your case, including: + * The Summons and Complaint + * The Notice to Quit you got from your landlord + maturity: production + estimated_completion_minutes: 60 + estimated_completion_delta: 30 + languages: + - en + help_page_url: https://www.gbls.org/MADE + help_page_title: Massachusetts Defense for Eviction (Made) Self-Guided Eviction Help + LIST_topics: + - HO-00-00-00-00 + tags: + - HO-02-00-00-00 + jurisdiction: NAM-US-US+MA + original_form: https://www.mass.gov/doc/summary-process-eviction-answer-form-housing-court-0/download + original_form_published_on: n/a + review_date: 2024-08-01 + form_titles: + - Motion to Stay Eviction + form_numbers: + - Affidavit of Indigency (3/23) + fees: + - Filing fee: 0.00 + update_notes: | --- code: | revisit_sharing_url = url_ask(['share_fields', 'share_success', {'recompute': ['share_email','sent_sharing_email','share_cell','sent_sharing_text']} ]) diff --git a/docassemble/__init__.py b/docassemble/__init__.py index ce5ab0d..8d17c21 100644 --- a/docassemble/__init__.py +++ b/docassemble/__init__.py @@ -1,5 +1,2 @@ -try: - __import__('pkg_resources').declare_namespace(__name__) -except ImportError: - __path__ = __import__('pkgutil').extend_path(__path__, __name__) +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup.cfg b/setup.cfg index b88034e..08aedd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md +description_file = README.md diff --git a/setup.py b/setup.py index ce77e68..263abfe 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d url='https://www.gbls.org', packages=find_packages(), namespace_packages=['docassemble'], - install_requires=['docassemble.MACourts>=0.59.1', 'docassemble.income>=0.0.36', 'holidays>=0.21.13', 'nameparser>=1.1.2', 'docassemble.PovertyScale'], + install_requires=['docassemble.MACourts>=0.59.4', 'docassemble.PovertyScale>=2024.0.0', 'docassemble.income>=0.0.36', 'holidays>=0.45', 'nameparser>=1.1.3'], zip_safe=False, package_data=find_package_data(where='docassemble/MAEvictionDefense/', package='docassemble.MAEvictionDefense'), ) From 564b8beaf0d3809c5839663565a519a8c2eb9dbb Mon Sep 17 00:00:00 2001 From: Quinten Steenhuis Date: Wed, 4 Sep 2024 11:38:03 -0400 Subject: [PATCH 2/3] Tweaks to metadata --- .../data/questions/eviction.yml | 34 ++++++++++++++----- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/docassemble/MAEvictionDefense/data/questions/eviction.yml b/docassemble/MAEvictionDefense/data/questions/eviction.yml index 9051ad9..3b94154 100644 --- a/docassemble/MAEvictionDefense/data/questions/eviction.yml +++ b/docassemble/MAEvictionDefense/data/questions/eviction.yml @@ -5,9 +5,22 @@ metadata: short title: | MADE (Eviction) description: | - This interview helps you understand important rights that will let you win your eviction case. + If you are getting evicted in Massachusetts, you can use MADE to defend against your eviction case. It will help you make an + Answer form and other forms you may need to file in court. MADE will also help you gather information + to help you defend your case. + + There are also special defenses in MADE for homeowners after a foreclosure. + + Most tenants who use MADE will get an extension of 2 weeks in their court hearing date in order to allow + them to get more information to defend their case. can_I_use_this_form: | - You can use this interview if you are a tenant, an attorney, or an advocate or social worker who is helping a tenant. A helper can send the form to a tenant to sign remotely on their phone as part of the form-filling process. + If your eviction case has been filed in court, you can use this interview to defend against the case, even if + you missed the first deadline to answer. + + You need to wait to use this interview until you get a Summons and Complaint or you learn + another way that the case has been filed in court. + + This tool is designed to be used by tenants, attorneys, and other helpers. before_you_start: | Before you start, you need to get documents from your case, including: * The Summons and Complaint @@ -20,20 +33,25 @@ metadata: help_page_url: https://www.gbls.org/MADE help_page_title: Massachusetts Defense for Eviction (Made) Self-Guided Eviction Help LIST_topics: - - HO-00-00-00-00 - tags: - HO-02-00-00-00 + tags: + - Housing jurisdiction: NAM-US-US+MA original_form: https://www.mass.gov/doc/summary-process-eviction-answer-form-housing-court-0/download - original_form_published_on: n/a + original_form_published_on: 2023 review_date: 2024-08-01 form_titles: - - Motion to Stay Eviction - form_numbers: - - Affidavit of Indigency (3/23) + - Eviction Answer (Booklet 3) + - Late Answer (Booklet 3a) + - Eviction Discovery (Booklet 4) + - Notice of Transfer to Housing Court (Booklet 5) + - Motion to Compel Discovery + - Motion to Intervene + - Interpreter Notice fees: - Filing fee: 0.00 update_notes: | + This does not yet include updates to the Answer and Discovery released in Spring of 2024. --- code: | revisit_sharing_url = url_ask(['share_fields', 'share_success', {'recompute': ['share_email','sent_sharing_email','share_cell','sent_sharing_text']} ]) From b4434b69a22afeb06e4250cfb580aa0c73f8dda6 Mon Sep 17 00:00:00 2001 From: Quinten Steenhuis Date: Wed, 4 Sep 2024 11:47:21 -0400 Subject: [PATCH 3/3] Add in some things that were accidentally removed --- .../data/questions/eviction.yml | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docassemble/MAEvictionDefense/data/questions/eviction.yml b/docassemble/MAEvictionDefense/data/questions/eviction.yml index 3b94154..dad8f1a 100644 --- a/docassemble/MAEvictionDefense/data/questions/eviction.yml +++ b/docassemble/MAEvictionDefense/data/questions/eviction.yml @@ -4,9 +4,26 @@ metadata: MADE: Massachusetts Defense for Eviction short title: | MADE (Eviction) + authors: + - name: Quinten Steenhuis + organization: Greater Boston Legal Services + error help: | + # We ran into a bug. + We are very sorry for the inconvenience. + + [Please tell us more about the bug at this link](${ interview_url(i=user_info().package + ":feedback.yml", github_repo="docassemble-MAEvictionDefense", github_user='gbls', variable=user_info().variable, question_id=user_info().question_id, local=False,reset=1)} ){:target="_blank"}. + + 1. Try reloading the screen (use the refresh button) and fill in information + that you left blank. + 2. You can use the paper forms instead. + Please download the [Answer](https://www.masslegalhelp.org/housing/lt1-booklet-3-answer.pdf) + and the [Request for Discovery](https://www.masslegalhelp.org/housing/lt1-booklet-4-discovery.pdf). + You can follow the [instructions](https://www.masslegalhelp.org/housing/lt1-booklet-1-representing-yourself.pdf) here. + revision_date: 2023-06-04 description: | - If you are getting evicted in Massachusetts, you can use MADE to defend against your eviction case. It will help you make an - Answer form and other forms you may need to file in court. MADE will also help you gather information + If you are getting evicted in Massachusetts, you can use MADE to defend against your eviction case + (also called summary process). It will help you make an + Answer and Discovery form and other forms you may need to file in court. MADE will also help you gather information to help you defend your case. There are also special defenses in MADE for homeowners after a foreclosure. @@ -37,7 +54,7 @@ metadata: tags: - Housing jurisdiction: NAM-US-US+MA - original_form: https://www.mass.gov/doc/summary-process-eviction-answer-form-housing-court-0/download + original_form: https://www.masslegalhelp.org/housing-apartments-shelter/eviction/fighting-eviction-court original_form_published_on: 2023 review_date: 2024-08-01 form_titles: