signac Logo
latest
  • Go to Framework Documentation
  • Installation
    • Install with conda
    • Install with pip
    • Source Code Installation
    • Optional dependencies
  • Command Line Interface
    • CLI Overview
    • clone
    • config
    • diff
    • document
    • export
    • find
    • import
    • index
    • init
    • job
    • move
    • project
    • rm
    • schema
    • shell
    • statepoint
    • sync
    • update-cache
    • view
  • API Reference
    • The Project
    • The JobsCursor class
    • The Job class
    • The Collection
    • The JSONDict
    • The H5Store
    • The H5StoreManager
    • Top-level functions
    • Submodules
      • signac.cite module
      • signac.sync module
      • signac.warnings module
      • signac.errors module
    • synced_collections package
      • Data Types
        • synced_collections.synced_collection module
        • synced_collections.synced_dict module
        • synced_collections.synced_list module
      • Backends
        • synced_collections.backends.collection_json module
        • synced_collections.backends.collection_mongodb module
        • synced_collections.backends.collection_redis module
        • synced_collections.backends.collection_zarr module
      • Buffers
        • synced_collections.buffers.buffered_collection module
        • synced_collections.buffers.file_buffered_collection module
        • synced_collections.buffers.serialized_file_buffered_collection module
        • synced_collections.buffers.memory_buffered_collection module
      • Miscellaneous Modules
        • synced_collections.utils module
        • synced_collections.validators module
  • Changelog
    • Version 1
      • [1.8.0] – 2021-xx-xx
        • Added
        • Changed
        • Deprecated
        • Fixed
        • Removed
      • [1.7.0] – 2021-06-08
        • Added
        • Changed
        • Deprecated
        • Fixed
      • [1.6.0] – 2021-01-24
        • Added
        • Changed
        • Deprecated
        • Fixed
      • [1.5.1] – 2020-12-19
        • Added
        • Changed
      • [1.5.0] – 2020-09-20
        • Added
        • Changed
        • Fixed
        • Deprecated
        • Removed
      • [1.4.0] – 2020-02-28
        • Added
        • Changed
        • Fixed
        • Removed
      • [1.3.0] – 2019-12-20
        • Added
        • Changed
        • Fixed
        • Deprecated
        • Removed
      • [1.2.0] – 2019-07-22
        • Added
        • Fixed
        • Deprecated
      • [1.1.0] – 2019-05-19
        • Added
        • Fixed
        • Removed
      • [1.0.0] – 2019-02-28
        • Added
        • Changed
        • Fixed
        • Removed
    • Version 0.9
      • [0.9.5] – 2019-01-31
        • Fixed
      • [0.9.4] – 2018-10-24
        • Added
        • Changed
        • Fixed
      • [0.9.3] – 2018-06-14
        • Added
        • Fixed
      • [0.9.2] – 2017-12-18
        • Added
        • Changed
        • Fixed
      • [0.9.1] – 2017-11-07
        • Fixed
      • [0.9.0] – 2017-10-28
        • Added
        • Changed
    • Version 0.8
      • [0.8.7] – 2017-10-05
        • Fixed
      • [0.8.6] – 2017-08-25
        • Fixed
      • [0.8.5] – 2017-06-07
        • Changed
        • Fixed
      • [0.8.4] – 2017-05-19
        • Added
        • Changed
      • [0.8.3] – 2017-05-10
        • Changed
        • Fixed
      • [0.8.2] – 2017-04-19
        • Fixed
      • [0.8.1] – 2017-04-17
        • Fixed
      • [0.8.0] – 2017-04-16
        • Added
        • Changed (breaking API)
        • Changed (non-breaking)
        • Deprecated
        • Fixed
    • Version 0.7
      • [0.7.1] – 2017-01-09
        • Added
        • Changed
        • Fixed
      • [0.7.0] – 2017-01-04
        • Added
        • Changed
        • Fixed
        • Removed
    • Version 0.6
      • [0.6.2] – 2017-12-15
        • Added
        • Removed
      • [0.6.1] – 2017-11-26
        • Changed
        • Fixed
      • [0.6.0] – 2016-11-18
        • Added
        • Changed
        • Removed
        • Fixed
    • Version 0.5
      • [0.5.0] – 2016-08-31
        • Added
        • Changed
    • Version 0.4
      • [0.4.0] – 2016-08-05
        • Added
        • Changed
        • Removed
    • Version 0.3
      • [0.3.0] – 2016-06-23
        • Added
        • Changed
    • Version 0.2
      • [0.2.9] – 2016-06-06
        • Added
        • Changed
        • Fixed
        • Deprecated
      • [0.2.8] – 2016-04-18
        • Added
        • Changed
      • [0.2.7] – 2016-02-29
        • Added
        • Changed
      • [0.2.6] – 2016-02-20
        • Added
        • Changed
        • Fixed
      • [0.2.5] – 2016-02-10
        • Added
        • Changed
        • Deprecated
        • Fixed
      • [0.2.4] – 2016-01-11
        • Added
        • Changed
        • Fixed
      • [0.2.3] – 2015-12-09
        • Fixed
      • [0.2.2] – 2015-11-30
        • Fixed
      • [0.2.1] – 2015-11-29
        • Added
      • [0.2.0] – 2015-11-05
  • Support and Development
    • Code contributions
      • Set up a development environment
      • The development workflow
      • Testing
      • Benchmarking
      • Building documentation
      • Updating the changelog
signac
  • »
  • Signac (core) package documentation
  • Edit on GitHub

Signac (core) package documentation¶

Note

This is documentation for the signac core package, which is part of the signac framework. See here for a comprehensive introduction to the signac framework.

Contents¶

  • Installation
    • Install with conda
    • Install with pip
    • Source Code Installation
    • Optional dependencies
  • Command Line Interface
    • CLI Overview
    • clone
    • config
    • diff
    • document
    • export
    • find
    • import
    • index
    • init
    • job
    • move
    • project
    • rm
    • schema
    • shell
    • statepoint
    • sync
    • update-cache
    • view
  • API Reference
    • The Project
    • The JobsCursor class
    • The Job class
    • The Collection
    • The JSONDict
    • The H5Store
    • The H5StoreManager
    • Top-level functions
    • Submodules
    • synced_collections package
  • Changelog
    • Version 1
    • Version 0.9
    • Version 0.8
    • Version 0.7
    • Version 0.6
    • Version 0.5
    • Version 0.4
    • Version 0.3
    • Version 0.2
  • Support and Development
    • Code contributions

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next

© Copyright The Regents of the University of Michigan. Revision bd8ad049.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
1.7.0
v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.9.5
v0.8.7
v0.7.1
v0.6.2
v0.5.0
v0.4.0
v0.3.0
numpy_docs
next
Downloads
On Read the Docs
Project Home
Builds