atpublic


Nameatpublic JSON
Version 5.1 PyPI version JSON
download
home_pageNone
SummaryKeep all y'all's __all__'s in sync
upload_time2025-01-24 02:30:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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.9",
    "maintainer_email": null,
    "keywords": "__all__, private, public",
    "author": null,
    "author_email": "Barry Warsaw <barry@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/fa/af/d5113daf3947044e43d74305cbd31502915c784e158c0c098db03ceeff17/atpublic-5.1.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": "5.1",
    "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": "35c16408177d6078e159fd3a2a53206e8d1d51ba30ef75ad016b19dada6952b4",
                "md5": "d66b889749b6586b24f3052a78fb7871",
                "sha256": "135783dbd887fbddb6ef032d104da70c124f2b44b9e2d79df07b9da5334825e3"
            },
            "downloads": -1,
            "filename": "atpublic-5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d66b889749b6586b24f3052a78fb7871",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5209,
            "upload_time": "2025-01-24T02:30:40",
            "upload_time_iso_8601": "2025-01-24T02:30:40.156560Z",
            "url": "https://files.pythonhosted.org/packages/35/c1/6408177d6078e159fd3a2a53206e8d1d51ba30ef75ad016b19dada6952b4/atpublic-5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "faafd5113daf3947044e43d74305cbd31502915c784e158c0c098db03ceeff17",
                "md5": "cb428acf91e182aa24004b615f84175e",
                "sha256": "abc1f4b3dbdd841cc3539e4b5e4f3ad41d658359de704e30cb36da4d4e9d3022"
            },
            "downloads": -1,
            "filename": "atpublic-5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cb428acf91e182aa24004b615f84175e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14670,
            "upload_time": "2025-01-24T02:30:41",
            "upload_time_iso_8601": "2025-01-24T02:30:41.546864Z",
            "url": "https://files.pythonhosted.org/packages/fa/af/d5113daf3947044e43d74305cbd31502915c784e158c0c098db03ceeff17/atpublic-5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 02:30:41",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "warsaw",
    "gitlab_project": "public",
    "lcname": "atpublic"
}
        
Elapsed time: 0.78519s