Metadata-Version: 2.1
Name: sm-sign
Version: 0.1.0
Summary: A module and command-line utility to extract structured data from HTML
Home-page: https://github.com/Nut-Guo/sm_sign
Author: Nut Guo
Author-email: qinsiliang18@mails.ucas.ac.cn
License: UNKNOWN
Project-URL: Github, https://github.com/Nut-Guo/sm_sign
Description: # sm-sign
        
        ## Usage
        
        ```bash
        mkdir build
        cd build
        cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=<Install path> -DCMAKE_FIND_LIBRARY_SUFFIXES=.a ..
        make install
        ```
        Then go to install path
        ```bash
        python setup.py install <--user>
        ```
        Use the sm_sign command:
        ```
        usage: sm_sign [-h] {genkey,sign,verify} ...
        
        positional arguments:
          {genkey,sign,verify}  commands
            genkey              Generate Key Pair
            sign                Sign APK file
            verify              Verify APK
        
        optional arguments:
          -h, --help            show this help message and exit
        ```
Keywords: SM sign apk
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
