Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Dec 17, 2023
1 parent ffb087c commit ca84453
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Prepare environment
run: pip3 install hatch
- name: Build docs
run: hatch run docs
run: hatch run build
- name: Publush to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@
[![Release](https://img.shields.io/pypi/v/dplib-py.svg)](https://pypi.python.org/pypi/dplib-py)

Python implementation of the Data Package standard and various tools for working with data

## Purpose

The Data Package Library is a lightweight Data Package Standard implementation in Python providing Pydantic data models and various metadata converters. At the moment, the main purpose of this library is to be used as an underlying component of Data Package based integrations.

## Documentation

Please visit the documentation portal:

- https://frictionlessdata.github.io/dplib-py/

0 comments on commit ca84453

Please sign in to comment.