superblocks-types


Namesuperblocks-types JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/superblocksteam/types
SummarySuperblocks Official Python Types
upload_time2024-05-20 18:34:34
maintainerNone
docs_urlNone
authorSuperblocks
requires_python>=3.10
licenseMIT
keywords superblocks types
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Superblocks Python Types

[![Python version](https://img.shields.io/badge/python-%3E=_3.10-teal.svg)](https://www.python.org/downloads/)

## Quickstart

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```sh
pip install superblocks-types
```

## Development

Install Dependencies

```sh
make deps
```

Build Package

```sh
make pypi-pkg-build
```

Publish a New Version to PyPi

1. Bump the version for `__version__` in `superblocks_types/_version.py`.
   We follow [semantic versioning](https://semver.org/) for now.
   In the future we could just match the version being published for js/ts/go.
2. Build the package: `make pypi-pkg-build`
3. Publish the package to the test PyPi site: `make pypi-pkg-test PYPI_TEST_TOKEN={token_from_1pass}`
4. Publish the package to the official PyPi site: `make pypi-pkg-prod PYPI_TOKEN={token_from_1pass}`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/superblocksteam/types",
    "name": "superblocks-types",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "superblocks types",
    "author": "Superblocks",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f8/b5/4881fbc4e71bec656594c5925f972b8b3c41471418d1aa0ee47c759f5189/superblocks-types-0.0.13.tar.gz",
    "platform": null,
    "description": "# Superblocks Python Types\n\n[![Python version](https://img.shields.io/badge/python-%3E=_3.10-teal.svg)](https://www.python.org/downloads/)\n\n## Quickstart\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install.\n\n```sh\npip install superblocks-types\n```\n\n## Development\n\nInstall Dependencies\n\n```sh\nmake deps\n```\n\nBuild Package\n\n```sh\nmake pypi-pkg-build\n```\n\nPublish a New Version to PyPi\n\n1. Bump the version for `__version__` in `superblocks_types/_version.py`.\n   We follow [semantic versioning](https://semver.org/) for now.\n   In the future we could just match the version being published for js/ts/go.\n2. Build the package: `make pypi-pkg-build`\n3. Publish the package to the test PyPi site: `make pypi-pkg-test PYPI_TEST_TOKEN={token_from_1pass}`\n4. Publish the package to the official PyPi site: `make pypi-pkg-prod PYPI_TOKEN={token_from_1pass}`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Superblocks Official Python Types",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/superblocksteam/types"
    },
    "split_keywords": [
        "superblocks",
        "types"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15d788efc82121bb749d3ba931caab8a621135a0bb5e425bd4a1410b810054b9",
                "md5": "431915cb548c4855994f3e335f47f714",
                "sha256": "d4bbb79341df63be5bb44201a8ab7f61c68896b8a85a7b184fb17b3615227dde"
            },
            "downloads": -1,
            "filename": "superblocks_types-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "431915cb548c4855994f3e335f47f714",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 204052,
            "upload_time": "2024-05-20T18:34:25",
            "upload_time_iso_8601": "2024-05-20T18:34:25.566971Z",
            "url": "https://files.pythonhosted.org/packages/15/d7/88efc82121bb749d3ba931caab8a621135a0bb5e425bd4a1410b810054b9/superblocks_types-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8b54881fbc4e71bec656594c5925f972b8b3c41471418d1aa0ee47c759f5189",
                "md5": "da7644c170d81135f08182bc5c91717b",
                "sha256": "0f7fc35acd9a7dbdad3341aa0f9719b88227238061a58d8577eecd6bee83a520"
            },
            "downloads": -1,
            "filename": "superblocks-types-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "da7644c170d81135f08182bc5c91717b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 104008,
            "upload_time": "2024-05-20T18:34:34",
            "upload_time_iso_8601": "2024-05-20T18:34:34.229226Z",
            "url": "https://files.pythonhosted.org/packages/f8/b5/4881fbc4e71bec656594c5925f972b8b3c41471418d1aa0ee47c759f5189/superblocks-types-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-20 18:34:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "superblocksteam",
    "github_project": "types",
    "github_not_found": true,
    "lcname": "superblocks-types"
}
        
Elapsed time: 3.48386s