https://github.com/nekitdev/funcs
Functional programming in Python.
https://github.com/nekitdev/funcs
function functional paradigm python
Last synced: 13 days ago
JSON representation
Functional programming in Python.
- Host: GitHub
- URL: https://github.com/nekitdev/funcs
- Owner: nekitdev
- License: mit
- Created: 2023-04-06T12:48:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T10:21:19.000Z (about 1 year ago)
- Last Synced: 2025-11-27T18:11:03.355Z (3 months ago)
- Topics: function, functional, paradigm, python
- Language: Python
- Homepage: https://nekitdev.github.io/funcs
- Size: 661 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
![Image]
# `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
$ pip install git+https://github.com/nekitdev/funcs.git
```
Or via cloning the repository:
```console
$ git clone https://github.com/nekitdev/funcs.git
$ cd funcs
$ pip install .
```
### `uv`
You can add `funcs` as a dependency with the following command:
```console
$ uv add funcs
```
## 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.
[Image]: https://github.com/nekitdev/funcs/blob/main/funcs.svg?raw=true
[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