{"id":21029397,"url":"https://github.com/maxtepkeev/instructions","last_synced_at":"2026-02-23T21:05:14.946Z","repository":{"id":27773868,"uuid":"31262370","full_name":"maxtepkeev/instructions","owner":"maxtepkeev","description":"Working with Python iterable data structures made easy","archived":false,"fork":false,"pushed_at":"2019-01-13T12:56:46.000Z","size":103,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T00:04:32.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxtepkeev.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-24T13:57:02.000Z","updated_at":"2023-03-01T14:30:21.000Z","dependencies_parsed_at":"2022-09-03T07:21:47.999Z","dependency_job_id":null,"html_url":"https://github.com/maxtepkeev/instructions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtepkeev%2Finstructions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtepkeev%2Finstructions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtepkeev%2Finstructions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtepkeev%2Finstructions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxtepkeev","download_url":"https://codeload.github.com/maxtepkeev/instructions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254330721,"owners_count":22053034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T12:12:12.900Z","updated_at":"2026-02-23T21:05:14.909Z","avatar_url":"https://github.com/maxtepkeev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Instructions\n============\n\n.. image:: https://badge.fury.io/py/instructions.svg\n   :target: https://badge.fury.io/py/instructions\n\n.. image:: https://img.shields.io/travis/maxtepkeev/instructions/master.svg\n   :target: https://travis-ci.org/maxtepkeev/instructions\n\n.. image:: https://img.shields.io/coveralls/maxtepkeev/instructions/master.svg\n   :target: https://coveralls.io/r/maxtepkeev/instructions?branch=master\n\nAll developers are doing the same thing everyday - they're searching for some values inside\niterable data structures, trying to filter them somehow or count elements inside which satisfy\nsome requirements. We keep writing the same code over and over again from project to project.\nThere's no more need to do this, Instructions to the rescue. Instructions is a library, written\nin Python to simplify lives of Python developers. This is how we could write some code using\nInstructions which searches for a string with a length of 3 inside a list of values:\n\n.. code-block:: python\n\n   \u003e\u003e\u003e instructions.findstring__len(3).inside(['foo', 'bar', 'blah', 1, 2])\n\nInstructions does all the hard work for you, just tell it what do you want to do in plain english\nand it will magically execute your instruction.\n\nFeatures\n--------\n\n* Supports Python 2.6 - 3.6, PyPy and PyPy3\n* Supports all built-in Python data types\n* Easily extendable\n* Extensively documented\n* Comes with more than 100 filters\n\nInstallation\n------------\n\nTo install Instructions, simply:\n\n.. code-block:: bash\n\n   $ pip install instructions\n\nor:\n\n.. code-block:: bash\n\n   $ easy_install instructions\n\nDocumentation\n-------------\n\nDocumentation is available at https://instructions.readthedocs.io.\n\nContacts and Support\n--------------------\n\nI will be glad to get your `feedback \u003chttps://github.com/maxtepkeev/instructions/issues\u003e`_, `pull requests\n\u003chttps://github.com/maxtepkeev/instructions/pulls\u003e`_, `issues \u003chttps://github.com/maxtepkeev/instructions/issues\u003e`_,\nwhatever. Feel free to contact me for any questions.\n\nDonations and Sponsorship\n-------------------------\n\nIf you like this project and want to support it you have several options:\n\n#. Just give this project a star at the top of the page.\n#. Become a sponsor. Contact me via ``tepkeev at gmail dot com`` if you are interested in becoming a sponsor\n   and we will discuss the terms and conditions.\n\nCopyright and License\n---------------------\n\nInstructions is licensed under Apache 2.0 license. Check the `LICENSE\n\u003chttps://github.com/maxtepkeev/instructions/blob/master/LICENSE\u003e`_ for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxtepkeev%2Finstructions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxtepkeev%2Finstructions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxtepkeev%2Finstructions/lists"}