--- id: none version: "0.1.1" license: MIT license_treatment: permissive maintenance: dormant --- # none — An extensive library providing additional facilities to the Python Standard Library. License: permissive · Maintenance: dormant · Downloads: 219.4K/mo ## What it is and what it does None is a Python library positioned as a collection of extra utilities and facilities not found in the standard library. It supports Python 3.7 through 3.10 and is distributed as a pure-Python wheel with type hints. The package depends on sphinx and rfc3986 at runtime. However, the description provides no concrete detail about what utilities it actually contains or what problems it solves. The project is in 'Planning' development status, has not been updated since 2022-08-08, and shows minimal adoption (2 GitHub stars, ranked in the top 15000 by downloads but with only 219412 monthly downloads across that tier). No documentation link is provided, making it difficult to assess what value it offers. Use it for: - Extend Python standard library capabilities if the package's specific utilities match your needs (unclear without documentation). - Reference typed Python code patterns if the package's implementation serves as an example. - Use as a dependency if another package you rely on requires it. - Experiment with utilities for URL parsing via rfc3986 integration, if that is what the package wraps. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A library providing additional utilities and facilities beyond the Python Standard Library, with support for modern Python versions and typed interfaces. No. The package is dormant (no updates since 2022), in Planning status, provides no concrete documentation of what it does, and shows minimal adoption. The vague description and absent API docs make it impossible to determine if it solves a real problem. Install only if another package explicitly requires it as a dependency. ## Install pip install none uv add none poetry add none ## Installing none Before you install: Low install friction with a pure-Python wheel distribution. However, the package is dormant—last release was 2022-08-08 and no commits since 2024-08-01—so it receives no active maintenance or updates. License in practice: MIT license (permissive) means you can use, modify, and redistribute the code freely in commercial or private projects, provided you include the license notice. Quickstart: pip install none import none Requires Python 3.7 or later (supports 3.7, 3.8, 3.9, 3.10). Verify before relying: - What specific utilities or facilities the package actually provides—the description is vague and no API documentation is linked. - Whether the package is genuinely useful or if it is a placeholder/abandoned project, given its 'Planning' development status and minimal GitHub presence (2 stars). - How the runtime dependencies sphinx and rfc3986 are used—whether they are required at runtime or only for documentation. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 219.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags python standard library extensions, additional utilities library, python convenience tools, extra facilities beyond stdlib, typed python utilities, development utilities library, python helper functions, dormant, undocumented [View on SkillFed](https://skillfed.io/packages/none) · [View on PyPI](https://pypi.org/project/none/)