Filechan


NameFilechan JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummarySimple FileChan Module
upload_time2023-01-08 11:58:54
maintainer
docs_urlNone
authorMugunthan
requires_python>=3
license
keywords filechan filechan-api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FileChan Module
An Module for filechan.org made in python.


# Installation

```sh
pip3 install Filechan
```

# USAGE

```py
from Filechan import filechan

obj = filechan.url_info("https://filechan.org/p0L7GdQ7y3")
print(obj.direct_url, obj.file_name)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Filechan",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "filechan,filechan-api",
    "author": "Mugunthan",
    "author_email": "the.mugunthan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e7/84/98db00d1ad2426c49055a3cba80148d96c9cd4ac8868898d57f825c39d49/Filechan-0.0.6.tar.gz",
    "platform": null,
    "description": "# FileChan Module\nAn Module for filechan.org made in python.\n\n\n# Installation\n\n```sh\npip3 install Filechan\n```\n\n# USAGE\n\n```py\nfrom Filechan import filechan\n\nobj = filechan.url_info(\"https://filechan.org/p0L7GdQ7y3\")\nprint(obj.direct_url, obj.file_name)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple FileChan Module",
    "version": "0.0.6",
    "split_keywords": [
        "filechan",
        "filechan-api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ca9dd1dff49ae3e6e33c73d49213b71b169e322ec894701de4f3b81ed6c3ada",
                "md5": "98364418fef026140ae024fac2d80cea",
                "sha256": "d3aea8b5f0964703967dfdca2818e674e70dd14bebabd7c4b3a7772c0f8709f9"
            },
            "downloads": -1,
            "filename": "Filechan-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98364418fef026140ae024fac2d80cea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 3264,
            "upload_time": "2023-01-08T11:58:51",
            "upload_time_iso_8601": "2023-01-08T11:58:51.422965Z",
            "url": "https://files.pythonhosted.org/packages/2c/a9/dd1dff49ae3e6e33c73d49213b71b169e322ec894701de4f3b81ed6c3ada/Filechan-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e78498db00d1ad2426c49055a3cba80148d96c9cd4ac8868898d57f825c39d49",
                "md5": "65bcabf4a502732f70ac9af9452fa5df",
                "sha256": "22089457e490ed5c2dc2108b824a43f6f207b0d60d2cc5044ae1a3c59a5bbd3b"
            },
            "downloads": -1,
            "filename": "Filechan-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "65bcabf4a502732f70ac9af9452fa5df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 2934,
            "upload_time": "2023-01-08T11:58:54",
            "upload_time_iso_8601": "2023-01-08T11:58:54.072677Z",
            "url": "https://files.pythonhosted.org/packages/e7/84/98db00d1ad2426c49055a3cba80148d96c9cd4ac8868898d57f825c39d49/Filechan-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-08 11:58:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "filechan"
}
        
Elapsed time: 0.02494s