FGFinder


NameFGFinder JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Borest5543/Fg_Finder
SummaryA package to identify functional groups in molecules.
upload_time2024-04-12 19:06:27
maintainerNone
docs_urlNone
authorTúlio Augusto and Jefferson Richard
requires_pythonNone
licenseMIT License
keywords cheminformatics rdkit chemistry
VCS
bugtrack_url
requirements FGFinder numpy pandas pillow python-dateutil pytz rdkit six tzdata
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FG Finder
A python package to identfy functional groups in molecules.

# How to install
### Pip
```
pip install FGFinder
```

### Manual
```
git clone https://github.com/Borest5543/Fg_Finder
cd Fg_Finder
python setup.py install
``` 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Borest5543/Fg_Finder",
    "name": "FGFinder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Cheminformatics RDKit Chemistry",
    "author": "T\u00falio Augusto and Jefferson Richard",
    "author_email": "borest5543@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/07/9b75f66f0730f5f504a6cf4f612a835dce901af8237ccb581a94671a7f74/fgfinder-1.tar.gz",
    "platform": null,
    "description": "# FG Finder\nA python package to identfy functional groups in molecules.\n\n# How to install\n### Pip\n```\npip install FGFinder\n```\n\n### Manual\n```\ngit clone https://github.com/Borest5543/Fg_Finder\ncd Fg_Finder\npython setup.py install\n``` \n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A package to identify functional groups in molecules.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Borest5543/Fg_Finder"
    },
    "split_keywords": [
        "cheminformatics",
        "rdkit",
        "chemistry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f994afd59886a94919e8c8ffe4135765e070776123468fc1eeb2e5459ad79aa1",
                "md5": "66537d5175da2fee773e01a276959e69",
                "sha256": "4c3313278efa72c179660e081d8761ae60bcbe3b7b5a7cb2a2eadfbfe103631d"
            },
            "downloads": -1,
            "filename": "FGFinder-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66537d5175da2fee773e01a276959e69",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11879,
            "upload_time": "2024-04-12T19:06:26",
            "upload_time_iso_8601": "2024-04-12T19:06:26.270761Z",
            "url": "https://files.pythonhosted.org/packages/f9/94/afd59886a94919e8c8ffe4135765e070776123468fc1eeb2e5459ad79aa1/FGFinder-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3079b75f66f0730f5f504a6cf4f612a835dce901af8237ccb581a94671a7f74",
                "md5": "c04df708b384a7f20d16f28bcc89e52e",
                "sha256": "e289648e82a02d810354ca7714b7e5c1132a19c51cd50ae057efffa1dcfe0e33"
            },
            "downloads": -1,
            "filename": "fgfinder-1.tar.gz",
            "has_sig": false,
            "md5_digest": "c04df708b384a7f20d16f28bcc89e52e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12003,
            "upload_time": "2024-04-12T19:06:27",
            "upload_time_iso_8601": "2024-04-12T19:06:27.713202Z",
            "url": "https://files.pythonhosted.org/packages/d3/07/9b75f66f0730f5f504a6cf4f612a835dce901af8237ccb581a94671a7f74/fgfinder-1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 19:06:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Borest5543",
    "github_project": "Fg_Finder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "FGFinder",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "10.3.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2024.1"
                ]
            ]
        },
        {
            "name": "rdkit",
            "specs": [
                [
                    "==",
                    "2023.9.5"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2024.1"
                ]
            ]
        }
    ],
    "lcname": "fgfinder"
}
        
Elapsed time: 0.23138s