basepair


Namebasepair JSON
Version 2.2.5 PyPI version JSON
download
home_pagehttps://bitbucket.org/basepair/basepair
SummaryPython client for Basepair's API
upload_time2025-02-05 11:50:32
maintainerNone
docs_urlNone
authorBasepair
requires_pythonNone
licenseNone
keywords bioinformatics ngs analysis dna-seq rna-seq chip-seq atac-seq
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python client for Basepair
======================

Python bindings for Basepair's API and command line interface (CLI).

## Using MFA
**Note: It is advisable to use MFA for increased security and best practices**

After you have been added to the list of collaborators, you can verify if MFA has been activated for you by visiting [collaboration page](https://pypi.org/manage/project/basepair/collaboration/)
### How to build and push to pypi:

```BASH
python setup.py sdist bdist_wheel # This will create two files in a newly created dist directory, a source archive and a wheel:
twine upload dist/* # To upload it to Pypi
Uploading distributions to https://upload.pypi.org/legacy/
Enter your username:
Enter your password:
```

Note: `username` must be `__token__` (not your pypi username)
`password` is the token. You may generate the token -> [token creation page](https://pypi.org/manage/account/token/).

That is it!

Below is a successful execution sample:
```
Uploading distributions to https://upload.pypi.org/legacy/
Enter your username: __token__
Enter your password:
Uploading basepair-2.0.7-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.0/51.0 kB • 00:00 • 36.3 MB/s
Uploading basepair-2.0.7.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.4/37.4 kB • 00:00 • 47.2 MB/s

View at:
https://pypi.org/project/basepair/2.0.7/
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/basepair/basepair",
    "name": "basepair",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "bioinformatics, ngs analysis, dna-seq, rna-seq, chip-seq, atac-seq",
    "author": "Basepair",
    "author_email": "info@basepairtech.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/ee/259abb4ed09f3791774e949ad8531bb91f66da46ae5cf3af5bc23ecd3e11/basepair-2.2.5.tar.gz",
    "platform": null,
    "description": "Python client for Basepair\n======================\n\nPython bindings for Basepair's API and command line interface (CLI).\n\n## Using MFA\n**Note: It is advisable to use MFA for increased security and best practices**\n\nAfter you have been added to the list of collaborators, you can verify if MFA has been activated for you by visiting [collaboration page](https://pypi.org/manage/project/basepair/collaboration/)\n### How to build and push to pypi:\n\n```BASH\npython setup.py sdist bdist_wheel # This will create two files in a newly created dist directory, a source archive and a wheel:\ntwine upload dist/* # To upload it to Pypi\nUploading distributions to https://upload.pypi.org/legacy/\nEnter your username:\nEnter your password:\n```\n\nNote: `username` must be `__token__` (not your pypi username)\n`password` is the token. You may generate the token -> [token creation page](https://pypi.org/manage/account/token/).\n\nThat is it!\n\nBelow is a successful execution sample:\n```\nUploading distributions to https://upload.pypi.org/legacy/\nEnter your username: __token__\nEnter your password:\nUploading basepair-2.0.7-py3-none-any.whl\n100% \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 51.0/51.0 kB \u2022 00:00 \u2022 36.3 MB/s\nUploading basepair-2.0.7.tar.gz\n100% \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 37.4/37.4 kB \u2022 00:00 \u2022 47.2 MB/s\n\nView at:\nhttps://pypi.org/project/basepair/2.0.7/\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python client for Basepair's API",
    "version": "2.2.5",
    "project_urls": {
        "Download": "https://bitbucket.org/basepair/basepair/get/2.2.5.tar.gz",
        "Homepage": "https://bitbucket.org/basepair/basepair"
    },
    "split_keywords": [
        "bioinformatics",
        " ngs analysis",
        " dna-seq",
        " rna-seq",
        " chip-seq",
        " atac-seq"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb903ca84ae0ee41e4fe7b69d04b1b5025685e02a83634ca60e2053941c9838c",
                "md5": "769be0d1856e5fa1076ec9f4ce8d213e",
                "sha256": "70e491e3a614b6665ec61aef3c950ca7b84a1b57f66c2d0d1d5e9553b7a6a3d6"
            },
            "downloads": -1,
            "filename": "basepair-2.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "769be0d1856e5fa1076ec9f4ce8d213e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 93315,
            "upload_time": "2025-02-05T11:50:30",
            "upload_time_iso_8601": "2025-02-05T11:50:30.246438Z",
            "url": "https://files.pythonhosted.org/packages/eb/90/3ca84ae0ee41e4fe7b69d04b1b5025685e02a83634ca60e2053941c9838c/basepair-2.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fee259abb4ed09f3791774e949ad8531bb91f66da46ae5cf3af5bc23ecd3e11",
                "md5": "0cfd8d3b11d330855bd1c4aaf848ba24",
                "sha256": "c841ce6791b02bbb659dbc2605bd5639baf51f60f8bd4d20395ba8d5031eb1b7"
            },
            "downloads": -1,
            "filename": "basepair-2.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0cfd8d3b11d330855bd1c4aaf848ba24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 63714,
            "upload_time": "2025-02-05T11:50:32",
            "upload_time_iso_8601": "2025-02-05T11:50:32.756419Z",
            "url": "https://files.pythonhosted.org/packages/8f/ee/259abb4ed09f3791774e949ad8531bb91f66da46ae5cf3af5bc23ecd3e11/basepair-2.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-05 11:50:32",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "basepair",
    "bitbucket_project": "basepair",
    "lcname": "basepair"
}
        
Elapsed time: 1.36071s