hyclib


Namehyclib JSON
Version 0.1.39 PyPI version JSON
download
home_page
SummaryCommonly used tools across my own personal projects.
upload_time2024-02-14 01:46:34
maintainer
docs_urlNone
authorHo Yin Chau
requires_python>=3.9
licenseMIT License Copyright (c) 2022 hchau630 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hyclib
A personal python package containing commonly used functions within my projects.

# Install
`pip install hyclib`

If you're developing the package, then clone/fork the package, and in the top level directory of the repository do

`pip install -r requirements.txt`

Since this package requires pytorch, if you're on a linux system and want a cpu-only version of pytorch, you can instead do

`pip install -r requirements_linux_cpu.txt`

Note: If you're on M1 Mac, there's a problem with pytables version 3.8.0 (as of writing) that you might encounter during install in which it complains it cannot find hdf5 install. If that is the case, then do

`export HDF5_DIR=/opt/homebrew/opt/hdf5`

you can put this line in your `~/.bashrc` file for convenience.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "hyclib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ho Yin Chau",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/7b/df/10cbd5e6a5c54cb8e66511e497018f3a13412e9668200c5a59c2a10fe528/hyclib-0.1.39.tar.gz",
    "platform": null,
    "description": "# hyclib\nA personal python package containing commonly used functions within my projects.\n\n# Install\n`pip install hyclib`\n\nIf you're developing the package, then clone/fork the package, and in the top level directory of the repository do\n\n`pip install -r requirements.txt`\n\nSince this package requires pytorch, if you're on a linux system and want a cpu-only version of pytorch, you can instead do\n\n`pip install -r requirements_linux_cpu.txt`\n\nNote: If you're on M1 Mac, there's a problem with pytables version 3.8.0 (as of writing) that you might encounter during install in which it complains it cannot find hdf5 install. If that is the case, then do\n\n`export HDF5_DIR=/opt/homebrew/opt/hdf5`\n\nyou can put this line in your `~/.bashrc` file for convenience.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 hchau630  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Commonly used tools across my own personal projects.",
    "version": "0.1.39",
    "project_urls": {
        "repository": "https://github.com/hchau630/hyclib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "387f96ef5c4c3af2262fb62848bd766d5f0216f0f60da2b60e5f2fe24337d914",
                "md5": "545022bb7242aa6da15c0c0085f65b04",
                "sha256": "bf0a06d343aac43cc936a94154be867950c90e3deff67d717c57e0f9395b37e8"
            },
            "downloads": -1,
            "filename": "hyclib-0.1.39-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "545022bb7242aa6da15c0c0085f65b04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 49441,
            "upload_time": "2024-02-14T01:46:32",
            "upload_time_iso_8601": "2024-02-14T01:46:32.451704Z",
            "url": "https://files.pythonhosted.org/packages/38/7f/96ef5c4c3af2262fb62848bd766d5f0216f0f60da2b60e5f2fe24337d914/hyclib-0.1.39-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bdf10cbd5e6a5c54cb8e66511e497018f3a13412e9668200c5a59c2a10fe528",
                "md5": "4d2006a38e4ca84247c93111086c848f",
                "sha256": "e8daf53ec2497157bfc2b0303e09b02336798c2c6cff22a1b6ec1b15a5d86265"
            },
            "downloads": -1,
            "filename": "hyclib-0.1.39.tar.gz",
            "has_sig": false,
            "md5_digest": "4d2006a38e4ca84247c93111086c848f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 48397,
            "upload_time": "2024-02-14T01:46:34",
            "upload_time_iso_8601": "2024-02-14T01:46:34.283829Z",
            "url": "https://files.pythonhosted.org/packages/7b/df/10cbd5e6a5c54cb8e66511e497018f3a13412e9668200c5a59c2a10fe528/hyclib-0.1.39.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 01:46:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hchau630",
    "github_project": "hyclib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "hyclib"
}
        
Elapsed time: 0.18530s