funcs


Namefuncs JSON
Version 0.10.1 PyPI version JSON
download
home_pagehttps://github.com/nekitdev/funcs
SummaryFunctional programming in Python.
upload_time2024-04-19 18:37:38
maintainerNone
docs_urlNone
authornekitdev
requires_python>=3.8
licenseMIT
keywords python function functional paradigm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `funcs`

[![License][License Badge]][License]
[![Version][Version Badge]][Package]
[![Downloads][Downloads Badge]][Package]
[![Discord][Discord Badge]][Discord]

[![Documentation][Documentation Badge]][Documentation]
[![Check][Check Badge]][Actions]
[![Test][Test Badge]][Actions]
[![Coverage][Coverage Badge]][Coverage]

> *Functional programming in Python.*

## Installing

**Python 3.8 or above is required.**

### pip

Installing the library with `pip` is quite simple:

```console
$ pip install funcs
```

Alternatively, the library can be installed from source:

```console
$ git clone https://github.com/nekitdev/funcs.git
$ cd funcs
$ python -m pip install .
```

### poetry

You can add `funcs` as a dependency with the following command:

```console
$ poetry add funcs
```

Or by directly specifying it in the configuration like so:

```toml
[tool.poetry.dependencies]
funcs = "^0.10.1"
```

Alternatively, you can add it directly from the source:

```toml
[tool.poetry.dependencies.funcs]
git = "https://github.com/nekitdev/funcs.git"
```

## Documentation

You can find the documentation [here][Documentation].

## Support

If you need support with the library, you can send an [email][Email]
or refer to the official [Discord server][Discord].

## Changelog

You can find the changelog [here][Changelog].

## Security Policy

You can find the Security Policy of `funcs` [here][Security].

## Contributing

If you are interested in contributing to `funcs`, make sure to take a look at the
[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].

## License

`funcs` is licensed under the MIT License terms. See [License][License] for details.

[Email]: mailto:support@nekit.dev

[Discord]: https://nekit.dev/chat

[Actions]: https://github.com/nekitdev/funcs/actions

[Changelog]: https://github.com/nekitdev/funcs/blob/main/CHANGELOG.md
[Code of Conduct]: https://github.com/nekitdev/funcs/blob/main/CODE_OF_CONDUCT.md
[Contributing Guide]: https://github.com/nekitdev/funcs/blob/main/CONTRIBUTING.md
[Security]: https://github.com/nekitdev/funcs/blob/main/SECURITY.md

[License]: https://github.com/nekitdev/funcs/blob/main/LICENSE

[Package]: https://pypi.org/project/funcs
[Coverage]: https://codecov.io/gh/nekitdev/funcs
[Documentation]: https://nekitdev.github.io/funcs

[Discord Badge]: https://img.shields.io/discord/728012506899021874
[License Badge]: https://img.shields.io/pypi/l/funcs
[Version Badge]: https://img.shields.io/pypi/v/funcs
[Downloads Badge]: https://img.shields.io/pypi/dm/funcs

[Documentation Badge]: https://github.com/nekitdev/funcs/workflows/docs/badge.svg
[Check Badge]: https://github.com/nekitdev/funcs/workflows/check/badge.svg
[Test Badge]: https://github.com/nekitdev/funcs/workflows/test/badge.svg
[Coverage Badge]: https://codecov.io/gh/nekitdev/funcs/branch/main/graph/badge.svg

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nekitdev/funcs",
    "name": "funcs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, function, functional, paradigm",
    "author": "nekitdev",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/50/32/f8d5cded941c84e80c4fda5036432d3804ff92f5c78a8503d38caa190895/funcs-0.10.1.tar.gz",
    "platform": null,
    "description": "# `funcs`\n\n[![License][License Badge]][License]\n[![Version][Version Badge]][Package]\n[![Downloads][Downloads Badge]][Package]\n[![Discord][Discord Badge]][Discord]\n\n[![Documentation][Documentation Badge]][Documentation]\n[![Check][Check Badge]][Actions]\n[![Test][Test Badge]][Actions]\n[![Coverage][Coverage Badge]][Coverage]\n\n> *Functional programming in Python.*\n\n## Installing\n\n**Python 3.8 or above is required.**\n\n### pip\n\nInstalling the library with `pip` is quite simple:\n\n```console\n$ pip install funcs\n```\n\nAlternatively, the library can be installed from source:\n\n```console\n$ git clone https://github.com/nekitdev/funcs.git\n$ cd funcs\n$ python -m pip install .\n```\n\n### poetry\n\nYou can add `funcs` as a dependency with the following command:\n\n```console\n$ poetry add funcs\n```\n\nOr by directly specifying it in the configuration like so:\n\n```toml\n[tool.poetry.dependencies]\nfuncs = \"^0.10.1\"\n```\n\nAlternatively, you can add it directly from the source:\n\n```toml\n[tool.poetry.dependencies.funcs]\ngit = \"https://github.com/nekitdev/funcs.git\"\n```\n\n## Documentation\n\nYou can find the documentation [here][Documentation].\n\n## Support\n\nIf you need support with the library, you can send an [email][Email]\nor refer to the official [Discord server][Discord].\n\n## Changelog\n\nYou can find the changelog [here][Changelog].\n\n## Security Policy\n\nYou can find the Security Policy of `funcs` [here][Security].\n\n## Contributing\n\nIf you are interested in contributing to `funcs`, make sure to take a look at the\n[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].\n\n## License\n\n`funcs` is licensed under the MIT License terms. See [License][License] for details.\n\n[Email]: mailto:support@nekit.dev\n\n[Discord]: https://nekit.dev/chat\n\n[Actions]: https://github.com/nekitdev/funcs/actions\n\n[Changelog]: https://github.com/nekitdev/funcs/blob/main/CHANGELOG.md\n[Code of Conduct]: https://github.com/nekitdev/funcs/blob/main/CODE_OF_CONDUCT.md\n[Contributing Guide]: https://github.com/nekitdev/funcs/blob/main/CONTRIBUTING.md\n[Security]: https://github.com/nekitdev/funcs/blob/main/SECURITY.md\n\n[License]: https://github.com/nekitdev/funcs/blob/main/LICENSE\n\n[Package]: https://pypi.org/project/funcs\n[Coverage]: https://codecov.io/gh/nekitdev/funcs\n[Documentation]: https://nekitdev.github.io/funcs\n\n[Discord Badge]: https://img.shields.io/discord/728012506899021874\n[License Badge]: https://img.shields.io/pypi/l/funcs\n[Version Badge]: https://img.shields.io/pypi/v/funcs\n[Downloads Badge]: https://img.shields.io/pypi/dm/funcs\n\n[Documentation Badge]: https://github.com/nekitdev/funcs/workflows/docs/badge.svg\n[Check Badge]: https://github.com/nekitdev/funcs/workflows/check/badge.svg\n[Test Badge]: https://github.com/nekitdev/funcs/workflows/test/badge.svg\n[Coverage Badge]: https://codecov.io/gh/nekitdev/funcs/branch/main/graph/badge.svg\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Functional programming in Python.",
    "version": "0.10.1",
    "project_urls": {
        "Chat": "https://nekit.dev/chat",
        "Documentation": "https://nekitdev.github.io/funcs",
        "Funding": "https://nekit.dev/funding",
        "Homepage": "https://github.com/nekitdev/funcs",
        "Issues": "https://github.com/nekitdev/funcs/issues",
        "Repository": "https://github.com/nekitdev/funcs"
    },
    "split_keywords": [
        "python",
        " function",
        " functional",
        " paradigm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c80790e019bf24ec0abe4fb0c6b204b690ce995e602dc06bc6d09ac54d50dd9f",
                "md5": "cc4ae5cbce43f65ba63e1dc7fef7a0b0",
                "sha256": "d796924d3fb40119af682e1745c4ed67b95cd6c3e22c32600c51e3962c72dfe5"
            },
            "downloads": -1,
            "filename": "funcs-0.10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc4ae5cbce43f65ba63e1dc7fef7a0b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12001,
            "upload_time": "2024-04-19T18:37:37",
            "upload_time_iso_8601": "2024-04-19T18:37:37.519556Z",
            "url": "https://files.pythonhosted.org/packages/c8/07/90e019bf24ec0abe4fb0c6b204b690ce995e602dc06bc6d09ac54d50dd9f/funcs-0.10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5032f8d5cded941c84e80c4fda5036432d3804ff92f5c78a8503d38caa190895",
                "md5": "ebe24b2ce7257287f2cce91fe49e19e8",
                "sha256": "d1f9c7bf9559d8d962a6e3023650e0ef97cc77c4420c7c6cff2748f9faee7af1"
            },
            "downloads": -1,
            "filename": "funcs-0.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ebe24b2ce7257287f2cce91fe49e19e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9862,
            "upload_time": "2024-04-19T18:37:38",
            "upload_time_iso_8601": "2024-04-19T18:37:38.646053Z",
            "url": "https://files.pythonhosted.org/packages/50/32/f8d5cded941c84e80c4fda5036432d3804ff92f5c78a8503d38caa190895/funcs-0.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 18:37:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nekitdev",
    "github_project": "funcs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "funcs"
}
        
Elapsed time: 0.21923s