Metadata-Version: 2.1
Name: pipackager
Version: 0.1.1
Summary: A tool to manage your PyPI package.
Home-page: https://github.com/yourusername/pipackager
Author: Your Name
Author-email: your-email@example.com
License: Apache License 2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: twine
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: flake8
Requires-Dist: black
Requires-Dist: pytest
Requires-Dist: pip-upgrader

# pipackager

pipackager is a tool to manage your PyPI package, including cleaning old distributions, building new ones, uploading to PyPI, version incrementing, and more.

## Installation

```bash
pip install pipackager
```

## Usage

You can start the tool by running:

```bash
pipackager
```

## Features

- Clean old distributions
- Build new distributions
- Upload distributions to PyPI
- Increment version number (patch, minor, major)
- Advanced options:
  - Create/update GitHub Actions workflow
  - Run tests using Pytest
  - Lint and format code
  - Check and update dependencies
  - Generate start command
- Help overview

## License

This project is licensed under the Apache License 2.0.
