https://github.com/suffolklitlab/docassemble-efspintegration
EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://github.com/suffolklitlab/docassemble-efspintegration
a2j access-to-justice courts docassemble document-assembly-line e-filing
Last synced: 5 months ago
JSON representation
EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
- Host: GitHub
- URL: https://github.com/suffolklitlab/docassemble-efspintegration
- Owner: SuffolkLITLab
- License: mit
- Created: 2021-01-29T22:57:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T15:46:49.000Z (5 months ago)
- Last Synced: 2026-01-14T19:13:52.072Z (5 months ago)
- Topics: a2j, access-to-justice, courts, docassemble, document-assembly-line, e-filing
- Language: Python
- Homepage: https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
- Size: 712 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# docassemble-EFSPIntegration
[](https://badge.fury.io/py/docassemble.EFSPIntegration)
A docassemble extension that talks to [a proxy e-filing server](https://github.com/SuffolkLITLab/EfileProxyServer/) easily within a docassemble interview.
Main interviews of import:
* any_filing_interview.yml: allows you to make any type of filing, initial or subsequent
* admin_interview.yml: lets you handle admin / user functionality, outside of the context of cases and filings
## Config
Different parts of this package expect the below to be present in Docassemble's
config.
```yaml
efile proxy:
# The URL where the Efile Proxy Server is running
url: https:...
# The Proxy Server's API Key (should be provided to you by the sever admins)
api key: ...
# If you're given an EFSP global fee waiver ID for your jurisdiction, put it here
global waivers:
illinois: ...
massachusetts: ...
```
## Authors
Quinten Steenhuis (qsteenhuis@suffolk.edu)
Bryce Willey (bwilley@suffolk.edu)