Aspect-based sentiment analysis (ABSA) has become a prevalent task in recent years. However, the absence of a unified framework in the present ABSA research makes it challenging to compare different models' performance fairly. Therefore, we develop an opensource ABSA framework, namely PYABSA. Besides, previous efforts usually neglect the precursor aspect term extraction (ASC) subtask and focus on the aspect sentiment classification (ATE) subtask, while PYABSA includes the features of aspect term extraction, aspect sentiment classification, and text classification. Furthermore, multiple ABSA subtasks can be adapted to PYABSA owing to its modular architecture. To facilitate ABSA applications, PYABSAseamless integrates multilingual modelling, automated dataset annotation, etc., which are helpful in deploying ABSA services. In ASC and ATE, PYABSA provides up to 33 and 7 built-in models, respectively, while all the models provide quick training and instant inference. Besides, PYABSA contains to 180K+ ABSA examples from 21 augmented ABSA datasets for applications and studies.PYABSA is available at https://github. com/yangheng95/PyABSA.1 We provides an ATESC inference service demo on https://huggingface.co/spaces/yangheng/Multilingual-Aspect-Based-Sentiment-Analysis 2 We refer to ASC as aspect polarity classification (APC) in PYABSA's implementation.3 Our Fast-LSA model and LCF-ATEPC model achieve state-of-the-art performance on ASC subtask.