========
Overview
========
.. start-badges
.. list-table::
:stub-columns: 1
* - code
- |black| |mypy| |ruff|
* - docs
- |docs|
* - tests
- | |nox| |github-actions|
| |coveralls| |codecov|
| |codacy| |codeclimate|
* - package
- | |poetry| |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
.. |black| image:: https://img.shields.io/badge/%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Black
.. |mypy| image:: https://www.mypy-lang.org/static/mypy_badge.svg
:target: https://mypy-lang.org/
:alt: Mypy
.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: Ruff
.. |docs| image:: https://readthedocs.org/projects/python-no-name/badge/?style=flat
:target: https://python-no-name.readthedocs.io/
:alt: Documentation Status
.. |nox| image:: https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg
:alt: nox
:target: https://github.com/wntrblm/nox
.. |github-actions| image:: https://github.com/ugognw/python-no-name/actions/workflows/github-actions.yml/badge.svg
:alt: GitHub Actions Build Status
:target: https://github.com/ugognw/python-no-name/actions
.. |coveralls| image:: https://coveralls.io/repos/github/ugognw/python-no-name/badge.svg?branch=main
:alt: Coverage Status
:target: https://coveralls.io/github/ugognw/python-no-name?branch=main
.. |codecov| image:: https://codecov.io/gh/ugognw/python-no-name/branch/main/graphs/badge.svg?branch=main
:alt: Coverage Status
:target: https://app.codecov.io/github/ugognw/python-no-name
.. |codacy| image:: https://app.codacy.com/project/badge/Grade/9b29574117f2476098e056d72bf1c59a
:target: https://www.codacy.com/gh/ugognw/python-no-name
:alt: Codacy Code Quality Status
.. |codeclimate| image:: https://codeclimate.com/github/ugognw/python-no-name/badges/gpa.svg
:target: https://codeclimate.com/github/ugognw/python-no-name
:alt: CodeClimate Quality Status
.. |version| image:: https://img.shields.io/pypi/v/no-name.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/no-name
.. |wheel| image:: https://img.shields.io/pypi/wheel/no-name.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/no-name
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/no-name.svg
:alt: Supported versions
:target: https://pypi.org/project/no-name
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/no-name.svg
:alt: Supported implementations
:target: https://pypi.org/project/no-name
.. |commits-since| image:: https://img.shields.io/github/commits-since/ugognw/python-no-name/v0.0.0.svg
:alt: Commits since latest release
:target: https://github.com/ugognw/python-no-name/compare/v0.0.0...main
.. |poetry| image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
:alt: Poetry
:target: https://python-poetry.org/
.. end-badges
An example package. Generated with `cookiecutter-pylibrary_ <https://github.com/ugognw/cookiecutter-pylibrary>`.
* Free software: BSD 2-Clause License
Installation
============
::
pip install no-name
You can also install the in-development version with::
pip install https://github.com/ugognw/python-no-name/archive/main.zip
Documentation
=============
https://python-no-name.readthedocs.io/
To use the project:
.. code-block:: python
import no_name
Development
===========
To run all the tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
Raw data
{
"_id": null,
"home_page": "https://github.com/ugognw/python-no-name",
"name": "no-name",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<3.12",
"maintainer_email": "",
"keywords": "Template",
"author": "Ugochukwu Nwosu",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/9f/bb/a2e3af8ae60207fcb7c159c965e1bf3e739058faf3904017ad2df27d65bd/no_name-0.0.0.tar.gz",
"platform": null,
"description": "========\nOverview\n========\n.. start-badges\n\n.. list-table::\n :stub-columns: 1\n\n * - code\n - |black| |mypy| |ruff|\n * - docs\n - |docs|\n * - tests\n - | |nox| |github-actions|\n | |coveralls| |codecov|\n | |codacy| |codeclimate|\n * - package\n - | |poetry| |version| |wheel| |supported-versions| |supported-implementations|\n | |commits-since|\n\n.. |black| image:: https://img.shields.io/badge/%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Black\n\n.. |mypy| image:: https://www.mypy-lang.org/static/mypy_badge.svg\n :target: https://mypy-lang.org/\n :alt: Mypy\n\n.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json\n :target: https://github.com/astral-sh/ruff\n :alt: Ruff\n\n.. |docs| image:: https://readthedocs.org/projects/python-no-name/badge/?style=flat\n :target: https://python-no-name.readthedocs.io/\n :alt: Documentation Status\n\n.. |nox| image:: https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg\n :alt: nox\n :target: https://github.com/wntrblm/nox\n\n.. |github-actions| image:: https://github.com/ugognw/python-no-name/actions/workflows/github-actions.yml/badge.svg\n :alt: GitHub Actions Build Status\n :target: https://github.com/ugognw/python-no-name/actions\n\n.. |coveralls| image:: https://coveralls.io/repos/github/ugognw/python-no-name/badge.svg?branch=main\n :alt: Coverage Status\n :target: https://coveralls.io/github/ugognw/python-no-name?branch=main\n\n.. |codecov| image:: https://codecov.io/gh/ugognw/python-no-name/branch/main/graphs/badge.svg?branch=main\n :alt: Coverage Status\n :target: https://app.codecov.io/github/ugognw/python-no-name\n\n.. |codacy| image:: https://app.codacy.com/project/badge/Grade/9b29574117f2476098e056d72bf1c59a\n :target: https://www.codacy.com/gh/ugognw/python-no-name\n :alt: Codacy Code Quality Status\n\n.. |codeclimate| image:: https://codeclimate.com/github/ugognw/python-no-name/badges/gpa.svg\n :target: https://codeclimate.com/github/ugognw/python-no-name\n :alt: CodeClimate Quality Status\n\n.. |version| image:: https://img.shields.io/pypi/v/no-name.svg\n :alt: PyPI Package latest release\n :target: https://pypi.org/project/no-name\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/no-name.svg\n :alt: PyPI Wheel\n :target: https://pypi.org/project/no-name\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/no-name.svg\n :alt: Supported versions\n :target: https://pypi.org/project/no-name\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/no-name.svg\n :alt: Supported implementations\n :target: https://pypi.org/project/no-name\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/ugognw/python-no-name/v0.0.0.svg\n :alt: Commits since latest release\n :target: https://github.com/ugognw/python-no-name/compare/v0.0.0...main\n\n.. |poetry| image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\n :alt: Poetry\n :target: https://python-poetry.org/\n\n.. end-badges\n\nAn example package. Generated with `cookiecutter-pylibrary_ <https://github.com/ugognw/cookiecutter-pylibrary>`.\n\n* Free software: BSD 2-Clause License\n\nInstallation\n============\n\n::\n\n pip install no-name\n\nYou can also install the in-development version with::\n\n pip install https://github.com/ugognw/python-no-name/archive/main.zip\n\n\nDocumentation\n=============\n\nhttps://python-no-name.readthedocs.io/\n\nTo use the project:\n\n.. code-block:: python\n\n import no_name\n\nDevelopment\n===========\n\nTo run all the tests run::\n\n tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n :widths: 10 90\n :stub-columns: 1\n\n - - Windows\n - ::\n\n set PYTEST_ADDOPTS=--cov-append\n tox\n\n - - Other\n - ::\n\n PYTEST_ADDOPTS=--cov-append tox\n",
"bugtrack_url": null,
"license": "BSD 2-Clause License",
"summary": "An example package. Generated with cookiecutter-pylibrary.",
"version": "0.0.0",
"project_urls": {
"Documentation": "https://python-no-name.readthedocs.io/",
"Homepage": "https://github.com/ugognw/python-no-name",
"Repository": "https://github.com/ugognw/python-no-name"
},
"split_keywords": [
"template"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0577d579221250faac3c5d17ab0b5a1889287cc787f7572e87af912a1e4e8059",
"md5": "04847fcce07048ed6d244f6e6108f264",
"sha256": "3a1fb6febe39058161fd8c524f8d75aa12acf23abb4d618adfcb28311cdd2c4e"
},
"downloads": -1,
"filename": "no_name-0.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "04847fcce07048ed6d244f6e6108f264",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<3.12",
"size": 11485,
"upload_time": "2023-07-12T17:32:07",
"upload_time_iso_8601": "2023-07-12T17:32:07.639203Z",
"url": "https://files.pythonhosted.org/packages/05/77/d579221250faac3c5d17ab0b5a1889287cc787f7572e87af912a1e4e8059/no_name-0.0.0-py3-none-any.whl",
"yanked": true,
"yanked_reason": "mistaken push"
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9fbba2e3af8ae60207fcb7c159c965e1bf3e739058faf3904017ad2df27d65bd",
"md5": "e0b83f6ce637188f2e39fcfd3311a811",
"sha256": "eca4365f17288a6746a4456cc5f85a2f6c1e07d8cd9606740f1542536a02dbb1"
},
"downloads": -1,
"filename": "no_name-0.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e0b83f6ce637188f2e39fcfd3311a811",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<3.12",
"size": 7899,
"upload_time": "2023-07-12T17:32:08",
"upload_time_iso_8601": "2023-07-12T17:32:08.810763Z",
"url": "https://files.pythonhosted.org/packages/9f/bb/a2e3af8ae60207fcb7c159c965e1bf3e739058faf3904017ad2df27d65bd/no_name-0.0.0.tar.gz",
"yanked": true,
"yanked_reason": "mistaken push"
}
],
"upload_time": "2023-07-12 17:32:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ugognw",
"github_project": "python-no-name",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "no-name"
}