py4mv


Namepy4mv JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryCombining VMS and Maia data.
upload_time2022-11-30 17:46:42
maintainer
docs_urlNone
authorAbdelouahed Ben Mhamed (a-benmhamed)
requires_python
license
keywords python vms maia logbooks fishing tracks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# py4mv

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Abdelouahed Ben Mhamed from Intelligentica (c) 2022

### Examples of How To Use (Buggy Alpha Version)

Creating A database

```python
from py4mv import vmsEditRaw

vmsEditRaw(vms="vms-data.csv")

# Other Code

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "py4mv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,vms,maia,logbooks,fishing,tracks",
    "author": "Abdelouahed Ben Mhamed (a-benmhamed)",
    "author_email": "<a.benmhamed@intelligentica.net>",
    "download_url": "https://files.pythonhosted.org/packages/5c/21/ed4373257342ff8ff16eff2c7dca9dc93d7192d16c61744967fe505eaa30/py4mv-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# py4mv\n\nUnder construction! Not ready for use yet! Currently experimenting and planning!\n\nDeveloped by Abdelouahed Ben Mhamed from Intelligentica (c) 2022\n\n### Examples of How To Use (Buggy Alpha Version)\n\nCreating A database\n\n```python\nfrom py4mv import vmsEditRaw\n\nvmsEditRaw(vms=\"vms-data.csv\")\n\n# Other Code\n\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Combining VMS and Maia data.",
    "version": "0.0.1",
    "split_keywords": [
        "python",
        "vms",
        "maia",
        "logbooks",
        "fishing",
        "tracks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fb96425d7225cf44b552ef3ef99fb41c",
                "sha256": "f5d26b6bd7ffdc8a4a99510843d1d934fb276de0bc57f7a7f99cdd05a7e8e296"
            },
            "downloads": -1,
            "filename": "py4mv-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb96425d7225cf44b552ef3ef99fb41c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14182,
            "upload_time": "2022-11-30T17:46:39",
            "upload_time_iso_8601": "2022-11-30T17:46:39.285556Z",
            "url": "https://files.pythonhosted.org/packages/5f/fe/dd7f7a6712ef78cc7e1c6dc6565d75f38e6e99d85eaaee0947bf1c574483/py4mv-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e6d75aedfec5ec0accc445cca0d8c7e1",
                "sha256": "a70cc26d1714028ee864f3912891ab709f6fc97d346fd9ed5ebd0e9f5e1ccd8c"
            },
            "downloads": -1,
            "filename": "py4mv-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e6d75aedfec5ec0accc445cca0d8c7e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14212,
            "upload_time": "2022-11-30T17:46:42",
            "upload_time_iso_8601": "2022-11-30T17:46:42.246369Z",
            "url": "https://files.pythonhosted.org/packages/5c/21/ed4373257342ff8ff16eff2c7dca9dc93d7192d16c61744967fe505eaa30/py4mv-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-30 17:46:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "py4mv"
}
        
Elapsed time: 0.02132s