7e1bb846cc876bfe500827c1930a7952e1e30535
David Blume first commit; just disconne...

David Blume authored 8 years ago

1) # testpython
2) 
3) This is just a test project. You can do anything here, test python
4) and IDE projects.
5) 
6) ### Getting the project
7) 
8) You can get a copy of this project by clicking on the
9) [ZIP](http://git.dlma.com/testpython.git/zipball/master)
10) or [TAR](http://git.dlma.com/testpython.git/tarball/master) buttons
11) near the top right of the GitList web page.
12) 
13) You can clone from the origin with:
14) 
15)     git clone ssh://USERNAME@dlma.com/~/git/testpython.git
16) 
David Blume Added PyCharm .idea project.

David Blume authored 8 years ago

17) ### PyCharm Notes
18) 
19) JetBrains suggests [sharing the .idea directory except for workspace.xml and 
20) tasks.xml](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839).
21) 
David Blume first commit; just disconne...

David Blume authored 8 years ago

22) ### Current Features
23) 
24) * Multiple directories for testing build systems and IDEs
25) 
26) ### Is it any good?
27) 
28) [Yes](https://news.ycombinator.com/item?id=3067434).
29) 
30) ### To Do
31) 
David Blume Compatibility with Python 2.

David Blume authored 8 years ago

32) * Compare Sublime Text Projects, PyCharm, and Atom Projects.