├── .gitignore ├── LICENSE.md ├── README.md ├── lovelace_migrate.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dale3h/python-lovelace/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dale3h/python-lovelace/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dale3h/python-lovelace/HEAD/README.md -------------------------------------------------------------------------------- /lovelace_migrate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dale3h/python-lovelace/HEAD/lovelace_migrate.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests>=2.14.2 2 | pyyaml>=3.11,<4 3 | --------------------------------------------------------------------------------