feu


Namefeu JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/durandtibo/feu
SummaryA light library to help to manage packages
upload_time2024-03-23 18:58:22
maintainerNone
docs_urlNone
authorThibaut Durand
requires_python<3.13,>=3.9
licenseBSD-3-Clause
keywords package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # feu :fire:

<p align="center">
    <a href="https://github.com/durandtibo/feu/actions">
        <img alt="CI" src="https://github.com/durandtibo/feu/workflows/CI/badge.svg">
    </a>
    <a href="https://durandtibo.github.io/feu/">
        <img alt="Documentation" src="https://github.com/durandtibo/feu/workflows/Documentation/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/feu/actions">
        <img alt="Nightly Tests" src="https://github.com/durandtibo/feu/workflows/Nightly%20Tests/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/feu/actions">
        <img alt="Nightly Package Tests" src="https://github.com/durandtibo/feu/workflows/Nightly%20Package%20Tests/badge.svg">
    </a>
    <br/>
    <a href="https://codecov.io/gh/durandtibo/feu">
        <img alt="Codecov" src="https://codecov.io/gh/durandtibo/feu/branch/main/graph/badge.svg">
    </a>
    <a href="https://codeclimate.com/github/durandtibo/feu/maintainability">
        <img src="https://api.codeclimate.com/v1/badges/173c4176f130dd424881/maintainability" />
    </a>
    <a href="https://codeclimate.com/github/durandtibo/feu/test_coverage">
        <img src="https://api.codeclimate.com/v1/badges/173c4176f130dd424881/test_coverage" />
    </a>
    <br/>
    <a href="https://pypi.org/project/feu/">
        <img alt="PYPI version" src="https://img.shields.io/pypi/v/feu">
    </a>
    <a href="https://pypi.org/project/feu/">
        <img alt="Python" src="https://img.shields.io/pypi/pyversions/feu.svg">
    </a>
    <a href="https://opensource.org/licenses/BSD-3-Clause">
        <img alt="BSD-3-Clause" src="https://img.shields.io/pypi/l/feu">
    </a>
    <a href="https://github.com/psf/black">
        <img  alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
    </a>
    <a href="https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings">
        <img  alt="Doc style: google" src="https://img.shields.io/badge/%20style-google-3666d6.svg">
    </a>
    <br/>
    <a href="https://pepy.tech/project/feu">
        <img  alt="Downloads" src="https://static.pepy.tech/badge/feu">
    </a>
    <a href="https://pepy.tech/project/feu">
        <img  alt="Monthly downloads" src="https://static.pepy.tech/badge/feu/month">
    </a>
    <br/>
</p>

## Overview

`feu` is a light Python library to help to manage packages.

- [Documentation](https://durandtibo.github.io/feu/)
- [Installation](#installation)
- [Contributing](#contributing)
- [API stability](#api-stability)
- [License](#license)

## Installation

We highly recommend installing
a [virtual environment](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/).
`feu` can be installed from pip using the following command:

```shell
pip install feu
```

To make the package as slim as possible, only the minimal packages required to use `feu` are
installed.
To include all the dependencies, you can use the following command:

```shell
pip install feu[all]
```

Please check the [get started page](https://durandtibo.github.io/feu/get_started) to see how to
install only some specific dependencies or other alternatives to install the library.
The following is the corresponding `feu` versions and supported dependencies.

| `feu`   | `packaging`    | `python`      |
|---------|----------------|---------------|
| `main`  | `>=21.0,<25.0` | `>=3.9,<3.13` |
| `0.0.3` | `>=21.0,<25.0` | `>=3.9,<3.13` |
| `0.0.2` | `>=22.0,<24.0` | `>=3.9,<3.13` |
| `0.0.1` | `>=22.0,<23.3` | `>=3.9,<3.13` |

<sup>*</sup> indicates an optional dependency

## Contributing

Please check the instructions in [CONTRIBUTING.md](.github/CONTRIBUTING.md).

## Suggestions and Communication

Everyone is welcome to contribute to the community.
If you have any questions or suggestions, you can
submit [Github Issues](https://github.com/durandtibo/feu/issues).
We will reply to you as soon as possible. Thank you very much.

## API stability

:warning: While `feu` is in development stage, no API is guaranteed to be stable from one
release to the next.
In fact, it is very likely that the API will change multiple times before a stable 1.0.0 release.
In practice, this means that upgrading `feu` to a new version will possibly break any code that
was using the old version of `feu`.

## License

`feu` is licensed under BSD 3-Clause "New" or "Revised" license available in [LICENSE](LICENSE)
file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/durandtibo/feu",
    "name": "feu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": "package",
    "author": "Thibaut Durand",
    "author_email": "durand.tibo+gh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/b7/70bbc986f55cfb9f5777244aff7b6efc78fb49480f94256047caca19bc09/feu-0.0.3.tar.gz",
    "platform": null,
    "description": "# feu :fire:\n\n<p align=\"center\">\n    <a href=\"https://github.com/durandtibo/feu/actions\">\n        <img alt=\"CI\" src=\"https://github.com/durandtibo/feu/workflows/CI/badge.svg\">\n    </a>\n    <a href=\"https://durandtibo.github.io/feu/\">\n        <img alt=\"Documentation\" src=\"https://github.com/durandtibo/feu/workflows/Documentation/badge.svg\">\n    </a>\n    <a href=\"https://github.com/durandtibo/feu/actions\">\n        <img alt=\"Nightly Tests\" src=\"https://github.com/durandtibo/feu/workflows/Nightly%20Tests/badge.svg\">\n    </a>\n    <a href=\"https://github.com/durandtibo/feu/actions\">\n        <img alt=\"Nightly Package Tests\" src=\"https://github.com/durandtibo/feu/workflows/Nightly%20Package%20Tests/badge.svg\">\n    </a>\n    <br/>\n    <a href=\"https://codecov.io/gh/durandtibo/feu\">\n        <img alt=\"Codecov\" src=\"https://codecov.io/gh/durandtibo/feu/branch/main/graph/badge.svg\">\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/feu/maintainability\">\n        <img src=\"https://api.codeclimate.com/v1/badges/173c4176f130dd424881/maintainability\" />\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/feu/test_coverage\">\n        <img src=\"https://api.codeclimate.com/v1/badges/173c4176f130dd424881/test_coverage\" />\n    </a>\n    <br/>\n    <a href=\"https://pypi.org/project/feu/\">\n        <img alt=\"PYPI version\" src=\"https://img.shields.io/pypi/v/feu\">\n    </a>\n    <a href=\"https://pypi.org/project/feu/\">\n        <img alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/feu.svg\">\n    </a>\n    <a href=\"https://opensource.org/licenses/BSD-3-Clause\">\n        <img alt=\"BSD-3-Clause\" src=\"https://img.shields.io/pypi/l/feu\">\n    </a>\n    <a href=\"https://github.com/psf/black\">\n        <img  alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\">\n    </a>\n    <a href=\"https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings\">\n        <img  alt=\"Doc style: google\" src=\"https://img.shields.io/badge/%20style-google-3666d6.svg\">\n    </a>\n    <br/>\n    <a href=\"https://pepy.tech/project/feu\">\n        <img  alt=\"Downloads\" src=\"https://static.pepy.tech/badge/feu\">\n    </a>\n    <a href=\"https://pepy.tech/project/feu\">\n        <img  alt=\"Monthly downloads\" src=\"https://static.pepy.tech/badge/feu/month\">\n    </a>\n    <br/>\n</p>\n\n## Overview\n\n`feu` is a light Python library to help to manage packages.\n\n- [Documentation](https://durandtibo.github.io/feu/)\n- [Installation](#installation)\n- [Contributing](#contributing)\n- [API stability](#api-stability)\n- [License](#license)\n\n## Installation\n\nWe highly recommend installing\na [virtual environment](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/).\n`feu` can be installed from pip using the following command:\n\n```shell\npip install feu\n```\n\nTo make the package as slim as possible, only the minimal packages required to use `feu` are\ninstalled.\nTo include all the dependencies, you can use the following command:\n\n```shell\npip install feu[all]\n```\n\nPlease check the [get started page](https://durandtibo.github.io/feu/get_started) to see how to\ninstall only some specific dependencies or other alternatives to install the library.\nThe following is the corresponding `feu` versions and supported dependencies.\n\n| `feu`   | `packaging`    | `python`      |\n|---------|----------------|---------------|\n| `main`  | `>=21.0,<25.0` | `>=3.9,<3.13` |\n| `0.0.3` | `>=21.0,<25.0` | `>=3.9,<3.13` |\n| `0.0.2` | `>=22.0,<24.0` | `>=3.9,<3.13` |\n| `0.0.1` | `>=22.0,<23.3` | `>=3.9,<3.13` |\n\n<sup>*</sup> indicates an optional dependency\n\n## Contributing\n\nPlease check the instructions in [CONTRIBUTING.md](.github/CONTRIBUTING.md).\n\n## Suggestions and Communication\n\nEveryone is welcome to contribute to the community.\nIf you have any questions or suggestions, you can\nsubmit [Github Issues](https://github.com/durandtibo/feu/issues).\nWe will reply to you as soon as possible. Thank you very much.\n\n## API stability\n\n:warning: While `feu` is in development stage, no API is guaranteed to be stable from one\nrelease to the next.\nIn fact, it is very likely that the API will change multiple times before a stable 1.0.0 release.\nIn practice, this means that upgrading `feu` to a new version will possibly break any code that\nwas using the old version of `feu`.\n\n## License\n\n`feu` is licensed under BSD 3-Clause \"New\" or \"Revised\" license available in [LICENSE](LICENSE)\nfile.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A light library to help to manage packages",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/durandtibo/feu",
        "Repository": "https://github.com/durandtibo/feu"
    },
    "split_keywords": [
        "package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e67a7c06038421e280187b39fb85950a0145f8f09236ef5488fc0034a0fd4376",
                "md5": "3afa2240d4e638a0427cf339bffd15ba",
                "sha256": "6d178329cd43f327c1871f28c1fdc71d9527536977401ec1e0f1cd63ff195d28"
            },
            "downloads": -1,
            "filename": "feu-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3afa2240d4e638a0427cf339bffd15ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 5119,
            "upload_time": "2024-03-23T18:58:21",
            "upload_time_iso_8601": "2024-03-23T18:58:21.261145Z",
            "url": "https://files.pythonhosted.org/packages/e6/7a/7c06038421e280187b39fb85950a0145f8f09236ef5488fc0034a0fd4376/feu-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7eb770bbc986f55cfb9f5777244aff7b6efc78fb49480f94256047caca19bc09",
                "md5": "0313c57bef8b2bb7f57b1b23d3fc0b87",
                "sha256": "f344ffc35d968edb7bf996666925a50e4d56ab8274d388c960a7908753433ba7"
            },
            "downloads": -1,
            "filename": "feu-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0313c57bef8b2bb7f57b1b23d3fc0b87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 6200,
            "upload_time": "2024-03-23T18:58:22",
            "upload_time_iso_8601": "2024-03-23T18:58:22.254396Z",
            "url": "https://files.pythonhosted.org/packages/7e/b7/70bbc986f55cfb9f5777244aff7b6efc78fb49480f94256047caca19bc09/feu-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 18:58:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "durandtibo",
    "github_project": "feu",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "feu"
}
        
Elapsed time: 0.21161s