Metadata-Version: 2.4
Name: yousign3
Version: 0.0.3
Summary: a complete and safe use of YouSign V3 API
License: ISC
License-File: LICENSE
Author: rwsalie
Author-email: rwsalie@iscarioth.org
Requires-Python: >=3.10
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pydantic[email] (>=2.11.7,<3.0.0)
Description-Content-Type: text/markdown

# Yousign3

Yousign3, **aim** to be a safe and complete YouSign Python Client.

Dependencies:
- Why Pydantic?
- - Make Dataclass serializable
- - Give a Strict-typed environment.

## What Yousign3 can do:

Currently, I focus to make **Electronic Signature** functionalities usable with less efforts.

### Electronic Signatures (REST)
|  | Create | Delete | Update| Fetch | 
|--|--|--|--|--|
| Document |✅|✅ |❌|❌ |
| Labels | ❌ |❌| ❌|❌
| Fields | ✅ | ❌| ❌ | ❌
| Signatures | ✅ | ✅| ❌| ❌
| Signers | ✅ | ✅| ❌| ❌


## Todo (in the future):
Other resources
Electronic Seal
Document and identity verification


