gitextract_jx6rvyvg/ ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── README.txt ├── camel/ │ ├── __init__.py │ └── tests/ │ ├── __init__.py │ ├── test_docs.py │ └── test_general.py ├── docs/ │ ├── Makefile │ ├── api.rst │ ├── camel.rst │ ├── conf.py │ ├── index.rst │ ├── make.bat │ └── yamlref.rst └── setup.py