Metadata-Version: 2.0
Name: magnetos
Version: 0.5.1
Summary: Some hacker scripts.
Home-page: https://github.com/restran/mountains
Author: restran
Author-email: grestran@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: python utils
Platform: any
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: requests
Requires-Dist: future
Requires-Dist: validators
Requires-Dist: mountains

magnetos
========

|travis-ci| |Coverage Status|

Toolkit for security scripts developing.

Upload to PyPi
--------------

安装最新的 setuptools

::

    pip3 install -U pip setuptools twine

生成 wheel 包

::

    python3 setup.py register bdist_wheel --universal upload

生成 tar.gz 包，因为 setup.py 用到了 pypandoc，安装的时候会需要依赖

::

    python3 setup.py register sdist upload

通过 setup install 安装后删除
-----------------------------

::

    python3 setup.py install --record files.txt
    cat files.txt | xargs rm -rf

.. |travis-ci| image:: https://travis-ci.org/restran/magnetos.svg?branch=master
   :target: https://travis-ci.org/restran/magnetos
.. |Coverage Status| image:: https://coveralls.io/repos/github/restran/magnetos/badge.svg?branch=master
   :target: https://coveralls.io/github/restran/magnetos?branch=master


