docassemble.LAWVNameChange 1.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. docassemble_lawvnamechange-1.0.8/LICENSE +21 -0
  2. docassemble_lawvnamechange-1.0.8/MANIFEST.in +17 -0
  3. docassemble_lawvnamechange-1.0.8/PKG-INFO +122 -0
  4. docassemble_lawvnamechange-1.0.8/README.md +107 -0
  5. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/__init__.py +1 -0
  6. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/sources/README.md +4 -0
  7. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/static/README.md +4 -0
  8. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/templates/README.md +3 -0
  9. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/templates/name_change_instructions.pdf +0 -0
  10. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/templates/name_change_order.docx +0 -0
  11. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/templates/name_change_order_filing_petition.docx +0 -0
  12. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/templates/name_change_order_of_publication.docx +0 -0
  13. docassemble_lawvnamechange-1.0.8/docassemble/LAWVNameChange/data/templates/name_change_petition_adult.docx +0 -0
  14. docassemble_lawvnamechange-1.0.8/docassemble.LAWVNameChange.egg-info/PKG-INFO +122 -0
  15. docassemble_lawvnamechange-1.0.8/docassemble.LAWVNameChange.egg-info/SOURCES.txt +20 -0
  16. docassemble_lawvnamechange-1.0.8/docassemble.LAWVNameChange.egg-info/dependency_links.txt +1 -0
  17. docassemble_lawvnamechange-1.0.8/docassemble.LAWVNameChange.egg-info/not-zip-safe +1 -0
  18. docassemble_lawvnamechange-1.0.8/docassemble.LAWVNameChange.egg-info/top_level.txt +2 -0
  19. docassemble_lawvnamechange-1.0.8/pyproject.toml +27 -0
  20. docassemble_lawvnamechange-1.0.8/setup.cfg +7 -0
  21. docassemble_lawvnamechange-1.0.8/setup.py +59 -0
@@ -0,0 +1,21 @@
1
+ MIT
2
+
3
+ Copyright (c) 2026 Dane W. Henry, Esq.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,17 @@
1
+ include README.md
2
+ graft docassemble/LAWVNameChange/data
3
+ recursive-exclude * *.egg-info
4
+ recursive-exclude .git *
5
+ recursive-exclude venv *
6
+ recursive-exclude .github *
7
+ recursive-exclude .pytest_cache *
8
+ recursive-exclude .vscode *
9
+ recursive-exclude build *
10
+ recursive-exclude dist *
11
+ recursive-exclude * __pycache__
12
+ recursive-exclude * *.pyc
13
+ recursive-exclude * *.pyo
14
+ recursive-exclude * *.orig
15
+ recursive-exclude * *~
16
+ recursive-exclude * *.bak
17
+ recursive-exclude * *.swp
@@ -0,0 +1,122 @@
1
+ Metadata-Version: 2.4
2
+ Name: docassemble.LAWVNameChange
3
+ Version: 1.0.8
4
+ Summary: A docassemble extension.
5
+ Home-page: https://docassemble.org
6
+ Author: Dane W. Henry, Esq.
7
+ Author-email: "Dane W. Henry, Esq." <dhenry@lawv.net>
8
+ License-Expression: MIT
9
+ Project-URL: Homepage, https://docassemble.org
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Dynamic: author
13
+ Dynamic: home-page
14
+ Dynamic: license-file
15
+
16
+ # Name Change Petition Interview
17
+
18
+ A **Docassemble** interview designed by **Legal Aid of West Virginia** to help self-represented litigants generate a complete **Name Change Packet**, including all required pleadings and filing instructions for West Virginia circuit or family courts.
19
+
20
+ This interview collects the user’s information, screens for eligibility, and produces a bundled PDF package containing:
21
+
22
+ - Name Change Instructions
23
+ - Civil Case Information Statement (Circuit or Family)
24
+ - Petition for Name Change
25
+ - Order Filing Petition
26
+ - Order of Publication
27
+ - Final Name Change Order
28
+
29
+ ---
30
+
31
+ ## Purpose
32
+
33
+ This tool assists individuals seeking an adult name change in West Virginia. It guides the user through the required legal questions, helps determine eligibility, and generates all necessary forms for filing with the appropriate county clerk.
34
+
35
+ ---
36
+
37
+ ## Features
38
+
39
+ ### User-Facing Features
40
+
41
+ - Residency and eligibility screening
42
+ - Guided data collection for current name, birth name, and desired new name
43
+ - Optional identity protection request
44
+ - Optional courtroom accommodation requests
45
+ - Automated courthouse and local library lookup based on address
46
+ - Step-by-step filing instructions
47
+ - Automatic PDF packet generation
48
+ - Optional email delivery of completed forms
49
+
50
+ ### Technical Features
51
+
52
+ - Uses **docassemble.LAWVCommon** for styling, validation, and shared components
53
+ - Geolocation and distance calculations via **geopy**
54
+ - Progressive disclosure for improved accessibility
55
+ - Automatic formatting of telephone numbers and state selections
56
+ - Dynamic PDF and DOCX generation through Docassemble templates
57
+ - Code-driven determination of filing court (Family or Circuit)
58
+ - Conditional logic for ineligibility endpoints
59
+
60
+ ---
61
+
62
+ ## File Information
63
+
64
+ This repository includes the Docassemble interview YAML file:
65
+
66
+ - `name_change.yml` — Main interview file controlling logic, questions, attachments, validations, and document output.
67
+
68
+ Associated templates referenced in the YAML should be included within the Docassemble package, such as:
69
+
70
+ - `name_change_instructions.pdf`
71
+ - `name_change_petition_adult.docx`
72
+ - `name_change_order_of_publication.docx`
73
+ - `name_change_order_filing_petition.docx`
74
+ - `name_change_order.docx`
75
+ - Civil and domestic case information templates from `docassemble.LAWVCommon`
76
+
77
+ ---
78
+
79
+ ## Running the Interview
80
+
81
+ After deployment, access the interview through your Docassemble server interface or direct interview URL.
82
+ The user will proceed through structured questions that populate the generated PDF packet.
83
+
84
+ ---
85
+
86
+ ## Logic Overview
87
+
88
+ The interview performs the following major steps:
89
+
90
+ 1. Residency check: County and state residency of at least one year
91
+ 2. Eligibility screen: Ensures no prohibited reasons for the name change
92
+ 3. Collect personal and birth information
93
+ 4. Collect desired new name
94
+ 5. Require a reason for the name change
95
+ 6. Optional identity protection request
96
+ 7. Optional ADA accommodations
97
+ 8. Determine court type: Family or Circuit
98
+ 9. Assign correct courthouse and nearest library
99
+ 10. Generate documents
100
+ 11. Package output
101
+ 12. Email documents (optional)
102
+
103
+ If the user is ineligible, the interview stops and displays a message encouraging them to seek legal assistance.
104
+
105
+ ---
106
+
107
+ ## Output
108
+
109
+ The interview generates a **Name Change Packet.zip** containing:
110
+
111
+ - PDFs of all required documents
112
+ - Filing instructions and address information
113
+
114
+ All personal information is purged upon exiting the interview.
115
+
116
+ ---
117
+
118
+ ## Contact
119
+
120
+ Created by **Dane W. Henry, Esq.** for **Legal Aid of West Virginia**.
121
+
122
+ General assistance: https://legalaidwv.org/
@@ -0,0 +1,107 @@
1
+ # Name Change Petition Interview
2
+
3
+ A **Docassemble** interview designed by **Legal Aid of West Virginia** to help self-represented litigants generate a complete **Name Change Packet**, including all required pleadings and filing instructions for West Virginia circuit or family courts.
4
+
5
+ This interview collects the user’s information, screens for eligibility, and produces a bundled PDF package containing:
6
+
7
+ - Name Change Instructions
8
+ - Civil Case Information Statement (Circuit or Family)
9
+ - Petition for Name Change
10
+ - Order Filing Petition
11
+ - Order of Publication
12
+ - Final Name Change Order
13
+
14
+ ---
15
+
16
+ ## Purpose
17
+
18
+ This tool assists individuals seeking an adult name change in West Virginia. It guides the user through the required legal questions, helps determine eligibility, and generates all necessary forms for filing with the appropriate county clerk.
19
+
20
+ ---
21
+
22
+ ## Features
23
+
24
+ ### User-Facing Features
25
+
26
+ - Residency and eligibility screening
27
+ - Guided data collection for current name, birth name, and desired new name
28
+ - Optional identity protection request
29
+ - Optional courtroom accommodation requests
30
+ - Automated courthouse and local library lookup based on address
31
+ - Step-by-step filing instructions
32
+ - Automatic PDF packet generation
33
+ - Optional email delivery of completed forms
34
+
35
+ ### Technical Features
36
+
37
+ - Uses **docassemble.LAWVCommon** for styling, validation, and shared components
38
+ - Geolocation and distance calculations via **geopy**
39
+ - Progressive disclosure for improved accessibility
40
+ - Automatic formatting of telephone numbers and state selections
41
+ - Dynamic PDF and DOCX generation through Docassemble templates
42
+ - Code-driven determination of filing court (Family or Circuit)
43
+ - Conditional logic for ineligibility endpoints
44
+
45
+ ---
46
+
47
+ ## File Information
48
+
49
+ This repository includes the Docassemble interview YAML file:
50
+
51
+ - `name_change.yml` — Main interview file controlling logic, questions, attachments, validations, and document output.
52
+
53
+ Associated templates referenced in the YAML should be included within the Docassemble package, such as:
54
+
55
+ - `name_change_instructions.pdf`
56
+ - `name_change_petition_adult.docx`
57
+ - `name_change_order_of_publication.docx`
58
+ - `name_change_order_filing_petition.docx`
59
+ - `name_change_order.docx`
60
+ - Civil and domestic case information templates from `docassemble.LAWVCommon`
61
+
62
+ ---
63
+
64
+ ## Running the Interview
65
+
66
+ After deployment, access the interview through your Docassemble server interface or direct interview URL.
67
+ The user will proceed through structured questions that populate the generated PDF packet.
68
+
69
+ ---
70
+
71
+ ## Logic Overview
72
+
73
+ The interview performs the following major steps:
74
+
75
+ 1. Residency check: County and state residency of at least one year
76
+ 2. Eligibility screen: Ensures no prohibited reasons for the name change
77
+ 3. Collect personal and birth information
78
+ 4. Collect desired new name
79
+ 5. Require a reason for the name change
80
+ 6. Optional identity protection request
81
+ 7. Optional ADA accommodations
82
+ 8. Determine court type: Family or Circuit
83
+ 9. Assign correct courthouse and nearest library
84
+ 10. Generate documents
85
+ 11. Package output
86
+ 12. Email documents (optional)
87
+
88
+ If the user is ineligible, the interview stops and displays a message encouraging them to seek legal assistance.
89
+
90
+ ---
91
+
92
+ ## Output
93
+
94
+ The interview generates a **Name Change Packet.zip** containing:
95
+
96
+ - PDFs of all required documents
97
+ - Filing instructions and address information
98
+
99
+ All personal information is purged upon exiting the interview.
100
+
101
+ ---
102
+
103
+ ## Contact
104
+
105
+ Created by **Dane W. Henry, Esq.** for **Legal Aid of West Virginia**.
106
+
107
+ General assistance: https://legalaidwv.org/
@@ -0,0 +1 @@
1
+ __version__ = '1.0.8'
@@ -0,0 +1,4 @@
1
+ # Sources directory
2
+
3
+ This directory is used to store word translation files,
4
+ machine learning training files, and other sources of data.
@@ -0,0 +1,4 @@
1
+ # Static file directory
2
+
3
+ If you want to make files available in the web app, put them in
4
+ this directory.
@@ -0,0 +1,3 @@
1
+ # Template directory
2
+
3
+ If you want to use templates for document assembly, put them in this directory.
@@ -0,0 +1,122 @@
1
+ Metadata-Version: 2.4
2
+ Name: docassemble.LAWVNameChange
3
+ Version: 1.0.8
4
+ Summary: A docassemble extension.
5
+ Home-page: https://docassemble.org
6
+ Author: Dane W. Henry, Esq.
7
+ Author-email: "Dane W. Henry, Esq." <dhenry@lawv.net>
8
+ License-Expression: MIT
9
+ Project-URL: Homepage, https://docassemble.org
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Dynamic: author
13
+ Dynamic: home-page
14
+ Dynamic: license-file
15
+
16
+ # Name Change Petition Interview
17
+
18
+ A **Docassemble** interview designed by **Legal Aid of West Virginia** to help self-represented litigants generate a complete **Name Change Packet**, including all required pleadings and filing instructions for West Virginia circuit or family courts.
19
+
20
+ This interview collects the user’s information, screens for eligibility, and produces a bundled PDF package containing:
21
+
22
+ - Name Change Instructions
23
+ - Civil Case Information Statement (Circuit or Family)
24
+ - Petition for Name Change
25
+ - Order Filing Petition
26
+ - Order of Publication
27
+ - Final Name Change Order
28
+
29
+ ---
30
+
31
+ ## Purpose
32
+
33
+ This tool assists individuals seeking an adult name change in West Virginia. It guides the user through the required legal questions, helps determine eligibility, and generates all necessary forms for filing with the appropriate county clerk.
34
+
35
+ ---
36
+
37
+ ## Features
38
+
39
+ ### User-Facing Features
40
+
41
+ - Residency and eligibility screening
42
+ - Guided data collection for current name, birth name, and desired new name
43
+ - Optional identity protection request
44
+ - Optional courtroom accommodation requests
45
+ - Automated courthouse and local library lookup based on address
46
+ - Step-by-step filing instructions
47
+ - Automatic PDF packet generation
48
+ - Optional email delivery of completed forms
49
+
50
+ ### Technical Features
51
+
52
+ - Uses **docassemble.LAWVCommon** for styling, validation, and shared components
53
+ - Geolocation and distance calculations via **geopy**
54
+ - Progressive disclosure for improved accessibility
55
+ - Automatic formatting of telephone numbers and state selections
56
+ - Dynamic PDF and DOCX generation through Docassemble templates
57
+ - Code-driven determination of filing court (Family or Circuit)
58
+ - Conditional logic for ineligibility endpoints
59
+
60
+ ---
61
+
62
+ ## File Information
63
+
64
+ This repository includes the Docassemble interview YAML file:
65
+
66
+ - `name_change.yml` — Main interview file controlling logic, questions, attachments, validations, and document output.
67
+
68
+ Associated templates referenced in the YAML should be included within the Docassemble package, such as:
69
+
70
+ - `name_change_instructions.pdf`
71
+ - `name_change_petition_adult.docx`
72
+ - `name_change_order_of_publication.docx`
73
+ - `name_change_order_filing_petition.docx`
74
+ - `name_change_order.docx`
75
+ - Civil and domestic case information templates from `docassemble.LAWVCommon`
76
+
77
+ ---
78
+
79
+ ## Running the Interview
80
+
81
+ After deployment, access the interview through your Docassemble server interface or direct interview URL.
82
+ The user will proceed through structured questions that populate the generated PDF packet.
83
+
84
+ ---
85
+
86
+ ## Logic Overview
87
+
88
+ The interview performs the following major steps:
89
+
90
+ 1. Residency check: County and state residency of at least one year
91
+ 2. Eligibility screen: Ensures no prohibited reasons for the name change
92
+ 3. Collect personal and birth information
93
+ 4. Collect desired new name
94
+ 5. Require a reason for the name change
95
+ 6. Optional identity protection request
96
+ 7. Optional ADA accommodations
97
+ 8. Determine court type: Family or Circuit
98
+ 9. Assign correct courthouse and nearest library
99
+ 10. Generate documents
100
+ 11. Package output
101
+ 12. Email documents (optional)
102
+
103
+ If the user is ineligible, the interview stops and displays a message encouraging them to seek legal assistance.
104
+
105
+ ---
106
+
107
+ ## Output
108
+
109
+ The interview generates a **Name Change Packet.zip** containing:
110
+
111
+ - PDFs of all required documents
112
+ - Filing instructions and address information
113
+
114
+ All personal information is purged upon exiting the interview.
115
+
116
+ ---
117
+
118
+ ## Contact
119
+
120
+ Created by **Dane W. Henry, Esq.** for **Legal Aid of West Virginia**.
121
+
122
+ General assistance: https://legalaidwv.org/
@@ -0,0 +1,20 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.md
4
+ pyproject.toml
5
+ setup.cfg
6
+ setup.py
7
+ docassemble.LAWVNameChange.egg-info/PKG-INFO
8
+ docassemble.LAWVNameChange.egg-info/SOURCES.txt
9
+ docassemble.LAWVNameChange.egg-info/dependency_links.txt
10
+ docassemble.LAWVNameChange.egg-info/not-zip-safe
11
+ docassemble.LAWVNameChange.egg-info/top_level.txt
12
+ docassemble/LAWVNameChange/__init__.py
13
+ docassemble/LAWVNameChange/data/sources/README.md
14
+ docassemble/LAWVNameChange/data/static/README.md
15
+ docassemble/LAWVNameChange/data/templates/README.md
16
+ docassemble/LAWVNameChange/data/templates/name_change_instructions.pdf
17
+ docassemble/LAWVNameChange/data/templates/name_change_order.docx
18
+ docassemble/LAWVNameChange/data/templates/name_change_order_filing_petition.docx
19
+ docassemble/LAWVNameChange/data/templates/name_change_order_of_publication.docx
20
+ docassemble/LAWVNameChange/data/templates/name_change_petition_adult.docx
@@ -0,0 +1,27 @@
1
+ [build-system]
2
+ requires = [
3
+ "setuptools==80.9.0",
4
+ ]
5
+ build-backend = "setuptools.build_meta"
6
+
7
+ [project]
8
+ name = "docassemble.LAWVNameChange"
9
+ version = "1.0.8"
10
+ description = "A docassemble extension."
11
+ readme = "README.md"
12
+ authors = [
13
+ { name = "Dane W. Henry, Esq.", email = "dhenry@lawv.net" },
14
+ ]
15
+ dependencies = []
16
+ license = "MIT"
17
+ license-files = [
18
+ "LICENSE",
19
+ ]
20
+
21
+ [project.urls]
22
+ Homepage = "https://docassemble.org"
23
+
24
+ [tool.setuptools.packages.find]
25
+ where = [
26
+ ".",
27
+ ]
@@ -0,0 +1,7 @@
1
+ [metadata]
2
+ long_description = file: README.md
3
+
4
+ [egg_info]
5
+ tag_build =
6
+ tag_date = 0
7
+
@@ -0,0 +1,59 @@
1
+ import os
2
+ import sys
3
+ from setuptools import setup, find_namespace_packages
4
+ from fnmatch import fnmatchcase
5
+ from distutils.util import convert_path
6
+
7
+ standard_exclude = ('*.pyc', '*~', '.*', '*.bak', '*.swp*')
8
+ standard_exclude_directories = ('.*', 'CVS', '_darcs', './build', './dist', 'EGG-INFO', '*.egg-info')
9
+
10
+ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_directories=standard_exclude_directories):
11
+ out = {}
12
+ stack = [(convert_path(where), '', package)]
13
+ while stack:
14
+ where, prefix, package = stack.pop(0)
15
+ for name in os.listdir(where):
16
+ fn = os.path.join(where, name)
17
+ if os.path.isdir(fn):
18
+ bad_name = False
19
+ for pattern in exclude_directories:
20
+ if (fnmatchcase(name, pattern)
21
+ or fn.lower() == pattern.lower()):
22
+ bad_name = True
23
+ break
24
+ if bad_name:
25
+ continue
26
+ if os.path.isfile(os.path.join(fn, '__init__.py')):
27
+ if not package:
28
+ new_package = name
29
+ else:
30
+ new_package = package + '.' + name
31
+ stack.append((fn, '', new_package))
32
+ else:
33
+ stack.append((fn, prefix + name + '/', package))
34
+ else:
35
+ bad_name = False
36
+ for pattern in exclude:
37
+ if (fnmatchcase(name, pattern)
38
+ or fn.lower() == pattern.lower()):
39
+ bad_name = True
40
+ break
41
+ if bad_name:
42
+ continue
43
+ out.setdefault(package, []).append(prefix+name)
44
+ return out
45
+
46
+ setup(name='docassemble.LAWVNameChange',
47
+ version='1.0.8',
48
+ description=('A docassemble extension.'),
49
+ long_description='# Name Change Petition Interview\r\n\r\nA **Docassemble** interview designed by **Legal Aid of West Virginia** to help self-represented litigants generate a complete **Name Change Packet**, including all required pleadings and filing instructions for West Virginia circuit or family courts.\r\n\r\nThis interview collects the user’s information, screens for eligibility, and produces a bundled PDF package containing:\r\n\r\n- Name Change Instructions \r\n- Civil Case Information Statement (Circuit or Family) \r\n- Petition for Name Change \r\n- Order Filing Petition \r\n- Order of Publication \r\n- Final Name Change Order \r\n\r\n---\r\n\r\n## Purpose\r\n\r\nThis tool assists individuals seeking an adult name change in West Virginia. It guides the user through the required legal questions, helps determine eligibility, and generates all necessary forms for filing with the appropriate county clerk.\r\n\r\n---\r\n\r\n## Features\r\n\r\n### User-Facing Features\r\n\r\n- Residency and eligibility screening \r\n- Guided data collection for current name, birth name, and desired new name \r\n- Optional identity protection request \r\n- Optional courtroom accommodation requests \r\n- Automated courthouse and local library lookup based on address \r\n- Step-by-step filing instructions \r\n- Automatic PDF packet generation \r\n- Optional email delivery of completed forms \r\n\r\n### Technical Features\r\n\r\n- Uses **docassemble.LAWVCommon** for styling, validation, and shared components \r\n- Geolocation and distance calculations via **geopy** \r\n- Progressive disclosure for improved accessibility \r\n- Automatic formatting of telephone numbers and state selections \r\n- Dynamic PDF and DOCX generation through Docassemble templates \r\n- Code-driven determination of filing court (Family or Circuit) \r\n- Conditional logic for ineligibility endpoints \r\n\r\n---\r\n\r\n## File Information\r\n\r\nThis repository includes the Docassemble interview YAML file:\r\n\r\n- `name_change.yml` — Main interview file controlling logic, questions, attachments, validations, and document output.\r\n\r\nAssociated templates referenced in the YAML should be included within the Docassemble package, such as:\r\n\r\n- `name_change_instructions.pdf` \r\n- `name_change_petition_adult.docx` \r\n- `name_change_order_of_publication.docx` \r\n- `name_change_order_filing_petition.docx` \r\n- `name_change_order.docx` \r\n- Civil and domestic case information templates from `docassemble.LAWVCommon` \r\n\r\n---\r\n\r\n## Running the Interview\r\n\r\nAfter deployment, access the interview through your Docassemble server interface or direct interview URL. \r\nThe user will proceed through structured questions that populate the generated PDF packet.\r\n\r\n---\r\n\r\n## Logic Overview\r\n\r\nThe interview performs the following major steps:\r\n\r\n1. Residency check: County and state residency of at least one year \r\n2. Eligibility screen: Ensures no prohibited reasons for the name change \r\n3. Collect personal and birth information \r\n4. Collect desired new name \r\n5. Require a reason for the name change \r\n6. Optional identity protection request \r\n7. Optional ADA accommodations \r\n8. Determine court type: Family or Circuit \r\n9. Assign correct courthouse and nearest library \r\n10. Generate documents \r\n11. Package output \r\n12. Email documents (optional) \r\n\r\nIf the user is ineligible, the interview stops and displays a message encouraging them to seek legal assistance.\r\n\r\n---\r\n\r\n## Output\r\n\r\nThe interview generates a **Name Change Packet.zip** containing:\r\n\r\n- PDFs of all required documents \r\n- Filing instructions and address information \r\n\r\nAll personal information is purged upon exiting the interview.\r\n\r\n---\r\n\r\n## Contact\r\n\r\nCreated by **Dane W. Henry, Esq.** for **Legal Aid of West Virginia**. \r\n\r\nGeneral assistance: https://legalaidwv.org/',
50
+ long_description_content_type='text/markdown',
51
+ author='Dane W. Henry, Esq.',
52
+ author_email='dhenry@lawv.net',
53
+ license='MIT',
54
+ url='https://docassemble.org',
55
+ packages=find_namespace_packages(),
56
+ install_requires=[],
57
+ zip_safe=False,
58
+ package_data=find_package_data(where='docassemble/LAWVNameChange/', package='docassemble.LAWVNameChange'),
59
+ )