├── .gitignore ├── LICENSE ├── README.md ├── example.py ├── performance.log ├── setup.py └── umarell.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alessandrobessi/umarell/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alessandrobessi/umarell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alessandrobessi/umarell/HEAD/README.md -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alessandrobessi/umarell/HEAD/example.py -------------------------------------------------------------------------------- /performance.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alessandrobessi/umarell/HEAD/performance.log -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alessandrobessi/umarell/HEAD/setup.py -------------------------------------------------------------------------------- /umarell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alessandrobessi/umarell/HEAD/umarell.py --------------------------------------------------------------------------------