Metadata-Version: 2.1
Name: cerebro-refactoring
Version: 0.1.3.5
Summary: Provide systematic process of improving code without creating new functionality that can transform a mess into clean code and simple design.
Home-page: https://github.com/hieupth/cerebro-refactoring
Author: Hieu Pham
Author-email: hieupt.ai@gmail.com
License: MIT
Download-URL: https://github.com/hieupth/cerebro-refactoring/archive/v_02.tar.gz
Keywords: refactoring,data structures,design patterns
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Cerebro Refactoring
Refactoring is a systematic process of improving code without creating new functionality that can transform a mess into 
clean code and simple design.
<br><br>
Refactoring is the core of [Cerebro](https://github.com/hieupth/cerebro) because we build everything with engineering mindset which means clean code and good 
software architect is our top concern.
<br><br>
We focus on the package in Python because it is our first programming language but we are working hard to make 
cross-platform support as soon as possible.
## Installation
The package can be installed by pip command:
```
pip install cerebro-refactoring
```
## Maintainers
* [Hieu Pham](https://github.com/hieupth) (author)
## License
[MIT License](https://github.com/hieupth/cerebro.refactoring/blob/main/LICENSE). <br>
Copyright &copy; 2021 [Hieu Pham](https://github.com/hieupth). All rights reserved.
<br><br>
*This project was initialized as a part of [Cerebro](https://github.com/hieupth/cerebro) open source project which helps 
to build  intelligence system that run everywhere for everyone.*


