You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Repository rewritten on 2016-02-15 to reduce its size.
3
3
Please clone it again.
4
-
* There is an ongoing big refactoring with code and documentation
5
-
cleanup. The last stable code is in the cefpython31 branch.
6
-
Use documentation from the Wiki tab, the docs/ directory is still
7
-
under works.
4
+
8
5
9
6
# CEF Python
10
7
11
8
Table of contents:
12
9
*[Introduction](#introduction)
13
-
*[Supported Python versions and platforms](#supported-python-versions-and-platforms)
10
+
*[Compatibility](#compatibility)
14
11
*[Downloads](#downloads)
15
-
*[Help and documentation](#help-and-documentation)
12
+
*[Documentation and help](#documentation-and-help)
16
13
*[Support development](#support-development)
17
-
*[Thanks](#thanks)
14
+
18
15
19
16
## Introduction
20
17
@@ -27,32 +24,28 @@ Some use cases for CEF:
27
24
* Render web content off-screen in applications that use custom drawing frameworks. See the [Kivy](../../wiki/Kivy) and [Panda3D](../../wiki/Panda3D) examples.
28
25
* Use it for automated testing of existing web applications. Use it for web scraping, or as a web crawler or other kind of internet bots.
29
26
30
-
## Supported Python versions and platforms
27
+
28
+
## Compatibility
31
29
32
30
* Supported Python versions: 2.7 (Python 3.4 will be supported soon, see [Issue #121](../../issues/121))
33
31
* Supported platforms: Windows, Linux, Mac (both 32bit and 64bit binaries are available for all platforms)
34
32
33
+
35
34
## Downloads
36
35
37
36
* For Windows: see the [Download_CEF3_Windows](../../wiki/Download_CEF3_Windows) wiki page.
38
37
* For Linux: see the [Download_CEF3_Linux](../../wiki/Download_CEF3_Linux) wiki page.
39
38
* For Mac: see the [Download_CEF3_Mac](../../wiki/Download_CEF3_Mac) wiki page.
40
39
41
-
## Help and documentation
40
+
41
+
## Documentation and help
42
42
43
43
* See the [Help and search](../../wiki/Help-and-search) wiki page
44
44
* Documentation and API is available on [Wiki Pages](../../wiki)
45
45
* Please do not use the Issue Tracker for asking questions. Use the
<ahref="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95W9VHNSFWRUN"><imgalign="right"src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif"></img></a> If you are interested in donating time to help with the CEF Python development please see the [Internal development](../../wiki/InternalDevelopment) wiki page. If you would like to support general CEF Python development efforts by making a donation see the [Donations](docs/Donations.md) page. At this time CEF Python is unable to accept donations that sponsor the development of specific features. If you are interested in sponsorship opportunities please contact Czarek directly.
51
-
52
-
## Built a cool app?
53
-
54
-
Built a cool app using CEF Python and would like to share info with the community? Talk about it on the [CEF Python Forum](https://groups.google.com/group/cefpython).
55
-
56
-
## CEF bindings for other languages
57
-
58
-
The author of CEF Python is also working on CEF bindings for other languages such as PHP and Go. For PHP take a look at the [PHP Desktop](https://github.com/cztomczak/phpdesktop) project. For Go see the [CEF2go](https://github.com/cztomczak/cef2go) project on GitHub.
0 commit comments