3812e0a743c24ec8a0570717652ac39cc4dcb663
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) 
David Blume Update README.md for python...

David Blume authored 4 years ago

6) This branch is the "python2" branch, which will be deprecated.
7) 
David Blume first commit; just disconne...

David Blume authored 8 years ago

8) ### Getting the project
9) 
10) You can get a copy of this project by clicking on the
11) [ZIP](http://git.dlma.com/testpython.git/zipball/master)
12) or [TAR](http://git.dlma.com/testpython.git/tarball/master) buttons
13) near the top right of the GitList web page.
14) 
15) You can clone from the origin with:
16) 
17)     git clone ssh://USERNAME@dlma.com/~/git/testpython.git
18) 
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

19) ### Supported IDES
David Blume Added PyCharm .idea project.

David Blume authored 8 years ago

20) 
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

21) This project has example PyCharm, Atom, and Sublime Text 3 projects.
22) 
23) #### PyCharm
24) 
25) PyCharm uses the .idea directory. JetBrains suggests [sharing the .idea directory except for workspace.xml and 
David Blume Added PyCharm .idea project.

David Blume authored 8 years ago

26) tasks.xml](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839).
27) 
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

28) #### GitHub's Atom
29) 
30) Download from [atom.io](https://atom.io/). These are useful modules:
31) 
32) * [read-only-indicator](https://atom.io/packages/read-only-indicator) by alefragnani. (Feature not available in Sublime Text 3.)
33) * [script](https://atom.io/packages/script) by rgbkrk, for running scripts.
34) * [project-manager](https://atom.io/packages/project-manager) by danielbrodin.
35) 
36) If you install project-manager, it looks for a local `project.cson` file, and merges those settings with what
37) is in the .atom `projects.cson` file.
38) 
39) #### Sublime Text 3
40) 
41) Sublime uses the testpython.sublime-project file.
42) 
David Blume first commit; just disconne...

David Blume authored 8 years ago

43) ### Current Features
44) 
45) * Multiple directories for testing build systems and IDEs
46) 
47) ### Is it any good?
48) 
49) [Yes](https://news.ycombinator.com/item?id=3067434).
50) 
51) ### To Do
52) 
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

53) * Make project.cson work, and be platform independent.
54) * Maybe removing the project key "testpython" will make it work?