Simple file data management database.
Project description
signac - simple data management
About
The signac framework aids in the management of large and heterogeneous data spaces.
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.
The package documentation is available at: https://signac.readthedocs.io
The framework documentation is available at: https://signac-docs.readthedocs.io
Installation
The recommendend installation method for signac is through conda or pip. The software is tested for python versions 2.7.x and 3.x 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. Setup a new project:
$ mkdir my_project
$ cd my_project
$ signac init MyProject
and access the project handle:
>>> project = signac.get_project()
Documentation
The documentation for this package is hosted at https://signac.readthedocs.io. We further invite you to check out the framework documentation, which provides a more comprehensive overview over all components of the framework.
Testing
You can test this package either by executing
$ python -m unittest discover tests/
within the repository root directory or with tox.
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file signac-0.9.3-py2.py3-none-any.whl
.
File metadata
- Download URL: signac-0.9.3-py2.py3-none-any.whl
- Upload date:
- Size: 147.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc9e80fc03f367b62fcb80744ff1b3cbe28fb2e787fd0495796f30b92fdaa277 |
|
MD5 | 7759553d4b36fdaa82bb87916b2b4abf |
|
BLAKE2b-256 | b49d73932046eae7ea2de0bb9609f0f64f63dc1c8ef5f15cc8f584f42ece71ee |