├── .gitignore ├── LICENSE ├── README.md └── images └── py-atlas.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geru-scotland/pylib-atlas/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geru-scotland/pylib-atlas/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geru-scotland/pylib-atlas/HEAD/README.md -------------------------------------------------------------------------------- /images/py-atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geru-scotland/pylib-atlas/HEAD/images/py-atlas.png --------------------------------------------------------------------------------