{ "info": { "author": "Jason Berger", "author_email": "JBerger@up-rev.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# UpRev-MrT\n\n**UpRev** **M**\u200bodule **R**\u200beusability and **T**\u200besting\n\nMrT is a collection of reusable modules that can be easily integrated into new projects. Each module is designed and maintained according to guidelines and standards to keep consistency. This allows uniform implementation, documentation and testing.\n\n## Installing MrT Utilities\n\nWhile Mr T is a collection of modules, they are managed with a set of python tools. These can be installed using pip\n\n```bash\npip install mrtutils\n```\n\n---\n## Using Mr T for a project:\n\nThe easiest way to get started with MrT is to using the MrT config tool:\n\n>**Note:** MrT Modules are added as git sub-modules, so make sure that you have already initialized your project as a git repo\n\n
\n\n```\ncd \nmrt-config \n```\nThis will open up the config gui and let you select modules to be imported.\n\n---\n## Contributing Modules to Mr T:\nFor more information on contributing a module to Mr. T, see the MrT wiki:\n\n\n---\n## Modules\n\n#### Platforms\n\nPlatforms are abstractions for specific platforms. This could be an OS or an MCU family. Each platform contains abstracted interfaces such as GPIO, Uart, SPI, and I2C. This allows the device modules to have a common interface for all platforms\n\n#### Devices\nDevices are modules for supporting commonly used ICs in projects. This would include common sensors, flash/eeprom memory, displays, battery charge controllers, etc.\n\nDeevice modules contain all the logic needed for their operation and communicate using abstracted interfaces from platform modules\n\n#### Utilities\nUtilities are modules that provide a common functionality with no need for abstraction, that is, they do not depend on any specific hardware or platform. These include Fifos, Hashing functions, encoders/decoders, and messaging protocols.\n\n---\n## Test\n\nAutomated unit testing will be performed using google test. This gives us the ability to output JUnit style test results that can be integrated with Jenkins plugins.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.up-rev.com/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mrtutils", "package_url": "https://pypi.org/project/mrtutils/", "platform": "", "project_url": "https://pypi.org/project/mrtutils/", "project_urls": { "Homepage": "http://www.up-rev.com/" }, "release_url": "https://pypi.org/project/mrtutils/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Utilities for MrT", "version": "0.0.2" }, "last_serial": 5862893, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e4fa62fa3c357ff5cdffe3ff56ef1fae", "sha256": "ddde1a34c02547ef08357e466f25946b4de723b5875e35564c7b6d5007156714" }, "downloads": -1, "filename": "mrtutils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e4fa62fa3c357ff5cdffe3ff56ef1fae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5124, "upload_time": "2019-09-20T14:41:41", "url": "https://files.pythonhosted.org/packages/0b/f7/1e16407318d7cdb89db7670f5b1a04c8c0e5cbbd375e284d3555d7383f9a/mrtutils-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "beb0aed88140f5d5578dba7434785a7d", "sha256": "0d19b58deee2a75c47298b5010b18127fe0edccecdf9ad30042e8743ae3f6fec" }, "downloads": -1, "filename": "mrtutils-0.0.2.tar.gz", "has_sig": false, "md5_digest": "beb0aed88140f5d5578dba7434785a7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5160, "upload_time": "2019-09-20T15:14:53", "url": "https://files.pythonhosted.org/packages/0d/3b/0564f79f5f093b8a7e804d94c3465c91adff9b6c7cb235b2f71e3ac95b84/mrtutils-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "beb0aed88140f5d5578dba7434785a7d", "sha256": "0d19b58deee2a75c47298b5010b18127fe0edccecdf9ad30042e8743ae3f6fec" }, "downloads": -1, "filename": "mrtutils-0.0.2.tar.gz", "has_sig": false, "md5_digest": "beb0aed88140f5d5578dba7434785a7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5160, "upload_time": "2019-09-20T15:14:53", "url": "https://files.pythonhosted.org/packages/0d/3b/0564f79f5f093b8a7e804d94c3465c91adff9b6c7cb235b2f71e3ac95b84/mrtutils-0.0.2.tar.gz" } ] }