https://github.com/withprecedent/amos
Your Python project companion
https://github.com/withprecedent/amos
Last synced: 11 months ago
JSON representation
Your Python project companion
- Host: GitHub
- URL: https://github.com/withprecedent/amos
- Owner: WithPrecedent
- License: apache-2.0
- Created: 2021-10-06T21:07:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T20:09:19.000Z (over 3 years ago)
- Last Synced: 2025-02-17T20:48:52.707Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 470 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.python.org/) [](https://opensource.org/licenses/Apache-2.0) [](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.