nudepy


Namenudepy JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/hhatto/nude.py
SummaryNudity detection with Python. Port of nude.js to Python.
upload_time2020-11-23 13:49:17
maintainer
docs_urlNone
authorHideo Hattori
requires_python
licenseMIT
keywords nude
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            nude.py
=======

.. image:: https://travis-ci.org/hhatto/nude.py.svg?branch=master
    :target: https://travis-ci.org/hhatto/nude.py
    :alt: Build status

About
-----
Nudity detection with Python. Port of `nude.js`_ to Python.

.. _`nude.js`: https://github.com/pa7/nude.js


Installation
------------
from pip::

    $ pip install --upgrade nudepy

from easy_install::

    $ easy_install -ZU nudepy


Requirements
------------
* Python2.7+ and Python3.3+
* Cython
* Pillow


Usage
-----
via command-line

.. code-block:: sh

    $ nudepy IMAGE_FILE

via Python Module

.. code-block:: python

    import nude
    from nude import Nude

    print(nude.is_nude('./nude.rb/spec/images/damita.jpg'))

    n = Nude('./nude.rb/spec/images/damita.jpg')
    n.parse()
    print("damita :", n.result, n.inspect())

see examples_ .

.. _examples: https://github.com/hhatto/nude.py/tree/master/examples

Links
-----
* PyPI_
* GitHub_

.. _PyPI: http://pypi.python.org/pypi/nudepy/
.. _GitHub: https://github.com/hhatto/nude.py

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hhatto/nude.py",
    "name": "nudepy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nude",
    "author": "Hideo Hattori",
    "author_email": "hhatto.jp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/58/ce/fc37ad2a19308ef2b36a6a3c2baa1eb440b0b47ca7ceb631517fe5ece71f/nudepy-0.5.1.tar.gz",
    "platform": "Linux",
    "description": "nude.py\n=======\n\n.. image:: https://travis-ci.org/hhatto/nude.py.svg?branch=master\n    :target: https://travis-ci.org/hhatto/nude.py\n    :alt: Build status\n\nAbout\n-----\nNudity detection with Python. Port of `nude.js`_ to Python.\n\n.. _`nude.js`: https://github.com/pa7/nude.js\n\n\nInstallation\n------------\nfrom pip::\n\n    $ pip install --upgrade nudepy\n\nfrom easy_install::\n\n    $ easy_install -ZU nudepy\n\n\nRequirements\n------------\n* Python2.7+ and Python3.3+\n* Cython\n* Pillow\n\n\nUsage\n-----\nvia command-line\n\n.. code-block:: sh\n\n    $ nudepy IMAGE_FILE\n\nvia Python Module\n\n.. code-block:: python\n\n    import nude\n    from nude import Nude\n\n    print(nude.is_nude('./nude.rb/spec/images/damita.jpg'))\n\n    n = Nude('./nude.rb/spec/images/damita.jpg')\n    n.parse()\n    print(\"damita :\", n.result, n.inspect())\n\nsee examples_ .\n\n.. _examples: https://github.com/hhatto/nude.py/tree/master/examples\n\nLinks\n-----\n* PyPI_\n* GitHub_\n\n.. _PyPI: http://pypi.python.org/pypi/nudepy/\n.. _GitHub: https://github.com/hhatto/nude.py\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Nudity detection with Python. Port of nude.js to Python.",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/hhatto/nude.py"
    },
    "split_keywords": [
        "nude"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58cefc37ad2a19308ef2b36a6a3c2baa1eb440b0b47ca7ceb631517fe5ece71f",
                "md5": "24295aa21faebf7ca66615a708719df7",
                "sha256": "1f51b177d556bbc26a59cb2392736641a4e5423bd0167b95353ca34fabed58e9"
            },
            "downloads": -1,
            "filename": "nudepy-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "24295aa21faebf7ca66615a708719df7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35755,
            "upload_time": "2020-11-23T13:49:17",
            "upload_time_iso_8601": "2020-11-23T13:49:17.578276Z",
            "url": "https://files.pythonhosted.org/packages/58/ce/fc37ad2a19308ef2b36a6a3c2baa1eb440b0b47ca7ceb631517fe5ece71f/nudepy-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-11-23 13:49:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hhatto",
    "github_project": "nude.py",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nudepy"
}
        
Elapsed time: 0.29338s