-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update setup.py to read long description from .github/assets/pypi_des…
…c.md
- Loading branch information
Kamil Rybacki
committed
Jul 3, 2024
1 parent
c99eb51
commit 9665266
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Phaistos | ||
|
||
The main goal of this project is to provide flexibility and utility in defining data models using YAML manifests, | ||
to enforce data validation of objects such as ETL pipeline payloads, API requests and responses, configurations and more. | ||
|
||
These definitions are to be kept as easily versionable and maintainable files, which can be easily read and understood by | ||
both developers and non-developers alike. | ||
|
||
The main features of Phaistos are: | ||
|
||
* Define data models using YAML manifests for easy readability, versioning and maintainability | ||
* Add custom validators to data fields that are automatically injected into Pydantic models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters