Metadata-Version: 2.2
Name: projorg
Version: 0.2
Summary: projorg: Python project organization and management
Home-page: https://github.com/alisiahkoohi/projorg
Author: Ali Siahkoohi
Author-email: alisk@rice.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: h5py
Requires-Dist: gitpython

<h2 align="center">projorg: Python project organization and management</h1>

This repository contains the code for facilitating the project
organization and management.

## Installation

Run the following commands to install the package and its dependencies
to add it to your Python environment:

```bash
pip install projorg
```

To install it within a conda environment, run the following commands:

```bash
# Create a new conda environment.
conda create --name projorg "python<=3.12"
conda activate projorg

# Clone the repository and install the package in editable mode.
git clone https://github.com/alisiahkoohi/projorg
cd projorg/
pip install -e .
```

## Questions

Please contact alisk@rice.edu for questions.

## Author

Ali Siahkoohi




