Metadata-Version: 2.1
Name: opendiamond-scope
Version: 10.1.3
Summary: OpenDiamond scope manipulation library and tools
Home-page: https://diamond.cs.cmu.edu
License: EPL-1.0
Author: Carnegie Mellon University
Author-email: diamond@cs.cmu.edu
Requires-Python: >=3.6.1,<4.0
Classifier: License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: M2Crypto (>=0.21.1)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: click-plugins (>=1.1.1,<2.0.0)
Requires-Dist: python-dateutil (>=1.5)
Description-Content-Type: text/markdown

# Opendiamond-scope

Library and tools for manipulating OpenDiamond search scopes.


# Building from source

Build depends on SWIG and OpenSSL to build the M2Crypto wheels.

    sudo apt install swig libssl-dev

    poetry install
    poetry run opendiamond-scope -h

