Metadata-Version: 2.1
Name: pip2deb
Version: 2.0.3
Home-page: https://github.com/pacspedd/pip2deb
Author: PacSpedd
Author-email: pacspedd@outlook.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE

pip2deb
=======

**pip2deb** is a straightforward tool designed to package Python projects into Debian packages. It is compatible with Debian/Ubuntu and Termux environments.

Installation
------------

To install **pip2deb**, you can simply use pip:

.. code:: bash

    pip install pip2deb

Usage
-----

Once installed, you can use the tool via the command line:

.. code:: bash

    pip2deb <your_python_project>

This command will convert your Python project into a Debian package.

Features
--------

- **Simple Command Line Interface**: Easy to use with just one command.
- **Compatibility**: Works on Debian, Ubuntu, and Termux.
- **Automatic Dependency Handling**: Automatically handles Python dependencies during the packaging process.

License
-------

**pip2deb** is released under the MIT License, which allows you to use it freely in your own projects.

Contact
-------

If you have any questions or need support, please contact PacSpedd at pacspedd@outlook.com.

