ccraft


Nameccraft JSON
Version 1.0.0a0 PyPI version JSON
download
home_pageNone
SummaryModern automated build system for C/C++ projects, similar to GNU Make, but simpler and more powerful
upload_time2024-12-28 23:10:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12.3
licenseNone
keywords ccraft c c++ c/c++ build system
VCS
bugtrack_url
requirements build certifi cffi charset-normalizer cryptography docutils idna jaraco.classes jaraco.context jaraco.functools jeepney keyring markdown-it-py mdurl more-itertools nh3 packaging pkginfo pycparser Pygments pyproject_hooks readme_renderer requests requests-toolbelt rfc3986 rich SecretStorage setuptools twine urllib3 wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ccraft
ccraft is a modern automated build system for C/C++ projects, similar to GNU Make, but simpler and more powerful

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ccraft",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12.3",
    "maintainer_email": null,
    "keywords": "ccraft, C, C++, C/C++, build, system",
    "author": null,
    "author_email": "Eugene Azimut <y.azimut@mail.ru>",
    "download_url": "https://files.pythonhosted.org/packages/c2/77/50563021e0515e51ae7f95f26702a6e170aa7b96b692624d91dba88883c8/ccraft-1.0.0a0.tar.gz",
    "platform": null,
    "description": "# ccraft\nccraft is a modern automated build system for C/C++ projects, similar to GNU Make, but simpler and more powerful\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Modern automated build system for C/C++ projects, similar to GNU Make, but simpler and more powerful",
    "version": "1.0.0a0",
    "project_urls": {
        "Changelog": "https://github.com/yazimut/ccraft/blob/master/changelog.txt",
        "Homepage": "https://github.com/yazimut/ccraft",
        "Issues": "https://github.com/yazimut/ccraft/issues",
        "Repository": "https://github.com/yazimut/ccraft"
    },
    "split_keywords": [
        "ccraft",
        " c",
        " c++",
        " c/c++",
        " build",
        " system"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbe28a7a14d6dde8512d2c72e87acaceb8c64765d1504083ceecf22c8de379e6",
                "md5": "01b60c4821bf9b2d15dfab618cba42a4",
                "sha256": "67a0bd494c0434bb3b8b92b9f5ed32bc51bfee8d4ffd65f47f1f38928ed234d1"
            },
            "downloads": -1,
            "filename": "ccraft-1.0.0a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01b60c4821bf9b2d15dfab618cba42a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12.3",
            "size": 2848,
            "upload_time": "2024-12-28T23:10:33",
            "upload_time_iso_8601": "2024-12-28T23:10:33.765948Z",
            "url": "https://files.pythonhosted.org/packages/fb/e2/8a7a14d6dde8512d2c72e87acaceb8c64765d1504083ceecf22c8de379e6/ccraft-1.0.0a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c27750563021e0515e51ae7f95f26702a6e170aa7b96b692624d91dba88883c8",
                "md5": "5ade19627d40b9a5aaec1168aa6e8475",
                "sha256": "04ccb2aee23db592764454da5ef87526803776bffabed2ccaa7cfc89ae92550e"
            },
            "downloads": -1,
            "filename": "ccraft-1.0.0a0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ade19627d40b9a5aaec1168aa6e8475",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12.3",
            "size": 2333,
            "upload_time": "2024-12-28T23:10:36",
            "upload_time_iso_8601": "2024-12-28T23:10:36.027937Z",
            "url": "https://files.pythonhosted.org/packages/c2/77/50563021e0515e51ae7f95f26702a6e170aa7b96b692624d91dba88883c8/ccraft-1.0.0a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-28 23:10:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yazimut",
    "github_project": "ccraft",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "1.2.2.post1"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.12.14"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.17.1"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "44.0.0"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "==",
                    "0.21.2"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "jaraco.classes",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "jaraco.context",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "jaraco.functools",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "jeepney",
            "specs": [
                [
                    "==",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "25.5.0"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "10.5.0"
                ]
            ]
        },
        {
            "name": "nh3",
            "specs": [
                [
                    "==",
                    "0.2.20"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "24.2"
                ]
            ]
        },
        {
            "name": "pkginfo",
            "specs": [
                [
                    "==",
                    "1.12.0"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.22"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.18.0"
                ]
            ]
        },
        {
            "name": "pyproject_hooks",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "readme_renderer",
            "specs": [
                [
                    "==",
                    "44.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "rfc3986",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.9.4"
                ]
            ]
        },
        {
            "name": "SecretStorage",
            "specs": [
                [
                    "==",
                    "3.3.3"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "75.6.0"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.3.0"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.45.1"
                ]
            ]
        }
    ],
    "lcname": "ccraft"
}
        
Elapsed time: 0.58806s