Metadata-Version: 2.1
Name: amos
Version: 0.1.8
Summary: Your Python project companion
Home-page: https://github.com/WithPrecedent/amos
License: Apache-2.0
Author: corey rayburn yung
Author-email: coreyrayburnyung@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: miller (>=0.1.2,<0.2.0)
Project-URL: Repository, https://github.com/WithPrecedent/amos
Description-Content-Type: text/markdown

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Documentation Status](https://readthedocs.org/projects/amos/badge/?version=latest)](http://amos.readthedocs.io/?badge=latest)

"I AM that guy." - Amos Burton

Like the Roci's most interesting character, this package is designed to handle the dirtiest jobs in a python project.




amos's framework supports a wide range of coding styles. You can create complex multiple inheritance structures with mixins galore or simpler, compositional objects. Even though the data structures are necessarily object-oriented, all of the tools to modify them are also available as functions, for those who prefer a more funcitonal approaching to programming. 

The project is also highly internally documented so that users and developers can easily make amos work with their projects. It is designed for Python coders at all levels. Beginners should be able to follow the readable code and internal documentation to understand how it works. More advanced users should find complex and tricky problems addressed through efficient code.
