Initial release with basic functionality for dataset download.
Main classes and methods added:
- `Client`: Allows interaction with API services
- `get(code :str)`: Gets a `Dataset` object with which to download the information.
- `get_datasets()`: Gets a list of the datasets.
- `Dataset`: Allows to obtain the dataset's information and download its content.
- `to_pandas()`: Download the dataset's content as a `Pandas` `DataFrame`.
- `to_geopandas()`: Download the dataset's content as a `GeoPandas` `GeoDataFrame`.
- `metadata`: Gets the object's information.
- `version`: Gets the object's version
- `Version`: Class with the object's version.
- `File`: Class with the information associated with a File.