@@ -11,24 +11,24 @@ specification](https://datapackage.org/standard/data-package/).
1111
1212## Why use it?
1313
14- [ Frictionless Data] ( https://frictionlessdata.io ) , who initially
15- started and developed the Data Package specification, has several tools
16- (listed on the [ Frictionless] ( https://frictionlessdata.io/universe/ ) and
17- [ Data Package] ( https://datapackage.org/overview/software/ ) websites) for
14+ [ Frictionless Data] ( https://frictionlessdata.io ) , who initially started
15+ and developed the Data Package specification, has several tools (listed
16+ on the [ Frictionless] ( https://frictionlessdata.io/universe/ ) and [ Data
17+ Package] ( https://datapackage.org/overview/software/ ) websites) for
1818working with Data Packages, including a Python package called
1919[ ` frictionless ` ] ( https://pypi.org/project/frictionless/ ) . However, the
2020` frictionless ` package is a large package that does many things, and it
2121can be difficult to navigate the documentation and interface to find and
2222use the specific functionality you need. It also still implements Data
2323Package version 1, while the latest is version 2.
2424
25- Since we found ourselves missing a tool we needed for our project, the
26- [ Seedcase Project] ( https://github.com/seedcase-project ) , we decided to
27- build this package. We wanted a small, well-designed, and easy-to-use
28- package that only checks the compliance of a Data Package against the
29- current standard. We designed it for future CLI support, for instance
30- using it in a [ pre-commit] ( https://pre-commit.com/ ) hook or in CI
31- pipelines like [ GitHub Actions] ( https://docs.github.com/en/actions ) .
25+ Since we found ourselves missing a tool we needed for our [ Seedcase
26+ Project] ( https://github.com/seedcase-project ) , we decided to build this
27+ package. We wanted a small, well-designed, and easy-to-use package that
28+ only checks the compliance of a Data Package against the current
29+ standard. We designed it for future CLI support, for instance using it
30+ in a [ pre-commit] ( https://pre-commit.com/ ) hook or in CI pipelines like
31+ [ GitHub Actions] ( https://docs.github.com/en/actions ) .
3232
3333## Learning more
3434
0 commit comments