Skip to main content

Collection of iteration, caching and async tools

Project description

iterfuncs

A collection of tools of async and sync iteration/caching and some funcitonal stuff

Installation

pip install iterfuncs

Requirements:

  • Python 3.12

Development

  • clone the repo
  • create and invoke a venv: python -m venv .venv | . .venv/bin/activate
  • install the requirements: pip install -r requirements.txt
  • install pre-commit and execute pre-commit install

Deployment

  • go to setup.py and increase the version
  • commit your changes and push them to a new branch

IMPORTANT

  • DON'T DO pip freeze > requirements.txt - it can cause issues with the lambdas etc.

    Just add the packages to requirements manually, specifying versions if necessary

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iterfuncs-0.2.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

iterfuncs-0.2.0-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page