Metadata-Version: 2.1
Name: malnet-core
Version: 0.1.1
Summary: malnet backend core package
Home-page: https://git.kongkongss.com/jyk/jyk-time
Author: Yongkang Jiang
Author-email: jyk.kongkong@gmail.com
License: MIT
Description: # malnet-core
        
        malwarenet core package
        
        ## Installation
        
        ```bash
        $ git clone git@git.kongkongss.com:malwarenet/malnet-core.git
        $ cd malnet-core
        $ pip install -e .
        ```
        
        ## Getting Started
        
        ```shell
        ```
        
        ## Running the tests
        
        ```shell
        $ cd malnet-core
        $ pytest -s
        ```
        
        ## Changelog
        [release Changelog](CHANGELOG.md)
        
        ## TODOs
        
        
        ## Authors
        
        * **kongkong Jiang** - *Initial work* - [jyker](https://git.kongkongss.com/jyker)
        
        ## License
        
        This project is licensed under the BSD License - see the [LICENSE](LICENSE) file for details
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
