githubinformer


Namegithubinformer JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/saneksking
Summary'A library to get data of open users repositories GitHub.'
upload_time2024-05-20 13:14:31
maintainerNone
docs_urlNone
authorA.A Suvorov
requires_python>=3.6
licenseBSD 3-Clause License
keywords saneksking githubinformer github info github data master
VCS
bugtrack_url
requirements requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GitHub Informer <sup>v 0.0.3</sup>

***

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/saneksking/githubinformer)](https://github.com/saneksking/githubinformer/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/githubinformer?label=pypi%20downloads)](https://pypi.org/project/githubinformer/)
![GitHub top language](https://img.shields.io/github/languages/top/saneksking/githubinformer)
[![PyPI](https://img.shields.io/pypi/v/githubinformer)](https://pypi.org/project/githubinformer)
[![GitHub](https://img.shields.io/github/license/saneksking/githubinformer)](https://github.com/saneksking/githubinformer/blob/master/LICENSE)
[![PyPI - Format](https://img.shields.io/pypi/format/githubinformer)](https://pypi.org/project/githubinformer)

---

## Short description:
GithubInformer --> A library to get data of open users repositories GitHub.

---

## Author - [Saneksking](https://github.com/saneksking)

---


***

## Help:

`pip install githubinformer`

```python
from githubinformer.github_informer import GitHubInformer

github_informer = GitHubInformer(user='saneksking')
github_informer.get_all_info() # Returns full information about open repositories of user
github_informer.get_repositories_count() # Returns a count of user open repositories 
```

***

## Disclaimer of liability:
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

## Copyright:
    --------------------------------------------------------
    Licensed under the terms of the BSD 3-Clause License
    (see LICENSE for details).
    Copyright © 2018-2024, A.A Suvorov
    All rights reserved.
    --------------------------------------------------------

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/saneksking",
    "name": "githubinformer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "saneksking, githubinformer, github info, github data master",
    "author": "A.A Suvorov",
    "author_email": "smartlegiondev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/13/70ef8e82845521d5a218eaae9e2f1aadf7a01b25a0da50db866e19bf3d15/githubinformer-0.0.3.tar.gz",
    "platform": null,
    "description": "# GitHub Informer <sup>v 0.0.3</sup>\n\n***\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/saneksking/githubinformer)](https://github.com/saneksking/githubinformer/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/githubinformer?label=pypi%20downloads)](https://pypi.org/project/githubinformer/)\n![GitHub top language](https://img.shields.io/github/languages/top/saneksking/githubinformer)\n[![PyPI](https://img.shields.io/pypi/v/githubinformer)](https://pypi.org/project/githubinformer)\n[![GitHub](https://img.shields.io/github/license/saneksking/githubinformer)](https://github.com/saneksking/githubinformer/blob/master/LICENSE)\n[![PyPI - Format](https://img.shields.io/pypi/format/githubinformer)](https://pypi.org/project/githubinformer)\n\n---\n\n## Short description:\nGithubInformer --> A library to get data of open users repositories GitHub.\n\n---\n\n## Author - [Saneksking](https://github.com/saneksking)\n\n---\n\n\n***\n\n## Help:\n\n`pip install githubinformer`\n\n```python\nfrom githubinformer.github_informer import GitHubInformer\n\ngithub_informer = GitHubInformer(user='saneksking')\ngithub_informer.get_all_info() # Returns full information about open repositories of user\ngithub_informer.get_repositories_count() # Returns a count of user open repositories \n```\n\n***\n\n## Disclaimer of liability:\n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n---\n\n## Copyright:\n    --------------------------------------------------------\n    Licensed under the terms of the BSD 3-Clause License\n    (see LICENSE for details).\n    Copyright \u00a9 2018-2024, A.A Suvorov\n    All rights reserved.\n    --------------------------------------------------------\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "'A library to get data of open users repositories GitHub.'",
    "version": "0.0.3",
    "project_urls": {
        "Documentation": "https://github.com/saneksking/githubinformer/blob/master/README.md",
        "Homepage": "https://github.com/saneksking",
        "Release notes": "https://github.com/saneksking/githubinformer/releases"
    },
    "split_keywords": [
        "saneksking",
        " githubinformer",
        " github info",
        " github data master"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5e8aead53a48f2772bef666e66a7141042b01cea159878e5070201fcea14116",
                "md5": "a504652fd1f7df1bedd06acd510c62f4",
                "sha256": "27a218e8addc7b834a02c6a1a81342e9c901912c5e0bdda1497e074c59cb0fbe"
            },
            "downloads": -1,
            "filename": "githubinformer-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a504652fd1f7df1bedd06acd510c62f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4420,
            "upload_time": "2024-05-20T13:14:29",
            "upload_time_iso_8601": "2024-05-20T13:14:29.811328Z",
            "url": "https://files.pythonhosted.org/packages/f5/e8/aead53a48f2772bef666e66a7141042b01cea159878e5070201fcea14116/githubinformer-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "881370ef8e82845521d5a218eaae9e2f1aadf7a01b25a0da50db866e19bf3d15",
                "md5": "8051ea3ad2755e69677037bbba1bd0a4",
                "sha256": "ac68b44475c1e8bf5a4ca29c5798fd368955be0a26c03cfa51cad3d4078f3a49"
            },
            "downloads": -1,
            "filename": "githubinformer-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8051ea3ad2755e69677037bbba1bd0a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3593,
            "upload_time": "2024-05-20T13:14:31",
            "upload_time_iso_8601": "2024-05-20T13:14:31.606764Z",
            "url": "https://files.pythonhosted.org/packages/88/13/70ef8e82845521d5a218eaae9e2f1aadf7a01b25a0da50db866e19bf3d15/githubinformer-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-20 13:14:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "saneksking",
    "github_project": "githubinformer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        }
    ],
    "lcname": "githubinformer"
}
        
Elapsed time: 0.25281s