shaleprotocol


Nameshaleprotocol JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryUser-facing Python library for shaleprotocol
upload_time2023-05-16 05:16:49
maintainer
docs_urlNone
author
requires_python>=3.7
licenseplaceholder
keywords setuptools development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # shaleprotocol
User-facing Python library


## Install

```
pip install shaleprotocol

> import shaleprotocol as shale
```

## For maintainer

### Dev installation

```
pip install -e .
```

### Publish

```
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine

python3 -m build
twine check dist/*
twine upload dist/*

python3 -m twine upload --repository shaleprotocol dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "shaleprotocol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Ning Ren <renning22@gmail.com>",
    "keywords": "setuptools,development",
    "author": "",
    "author_email": "Ning Ren <renning22@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cd/52/b287a5a4ee0d56e0afe408100607a5b3ecd9b999106ed140b20ca261b0ee/shaleprotocol-0.0.1.tar.gz",
    "platform": null,
    "description": "# shaleprotocol\nUser-facing Python library\n\n\n## Install\n\n```\npip install shaleprotocol\n\n> import shaleprotocol as shale\n```\n\n## For maintainer\n\n### Dev installation\n\n```\npip install -e .\n```\n\n### Publish\n\n```\npython3 -m pip install --upgrade build\npython3 -m pip install --upgrade twine\n\npython3 -m build\ntwine check dist/*\ntwine upload dist/*\n\npython3 -m twine upload --repository shaleprotocol dist/*\n```\n",
    "bugtrack_url": null,
    "license": "placeholder",
    "summary": "User-facing Python library for shaleprotocol",
    "version": "0.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/shaleprotocol/shaleprotocol/issues",
        "Funding": "https://shaleprotocol.com",
        "Homepage": "https://shaleprotocol.com",
        "Say Thanks!": "https://shaleprotocol.com",
        "Source": "https://github.com/shaleprotocol/shaleprotocol"
    },
    "split_keywords": [
        "setuptools",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bce807a52375cc9f315838ce13528b1d77360fcd6757ec30344746795add74be",
                "md5": "d58fdab46229316a0573c1f2902e15a7",
                "sha256": "3bd9e0b49f1fa13c31ff01bc3cd803d3a874c4b2f9151b808dcdbc64dc12afcd"
            },
            "downloads": -1,
            "filename": "shaleprotocol-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d58fdab46229316a0573c1f2902e15a7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2435,
            "upload_time": "2023-05-16T05:16:47",
            "upload_time_iso_8601": "2023-05-16T05:16:47.770763Z",
            "url": "https://files.pythonhosted.org/packages/bc/e8/07a52375cc9f315838ce13528b1d77360fcd6757ec30344746795add74be/shaleprotocol-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd52b287a5a4ee0d56e0afe408100607a5b3ecd9b999106ed140b20ca261b0ee",
                "md5": "d4ec6c52c3f322e8b3846e1107fd6c8e",
                "sha256": "61fff4ef131d75aeaa1fe7b3c66051da74f96319bf17e648063998e34fbd6353"
            },
            "downloads": -1,
            "filename": "shaleprotocol-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d4ec6c52c3f322e8b3846e1107fd6c8e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3777,
            "upload_time": "2023-05-16T05:16:49",
            "upload_time_iso_8601": "2023-05-16T05:16:49.563718Z",
            "url": "https://files.pythonhosted.org/packages/cd/52/b287a5a4ee0d56e0afe408100607a5b3ecd9b999106ed140b20ca261b0ee/shaleprotocol-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-16 05:16:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shaleprotocol",
    "github_project": "shaleprotocol",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "shaleprotocol"
}
        
Elapsed time: 0.09636s