csc-recorder
Python wrapper for CSC Recorder.
pip install csc-recorder
Usuage
from csc_recorder.CSCRecorder import CSCRecorder
client = CSCRecorder('host', 'username', 'password')
# Sending a package
data, response = client.send_package('1234_TEST', '48201', 'Default Office', {'document_name': 'test', 'document_type': 'Deed'}, 'paperfulfillment', True)
The first three params are required:
- client_package_id
- fips
- assigned_office
The dictionary in the params supports the below attributes, they're not required:
- document_name
- document_type
- send_to_county
- send_to_state
- grantee_first_name
- grantee_last_name
- grantee_middle_name
- grantee_suffix
- grantee_title
- grantor_first_name
- grantor_first_name
- grantor_last_name
- grantor_middle_name
- grantor_suffix
- grantor_title
- consideration_amount
- original_recording_date
- original_instrument_no
- original_deed_book
- original_deed_page
- assesors_parcel_id
- date_of_note
- amount_of_note
- property_street_address_1
- property_city
- property_state
- property_zip
- requesting_name
- return_name
- return_company
- return_street_address_1
- return_city
- return_state
- return_zip
- requesting_company
- requesting_address_1
- requesting_city
- requesting_state
- requesting_zip
- doc_image **(NOTE: base64 PDF's)
The last 2 params are optional as well.
- service_type, defaults to None, but currently you can also add 'paperfulillment'
- no_document, defaults to False, but you can make the package send 0 document attributes by marking True
Release files for csc-recorder 1.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| csc_recorder-1.4.1.tar.gz | 7.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| csc_recorder-1.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.6 kB
Release files / csc_recorder-1.4.1.tar.gz
| Download URL | csc_recorder-1.4.1.tar.gz |
|---|---|
| Size | 7.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
640e0ec4219b572a93e92706254f1aa42fabd5ac295128b861b24ed213eac83b
|
|
BLAKE2b-256 checksum How to use checksums |
3cf564be558546fafd9e682c912553628ec21211afd337bef6222c68a757745a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.8.15 Darwin/21.6.0
|
Release files / csc_recorder-1.4.1-py3-none-any.whl
| Download URL | csc_recorder-1.4.1-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f59a9729e9aa4848fe708afb348cbe6e1e98af985698fac5a4eaee9aa95604c9
|
|
BLAKE2b-256 checksum How to use checksums |
ff73e64567cc8f70734ed7f8946935485cd2c4b6f4f982df8d4208e87e7809a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.8.15 Darwin/21.6.0
|