Skip to content

cthoyt-teaches-reproducibility/iter-together-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iter-together-2

This package has some utilities for iterating over files

Getting Started

from iter_together.utils import iter_together_file

file_1 = ['hi', 'hello']
file_2 = ['goodbye', 'cheers']
results = iter_together_file(file_1, file_2)

Installation

The code can be installed from GitHub with:

$ pip install git+https://github.com/cthoyt-teaches-reproducibility/iter-together-2.git

The code can be installed in development mode with:

$ git clone https://github.com/cthoyt-teaches-reproducibility/iter-together-2.git
$ cd iter-together-2
$ pip install --editable .

Where --editable means the code is symlinked into your environment's site-packages directory.

License

This code is licensed under the MIT license.

About

Iterate over two files with the same keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages