frictionlessdata / datapackage-py

A Python library for working with Data Packages.
https://frictionlessdata.io
MIT License
191 stars 43 forks source link

Move package.base_path to the main API #216

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi Hoping to use package's base_path property to make it easier to find, say, a README.md in uploaded datapackage in datapackager.. I note though that the property mentions its use is deprecated? Any chance this warning was meant just for default_base_path? Just want to make sure I'm using the right reference. Thanks in advance.

roll commented 6 years ago

@mattRedBox It was deprecated as a part of API simplification.

Because there is a clear use case (https://github.com/frictionlessdata/ckanext-datapackager/issues/60) let's move it to the main API.

Anyway, you can safely use it while it exists in actual API and we have this issue. Or PR if you'd like

roll commented 6 years ago

Fixed by #217


Release is blocked by https://github.com/frictionlessdata/specs/issues/616