Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.36 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.36 KB

Codeclose

A license system and code obfuscator for Python

This is the main repository of Codeclose, and this document is intended to its maintainers.

If you want to use Codeclose, you will find more information in its official website.

Under construction

Codeclose was born as an internal license system for Protopipe. However, since it may help someone else, I decided to separate it into another repository and publish it as an open source tool under the MIT License.

I am not actively working on this project, but if you find any bug or you have any feature request, I will surely find time to fix or implement it. Feel free to use the issue tracker or contact me.

In the commit history of this repository you will find strange commit messages that talk about things not related to this repository. The reason is that those commits originally belonged to Protopipe's repository and contained more changes.

You will also find weird that this project has no tests. The reason is that I invested most of my time developing a suite for testing the obfuscated & encrypted code of Protopipe. I made the assumption that, if Protopipe works fine, then Codeclose works too.