Metadata-Version: 2.1
Name: codedump
Version: 0.1.0
Summary: A tool to concatenate and dump code from a directory
Home-page: https://github.com/smat-dev/codedump
Author: sdmat-dev
Author-email: sdmat-dev <smat-dev@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/smat-dev/codedump
Project-URL: Repository, https://github.com/smat-dev/codedump
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyperclip

# CodeDump

CodeDump is a simple Python tool that concatenates and dumps code from a directory, including file information such as size and last modified time.

## Installation

To install CodeDump, run:
pip install codedump

Or clone this repository and run:
pip install .
