netrix


Namenetrix JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPackage for interacting with Netrix API
upload_time2024-06-14 05:17:27
maintainerNone
docs_urlNone
authornetrix-team
requires_python>=3.9
licenseMIT
keywords netrix
VCS
bugtrack_url
requirements flake8 requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Netrix
Package for interacting with Netrix API

```py
from netrix import Netrix

API_KEY = 'e5495e14-a60f-4804-b4f6-f1a1938ae984'
net = Netrix(api_key=API_URL)

def main():
    user_id = '461219084802195477'
    info = net.get_user_info(user_id)
    return info

if __name__ == '__main__':
    main()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "netrix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "netrix",
    "author": "netrix-team",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/5c/2d/5f9ec30d2dc863043430412118b3b09461749185fc2ffa757aeb93a66571/netrix-0.1.0.tar.gz",
    "platform": null,
    "description": "# Netrix\nPackage for interacting with Netrix API\n\n```py\nfrom netrix import Netrix\n\nAPI_KEY = 'e5495e14-a60f-4804-b4f6-f1a1938ae984'\nnet = Netrix(api_key=API_URL)\n\ndef main():\n    user_id = '461219084802195477'\n    info = net.get_user_info(user_id)\n    return info\n\nif __name__ == '__main__':\n    main()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package for interacting with Netrix API",
    "version": "0.1.0",
    "project_urls": {
        "GitHub": "https://github.com/netrix-team/netrix",
        "Homepage": "https://github.com/netrix-team/netrix"
    },
    "split_keywords": [
        "netrix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1067084c2e8ac8d94da293a33dca57b638559a2fb2471f3ac6fae40b58c63501",
                "md5": "195ba942f72232bf82feb2f1081f9d86",
                "sha256": "4f39cea85bc82d74cc07068ba4108c1377e15f72d1323ae43176aaca0830d78f"
            },
            "downloads": -1,
            "filename": "netrix-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "195ba942f72232bf82feb2f1081f9d86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2874,
            "upload_time": "2024-06-14T05:17:25",
            "upload_time_iso_8601": "2024-06-14T05:17:25.688701Z",
            "url": "https://files.pythonhosted.org/packages/10/67/084c2e8ac8d94da293a33dca57b638559a2fb2471f3ac6fae40b58c63501/netrix-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c2d5f9ec30d2dc863043430412118b3b09461749185fc2ffa757aeb93a66571",
                "md5": "1a476d1b9c0d73b0a351fab2442c5d62",
                "sha256": "b0f683954f0b3dbc7a53e2153b3f230aab5847d40d4c5e4a981d344903750ed4"
            },
            "downloads": -1,
            "filename": "netrix-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1a476d1b9c0d73b0a351fab2442c5d62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2579,
            "upload_time": "2024-06-14T05:17:27",
            "upload_time_iso_8601": "2024-06-14T05:17:27.171806Z",
            "url": "https://files.pythonhosted.org/packages/5c/2d/5f9ec30d2dc863043430412118b3b09461749185fc2ffa757aeb93a66571/netrix-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 05:17:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "netrix-team",
    "github_project": "netrix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "7.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        }
    ],
    "lcname": "netrix"
}
        
Elapsed time: 0.70205s