just-dna-module


Namejust-dna-module JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryJust DNA Module
upload_time2024-10-31 00:06:24
maintainerNone
docs_urlNone
authorAnton Kulaga
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# just-module
Basic classes for Just-DNA-Seq modules

## Installation

You can use conda or micromamba to install the environment.

```bash
micromamba env create -f environment.yaml
```

Activate the environment:
```bash
micromamba activate just-dna-module
```

The library do not have executables but is just used inside Just-DNA-Seq module providing base classes for modules and their utils.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "just-dna-module",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Anton Kulaga",
    "author_email": "antonkulaga@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/ec/beb56b52621ae6acd8a4104e9da342355eb3ef738c5e60c3627024c8549e/just_dna_module-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# just-module\nBasic classes for Just-DNA-Seq modules\n\n## Installation\n\nYou can use conda or micromamba to install the environment.\n\n```bash\nmicromamba env create -f environment.yaml\n```\n\nActivate the environment:\n```bash\nmicromamba activate just-dna-module\n```\n\nThe library do not have executables but is just used inside Just-DNA-Seq module providing base classes for modules and their utils.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Just DNA Module",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73a9b5f36a18e1c0b1ff1b6fc159ca10f6a8cd79e2377a9b63613b11cd1fe44d",
                "md5": "1230bc6010202dcc6f88cccef683cadc",
                "sha256": "ce83170f546d2648889c21bd86d513dc71a08eed294266d45a96232dc1608389"
            },
            "downloads": -1,
            "filename": "just_dna_module-0.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1230bc6010202dcc6f88cccef683cadc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.11",
            "size": 13554,
            "upload_time": "2024-10-31T00:06:21",
            "upload_time_iso_8601": "2024-10-31T00:06:21.320574Z",
            "url": "https://files.pythonhosted.org/packages/73/a9/b5f36a18e1c0b1ff1b6fc159ca10f6a8cd79e2377a9b63613b11cd1fe44d/just_dna_module-0.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eecbeb56b52621ae6acd8a4104e9da342355eb3ef738c5e60c3627024c8549e",
                "md5": "23d46380f590706c4e6438037822d448",
                "sha256": "4b74ff49101a869c17eea35bfd4f6081fe8487306ab2cccb7b5f90a5490dd9a1"
            },
            "downloads": -1,
            "filename": "just_dna_module-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "23d46380f590706c4e6438037822d448",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 13612,
            "upload_time": "2024-10-31T00:06:24",
            "upload_time_iso_8601": "2024-10-31T00:06:24.062783Z",
            "url": "https://files.pythonhosted.org/packages/6e/ec/beb56b52621ae6acd8a4104e9da342355eb3ef738c5e60c3627024c8549e/just_dna_module-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 00:06:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "just-dna-module"
}
        
Elapsed time: 0.34426s