Metadata-Version: 2.1
Name: securepack
Version: 0.0.5
Summary: Securepack helps securing packages from typosquatting attack
Home-page: https://github.com/Ruturaj4/securepack
Author: Ruturaj Kiran Vaidya
Author-email: ruturajkvaidya@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: fuzzyset
Requires-Dist: python-levenshtein
Requires-Dist: texttable

SecurePack
========

SecurePack helps in downloading packages securely.

Currently supported for npm.

Install
-------

Install the latest version of this tool:

    $ git clone https://github.com/Ruturaj4/securepack

It will be available on pypi soon.

Usage
-------

Help:

    $ securepack --help

Install checks:

    $ securepack --install packagename

Abandonment checks:

    $ securepack --abandoned packagename

Download Counts:

    $ securepack --download-counts packagename

Maintainers list:

    $ securepack --maintainers packagename

Package repository:

    $ securepack --repository packagename

Bugs
-------
  Package is still in primary stage.
  You can report bugs/ issues [here](https://github.com/Ruturaj4/securepack/issues).


