signac

2.2.0last stable release 1 year ago
Complexity Score
Medium
Open Issues
N/A
Dependent Projects
4
Weekly Downloadsglobal
1,658

Downloads

Readme

signac - simple data management

The signac framework helps users manage and scale file-based workflows, facilitating data reuse, sharing, and reproducibility.

It provides a simple and robust data model to create a well-defined indexable storage layout for data and metadata. This makes it easier to operate on large data spaces, streamlines post-processing and analysis and makes data collectively accessible.

Resources

  • Framework documentation: Examples, tutorials, topic guides, and package Python APIs.
  • Package documentation: API reference for the signac package.
  • Discussion board: Ask the signac user community for help.
  • Slack workspace: Chat about signac.
  • signac website: Framework overview and news.

Installation

The recommended installation method for signac is through conda or pip. The software is tested for Python 3.8+ and is built for all major platforms.

To install signac via the conda-forge channel, execute:

conda install -c conda-forge signac

To install signac via pip, execute:

pip install signac

Detailed information about alternative installation methods can be found in the documentation.

Quickstart

The framework facilitates a project-based workflow. Set up a new project:

$ mkdir my_project
$ cd my_project
$ signac init

and access the project handle:

>>> project = signac.get_project()

Testing

You can test this package by executing:

$ python -m pytest tests/

Acknowledgment

When using signac as part of your work towards a publication, we would really appreciate that you acknowledge signac appropriately. We have prepared examples on how to do that here. Thank you very much!

The signac framework is a NumFOCUS Affiliated Project.

Dependencies

CVE IssuesActive
0
Scorecards Score
4.50
Test Coverage
No Data
Follows Semver
No
Github Stars
132
Dependenciestotal
5
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data

Learn how to distribute signac in your own private PyPI registry

pip install signac
Processing...
Done

34 Releases

PyPI on Cloudsmith

Getting started with PyPI on Cloudsmith is fast and easy.