Metadata-Version: 2.1
Name: PyEdit
Version: 1.7.6
Summary: A Python Editor using GTK
Home-page: UNKNOWN
Author: AstralDev
Author-email: ekureedem480@gmail.com
License: LGPL
Keywords: editor development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: PyGObject
Requires-Dist: autopep8
Requires-Dist: jedi
Requires-Dist: markdown

PyEdit
======

A python based python editor. Made entirely for Linux 

Features
--------
* Opening folders
* Folder Viewer with icons
* File Operations

    1. Opening files/folders
    2. Copy Path
    3. Copy relative path
    4. Delete
    5. Rename
    4. New Folders / Files 

* IPython  console 
* Python console 
* Terminal 
* Faster load time
* Opens Project folders and displays all files 
* Run files in internal terminal

Future
------
* Command line interfaces
* User custom theme

License 
-------

PyEdit is released under the [LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html) Public license see [COPYING](COPYING) for more information

Dependencies
------------

PyEdit requires [gtk](http://www.gtk.org)
for list of full dependencies see [dependencies](dependencies) 

Contributions
-------------

PyEdit development relies on voluntary contributions and everyone is invited
to help.

See the file [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

