Skip to content

akleber/cppstats

Repository files navigation

Inspration taken from

https://github.com/sztomi/code-generator

venv setup

https://docs.python.org/3/library/venv.html http://stackoverflow.com/questions/1783146/where-in-a-virtualenv-does-my-code-go

Commands

mkdir venvs
cd venvs
pyvenv cppstats
source cppstats/bin/activate
cd ..
mkdir cppstats

For Sublimetext 2 integration see cppstats.sublime-project

Additional pip3 packages

-see requirements.txt

Directory structure

http://docs.python-guide.org/en/latest/writing/structure/

clang python binding

Seems not to be compatible with python 3.5.1, so I ported the 3.8.0 bindings to Python 3 with 2to3 and https://bitbucket.org/Anteru/python3-libclang It is installed in python3-libclang.

Learning objectives

References

About

Generate statistics from C++ files using the libclang python binding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages