wildcard-core


Namewildcard-core JSON
Version 0.1.7 PyPI version JSON
download
home_pageNone
SummaryCore functionality for the Wildcard ecosystem.
upload_time2025-01-23 06:40:00
maintainerNone
docs_urlNone
authorKaushik
requires_python<4.0,>=3.9
licenseElastic-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wilcard Core Package

Build new version of package:

1. Modify `pyproject.toml` with new version number
2. Generate poetry lock file
```
poetry lock
```
3. Build and publish package to test PyPI
```
poetry publish --build -r test-pypi
```

Troubleshooting:

- *RuntimeError: Repository test.pypi is not defined*

    - Add repository to poetry config
    ```
    poetry config repositories.test-pypi https://test.pypi.org/legacy/
    ```
    - Create new token at https://test.pypi.org/manage/account/token/
    - Add token to poetry config
    ```
    poetry config pypi-token.test-pypi <your-token>
    ```

- *poetry.publishing.uploader.UploadError: HTTP Error 400: File already exists*

    - Check you've updated the version number in `pyproject.toml`

    - Try publishing again
    ```
    poetry publish --build -r test-pypi
    ```
    
    - If the error persists, clear the existing package files and try again.
    ```
    rm -rf dist/*
    ```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wildcard-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kaushik",
    "author_email": "kaushik@wild-card.ai",
    "download_url": "https://files.pythonhosted.org/packages/d7/f3/463ed5280383fb038a5bb097054da5198152bae75adf8ca5cf66360d2e0c/wildcard_core-0.1.7.tar.gz",
    "platform": null,
    "description": "# Wilcard Core Package\n\nBuild new version of package:\n\n1. Modify `pyproject.toml` with new version number\n2. Generate poetry lock file\n```\npoetry lock\n```\n3. Build and publish package to test PyPI\n```\npoetry publish --build -r test-pypi\n```\n\nTroubleshooting:\n\n- *RuntimeError: Repository test.pypi is not defined*\n\n    - Add repository to poetry config\n    ```\n    poetry config repositories.test-pypi https://test.pypi.org/legacy/\n    ```\n    - Create new token at https://test.pypi.org/manage/account/token/\n    - Add token to poetry config\n    ```\n    poetry config pypi-token.test-pypi <your-token>\n    ```\n\n- *poetry.publishing.uploader.UploadError: HTTP Error 400: File already exists*\n\n    - Check you've updated the version number in `pyproject.toml`\n\n    - Try publishing again\n    ```\n    poetry publish --build -r test-pypi\n    ```\n    \n    - If the error persists, clear the existing package files and try again.\n    ```\n    rm -rf dist/*\n    ```\n",
    "bugtrack_url": null,
    "license": "Elastic-2.0",
    "summary": "Core functionality for the Wildcard ecosystem.",
    "version": "0.1.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76a7d1bc4e99f8b45a855176f4e4183a4b13c67eff0c499be76d7ade76998eac",
                "md5": "5da5ef4109befd91806d5fd62a7494d1",
                "sha256": "8a6ec6a9bcf2aaf52e393af0c27af24fa9548b76f3f93de58704b4dee678ae90"
            },
            "downloads": -1,
            "filename": "wildcard_core-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5da5ef4109befd91806d5fd62a7494d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 343263,
            "upload_time": "2025-01-23T06:39:56",
            "upload_time_iso_8601": "2025-01-23T06:39:56.727855Z",
            "url": "https://files.pythonhosted.org/packages/76/a7/d1bc4e99f8b45a855176f4e4183a4b13c67eff0c499be76d7ade76998eac/wildcard_core-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7f3463ed5280383fb038a5bb097054da5198152bae75adf8ca5cf66360d2e0c",
                "md5": "1d232f9bf0c3314eae3fc7b04a1a8d2b",
                "sha256": "92e6c5c8f3f6c9917dfc9a932cc92aaa316c3539890819b55b9324e501d632e5"
            },
            "downloads": -1,
            "filename": "wildcard_core-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1d232f9bf0c3314eae3fc7b04a1a8d2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 362652,
            "upload_time": "2025-01-23T06:40:00",
            "upload_time_iso_8601": "2025-01-23T06:40:00.493684Z",
            "url": "https://files.pythonhosted.org/packages/d7/f3/463ed5280383fb038a5bb097054da5198152bae75adf8ca5cf66360d2e0c/wildcard_core-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-23 06:40:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wildcard-core"
}
        
Elapsed time: 1.10857s