https://github.com/transientlunatic/pyscidata
Handling science data is a bore; there's no standardised way of retrieving or storing most forms of data, and there are dozens of ways of loading it into Python. This is an attempt to improve this situation slightly, by producing hand-curated scripts to download data, and turn it into a format suitable for processing in Python.
https://github.com/transientlunatic/pyscidata
Last synced: 2 months ago
JSON representation
Handling science data is a bore; there's no standardised way of retrieving or storing most forms of data, and there are dozens of ways of loading it into Python. This is an attempt to improve this situation slightly, by producing hand-curated scripts to download data, and turn it into a format suitable for processing in Python.
- Host: GitHub
- URL: https://github.com/transientlunatic/pyscidata
- Owner: transientlunatic
- License: bsd-3-clause
- Created: 2014-06-24T16:10:24.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-12-02T21:38:18.000Z (over 9 years ago)
- Last Synced: 2025-01-19T21:39:29.015Z (4 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
Python Data Loaders
===============================.. image:: https://badge.fury.io/py/pyscidata.png
:target: http://badge.fury.io/py/pyscidata
.. image:: https://travis-ci.org/transientlunatic/pyscidata.png?branch=master
:target: https://travis-ci.org/transientlunatic/pyscidata.. image:: https://pypip.in/d/pyscidata/badge.png
:target: https://pypi.python.org/pypi/pyscidataPython Boilerplate contains all the boilerplate you need to create a Python package.
* Free software: BSD license
* Documentation: http://pyscidata.readthedocs.org.Features
--------* TODO