atpublic


Nameatpublic JSON
Version 4.1.0 PyPI version JSON
download
home_pageNone
SummaryKeep all y'all's __all__'s in sync
upload_time2024-03-30 03:35:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords __all__ private public
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
 @public and @private
======================

This library provides two very simple decorators that document the
*publicness* of the names in your module.  They keep your module's ``__all__``
in sync so you don't have to.


Author
======

``public`` is Copyright (C) 2016-2024 Barry Warsaw <barry@python.org>

Licensed under the terms of the Apache License Version 2.0.  See the LICENSE
file for details.


Project details
===============

 * Project home: https://gitlab.com/warsaw/public
 * Report bugs at: https://gitlab.com/warsaw/public/issues
 * Code hosting: https://gitlab.com/warsaw/public.git
 * Documentation: https://public.readthedocs.io
 * PyPI: https://pypi.python.org/pypi/atpublic

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "atpublic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "__all__, private, public",
    "author": null,
    "author_email": "Barry Warsaw <barry@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/ae/5b/61439625efcd11dfa2f299d60183476f58a138020c2f9b6a4e46b0e74d78/atpublic-4.1.0.tar.gz",
    "platform": null,
    "description": "======================\n @public and @private\n======================\n\nThis library provides two very simple decorators that document the\n*publicness* of the names in your module.  They keep your module's ``__all__``\nin sync so you don't have to.\n\n\nAuthor\n======\n\n``public`` is Copyright (C) 2016-2024 Barry Warsaw <barry@python.org>\n\nLicensed under the terms of the Apache License Version 2.0.  See the LICENSE\nfile for details.\n\n\nProject details\n===============\n\n * Project home: https://gitlab.com/warsaw/public\n * Report bugs at: https://gitlab.com/warsaw/public/issues\n * Code hosting: https://gitlab.com/warsaw/public.git\n * Documentation: https://public.readthedocs.io\n * PyPI: https://pypi.python.org/pypi/atpublic\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Keep all y'all's __all__'s in sync",
    "version": "4.1.0",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/warsaw/public/issues",
        "Documentation": "https://public.readthedocs.io",
        "Home Page": "https://public.readthedocs.io",
        "Source": "https://gitlab.com/warsaw/public.git"
    },
    "split_keywords": [
        "__all__",
        " private",
        " public"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e5e3613e5aa17ac07a69e89a5f47706f5719035f386eb024d6680483926b034",
                "md5": "793fd22176eae36ebf015913927e17b3",
                "sha256": "df90de1162b1a941ee486f484691dc7c33123ee638ea5d6ca604061306e0fdde"
            },
            "downloads": -1,
            "filename": "atpublic-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "793fd22176eae36ebf015913927e17b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4958,
            "upload_time": "2024-03-30T03:35:24",
            "upload_time_iso_8601": "2024-03-30T03:35:24.602890Z",
            "url": "https://files.pythonhosted.org/packages/5e/5e/3613e5aa17ac07a69e89a5f47706f5719035f386eb024d6680483926b034/atpublic-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae5b61439625efcd11dfa2f299d60183476f58a138020c2f9b6a4e46b0e74d78",
                "md5": "5bbc649ac1d650232eac0481c4f1583d",
                "sha256": "d1c8cd931af7461f6d18bc6063383e8654d9e9ef19d58ee6dc01e8515bbf55df"
            },
            "downloads": -1,
            "filename": "atpublic-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5bbc649ac1d650232eac0481c4f1583d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14426,
            "upload_time": "2024-03-30T03:35:23",
            "upload_time_iso_8601": "2024-03-30T03:35:23.017356Z",
            "url": "https://files.pythonhosted.org/packages/ae/5b/61439625efcd11dfa2f299d60183476f58a138020c2f9b6a4e46b0e74d78/atpublic-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-30 03:35:23",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "warsaw",
    "gitlab_project": "public",
    "lcname": "atpublic"
}
        
Elapsed time: 0.23937s