Metadata-Version: 2.4
Name: sideroxylon
Version: 0.1.2
Summary: A repository classifier.
Author: Geralld Borbón
Author-email: Geralld Borbón <eternalmangocean@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
Requires-Dist: requests>=2.33.0
Requires-Dist: typer>=0.24.1
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/bormoge/sideroxylon
Project-URL: Issues, https://github.com/bormoge/sideroxylon/issues
Description-Content-Type: text/markdown

[![License](https://img.shields.io/github/license/bormoge/sideroxylon)](https://github.com/bormoge/sideroxylon)
[![Pypi](https://img.shields.io/pypi/v/sideroxylon)](https://img.shields.io/pypi/v/sideroxylon)

# sideroxylon
A GitHub repository classifier.  
This project aims to develop a script that sorts repository URLs according to their main programming language.

### Table of Contents
- [Introduction](#introduction)
- [Contributions](#contributions)
- [License](#license)

## Introduction
The purpose of this project is to make my hobby, that being to collect and classify repositories according to their main programming language, a little bit easier.  
My dream scenario is that some day I can hook this script to [Emacs](https://www.gnu.org/software/emacs/) and, with one function, sort each repository link inside an [org-mode](https://orgmode.org/) headline.  

## Contributions
Issues, pull requests, and forks are welcome.

Here is a tentative list of things to consider when contributing:

* When making a pull request, make sure the commits adhere to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
* Make sure commits are modular; one feat/fix/doc/etc at a time.

## License

SPDX-License-Identifier: GPL-3.0-or-later

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
