{"id":18614103,"url":"https://github.com/enthought/sandia-data-archive","last_synced_at":"2025-10-27T15:13:27.975Z","repository":{"id":57464954,"uuid":"100643578","full_name":"enthought/sandia-data-archive","owner":"enthought","description":"Default Repo description from terraform module","archived":false,"fork":false,"pushed_at":"2018-02-07T14:54:50.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-17T01:11:13.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enthought.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-17T20:41:44.000Z","updated_at":"2021-06-01T20:00:07.000Z","dependencies_parsed_at":"2022-08-31T03:12:02.880Z","dependency_job_id":null,"html_url":"https://github.com/enthought/sandia-data-archive","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/enthought/sandia-data-archive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsandia-data-archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsandia-data-archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsandia-data-archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsandia-data-archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enthought","download_url":"https://codeload.github.com/enthought/sandia-data-archive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsandia-data-archive/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265883685,"owners_count":23843796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T03:25:12.489Z","updated_at":"2025-10-27T15:13:22.937Z","avatar_url":"https://github.com/enthought.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"sandia-data-archive\n===================\n\nTools for reading, writing, altering, and inspecting Sandia Data Archive (SDA)\nfiles.\n\n.. image:: https://api.travis-ci.org/enthought/sandia-data-archive.png?branch=master\n   :target: https://travis-ci.org/enthought/sandia-data-archive\n   :alt: Build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/fbg3ut4bggrevalf/branch/master?svg=true\n   :target: https://ci.appveyor.com/project/EnthoughtOSS/sandia-data-archive\n   :alt: Build status (Windows)\n\n.. image:: https://coveralls.io/repos/github/enthought/sandia-data-archive/badge.svg?branch=master\n   :target: https://coveralls.io/github/enthought/sandia-data-archive?branch=master\n   :alt: Coverage status\n\n\nInstallation\n------------\n\nThe source is hosted on GitHub at\nhttps://github.com/SMASHtoolbox/SDAlibrary under the ``python`` directory.\nReleases are available on the `Python package index\n\u003chttps://pypi.python.org/pypi/sdafile\u003e`_. The package can be installed via pip:\n``pip install sdafile``.\n\n\nInstallation from source\n------------------------\n\nAfter downloading the source from GitHub, issue the following command from the\ncommand line within the ``python`` directory::\n\n    python setup.py install\n\nTo install the package in development mode, instead issue the command::\n\n    python setup.py develop\n\n\nReleasing to PyPI\n-----------------\n\nTo make a new release of the package, following these steps.\n\nUpdate Version\n~~~~~~~~~~~~~~\n\nEdit the file ``sdafile/version.py`` to update the ``dev`` flag on the version\nnumber. For releases, ``dev`` should be ``False``.\n\nOnce ``sdafile/version.py`` is edited, upload it to the ``master`` branch on\nGitHub.\n\nRelease on GitHub (optional)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTo help track the history of the package, `release the package on GitHub\n\u003chttps://help.github.com/articles/creating-releases/\u003e`_.\n\nUpload to PyPI\n~~~~~~~~~~~~~~\n\nPackage maintainers can make project releases to PyPI by running the command ::\n\n    python setup.py sdist upload -r pypi\n\nThe PyPI upload system is described more completely `here\n\u003chttp://peterdowns.com/posts/first-time-with-pypi.html\u003e`_.\n\nUpdate Version (Again)\n~~~~~~~~~~~~~~~~~~~~~~\n\nNow update the project version number. The version should get a new minor\nversion bump. Be sure to follow `semantic versioning practices\n\u003chttps://semver.org/\u003e`_. For non-releases, the ``dev`` flag should be ``True``.\nAgain, upload the file to the ``master`` branch on GitHub.\n\n\nBuilding Documentation\n-----------------------\n\nTo build documentation, you'll need a python environment with ``sphinx`` and\n``sphinxcontrib-napoleon`` installed. (Both are available via pip.) To build\nPDF documentation, you'll also need LaTeX on your machine. \n\nDocumentation is found in the ``docs`` subdirectory. In that directory, you can\nrun ``make help`` to view all the build targets and instructions for building\nthem. Built documentation appears in the ``_build`` subdirectory.\n\n\nDependencies\n------------\n\n- `H5Py \u003chttp://www.h5py.org\u003e`_\n- `NumPy \u003chttp://www.numpy.org\u003e`_\n- `SciPy \u003chttp://www.scipy.org\u003e`_\n- `Pandas \u003chttp://pandas.pydata.org\u003e`_\n\n\nLicense\n-------\n`BSD3 \u003cLICENSE\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fsandia-data-archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenthought%2Fsandia-data-archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fsandia-data-archive/lists"}