gitextract_0gqp2iax/ ├── LICENSE ├── MANIFEST.in ├── README.rst ├── docs/ │ ├── Makefile │ ├── make.bat │ └── source/ │ ├── README │ ├── _static/ │ │ └── .gitkeep │ ├── conf.py │ └── index.rst ├── easy_tensorflow/ │ ├── __init__.py │ ├── evolve_functions.py │ ├── main.py │ ├── metadata.py │ ├── tf_dictionaries.py │ └── tf_functions.py ├── pavement.py ├── requirements-dev.txt ├── requirements.txt ├── setup.py ├── tests/ │ └── test_main.py └── tox.ini