├── .gitignore ├── LICENSE ├── README.md └── make_profile_pkg.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timsutton/make-profile-pkg/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timsutton/make-profile-pkg/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timsutton/make-profile-pkg/HEAD/README.md -------------------------------------------------------------------------------- /make_profile_pkg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timsutton/make-profile-pkg/HEAD/make_profile_pkg.py --------------------------------------------------------------------------------