crawlnet


Namecrawlnet JSON
Version 0.0.8 PyPI version JSON
download
home_pageNone
SummaryCrawlNet
upload_time2024-04-25 16:32:52
maintainerNone
docs_urlNone
authorHrushikesh Kachgunde
requires_pythonNone
licenseNone
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `!pip install crawlnet`

```
from crawlnet.cl3 import Writer

write = Writer('output.txt')
print(write.questions)

write.getCode('Deap')
```

```
from crawlnet.cl4 import Writer

write = Writer('output.txt')
print(write.questions)

write.getCode('convolutional_gan')
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "crawlnet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python",
    "author": "Hrushikesh Kachgunde",
    "author_email": "<hrushiskachgunde@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/30/25/e6e3ada89a4eb17636ffac11c869ef759aab98e6962d2a8b3769f8d4c632/crawlnet-0.0.8.tar.gz",
    "platform": null,
    "description": "`!pip install crawlnet`\n\n```\nfrom crawlnet.cl3 import Writer\n\nwrite = Writer('output.txt')\nprint(write.questions)\n\nwrite.getCode('Deap')\n```\n\n```\nfrom crawlnet.cl4 import Writer\n\nwrite = Writer('output.txt')\nprint(write.questions)\n\nwrite.getCode('convolutional_gan')\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "CrawlNet",
    "version": "0.0.8",
    "project_urls": null,
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3025e6e3ada89a4eb17636ffac11c869ef759aab98e6962d2a8b3769f8d4c632",
                "md5": "5d2edd47ae96be3ac7a9e4bb9d146770",
                "sha256": "cff308e2cbfd662e1d642629efb7889d1f0d7760d9a06a42d4a91201df486b06"
            },
            "downloads": -1,
            "filename": "crawlnet-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "5d2edd47ae96be3ac7a9e4bb9d146770",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17366,
            "upload_time": "2024-04-25T16:32:52",
            "upload_time_iso_8601": "2024-04-25T16:32:52.198556Z",
            "url": "https://files.pythonhosted.org/packages/30/25/e6e3ada89a4eb17636ffac11c869ef759aab98e6962d2a8b3769f8d4c632/crawlnet-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 16:32:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "crawlnet"
}
        
Elapsed time: 0.21582s