Metadata-Version: 2.4
Name: pyramid_furkan
Version: 0.0.2
Summary: A simple pyramid package
Author-email: Furkan Bulut <furkanbtng@gmail.com>
Project-URL: Homepage, https://github.com/Furk4nBulut/pyramid_furkan
Project-URL: Source, https://github.com/Furk4nBulut/pyramid_furkan
Project-URL: Tracker, https://github.com/Furk4nBulut/pyramid_furkan/issues
Keywords: pyramid,packaging,tutorial,furkan_bulut
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Furkan Bulut

[![PyPI version](https://badge.fury.io/py/furkan-bulut.svg)](https://badge.fury.io/py/furkan-bulut)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/)

This is a simple pyramid package for the `furkan_bulut` project, demonstrating how to package and publish Python projects to PyPI.

## Features

- Simple pyramid structure demonstration.
- Ready-to-use project template.
- MIT Licensed.

## Installation

You can install the package directly from PyPI:

```bash
pip install furkan-bulut
```

## Usage

Import the package in your Python script:

```python
import furkan_bulut

# Example usage
# furkan_bulut.some_function()
```

## Development

To contribute or modify this project:

1. Clone the repository.
2. Create a virtual environment: `python3 -m venv venv`
3. Install dependencies: `pip install build twine`
4. Build the package: `python3 -m build`
