Skip to main content

A package to create, publish, and download research datasets

Project description

fair-software.nl recommendations

Badges

1. Code repository

GitHub Badge

2. License

License Badge

3. Community Registry

PyPI Badge

4. Enable Citation

Zenodo Badge

Other best practices

Continuous integration

Python Build Python Publish

Documentation

Documentation Status

fairly

A package to create, publish and clone research datasets.

License: MIT

Installation

fairly requires Python 3.8 or later, and ruamel.yaml version 0.17.26 or later. It can be installed directly using pip.

pip install fairly

Installing from source

  1. Clone or download the source code:

    git clone https://github.com/ITC-CRIB/fairly.git
  2. Go to the root directory:

    cd fairly/
  3. Compile and install using pip:

    pip install .

Usage

Basic example to create a local research dataset and deposit it to a repository:

import fairly

# Initialize a local dataset
dataset = fairly.init_dataset('/path/dataset')

# Set metadata
dataset.metadata['license'] = 'MIT'
dataset.set_metadata(
    title='My dataset',
    keywords=['FAIR', 'research', 'data'],
    authors=[
        '0000-0002-0156-185X',
        {'name': 'John', 'surname': 'Doe'}
    ]
)

# Add data files
dataset.includes.extend([
    'README.txt',
    '*.csv',
    'train/*.jpg'
])

# Save dataset
dataset.save()

# Upload to a data repository
remote_dataset = dataset.upload('zenodo')

Basic example to access a remote dataset and store it locally:

import fairly

# Open a remote dataset
dataset = fairly.dataset('doi:10.4121/21588096.v1')

# Get dataset information
dataset.id
>>> {'id': '21588096', 'version': '1'}

dataset.url
>>> 'https://data.4tu.nl/articles/dataset/.../21588096/1'

dataset.size
>>> 33339

len(dataset.files)
>>> 6

dataset.metadata
>>> Metadata({'keywords': ['Earthquakes', 'precursor', ...], ...})

# Update metadata
dataset.metadata['keywords'] = ['Landslides', 'precursor']
dataset.save_metadata()

# Store dataset to a local directory (i.e. clone dataset)
local_dataset = dataset.store('/path/dataset')

Currently, the package supports the following research data management platforms:

All research data repositories based on the listed platforms are supported.

For more details and examples, consult the package documentation.

Testing

Unit tests can be run by using pytest command in the root directory.

Contributions

Read the guidelines to know how you can be part of this open source project.

JupyterLab Extension

An extension for JupyerLab is being developed in a different repository.

Citation

Please cite this software using as follows:

Girgin, S., Garcia Alvarez, M., & Urra Llanusa, J., fairly: a package to create, publish and clone research datasets [Computer software]

Acknowledgements

This research is funded by the Dutch Research Council (NWO) Open Science Fund, File No. 203.001.114.

Project members:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fairly-1.0.1.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fairly-1.0.1-py3-none-any.whl (246.3 kB view details)

Uploaded Python 3

File details

Details for the file fairly-1.0.1.tar.gz.

File metadata

  • Download URL: fairly-1.0.1.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for fairly-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d93b187f72215a059774134fcf862d51f9f5da687e8f058d208c1d87aa330e05
MD5 0e623c8eedef091650cca865aaa2ac4e
BLAKE2b-256 88ff80fd1046a8ed3fd2cdfdee42ea427e29cdc8ed5fb361b37c59f486824b53

See more details on using hashes here.

File details

Details for the file fairly-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: fairly-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 246.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for fairly-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 242787daaa5c95842823dfdbdf2243ef1e86a15eec343b89e5e36d8a0f220de6
MD5 c2a53acd14dd940cc8df62f2ed3bf42a
BLAKE2b-256 a31bbaf1aacd625ee121594879cdc995fcc9c090b4b79e5ae247746bd9695798

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page