Metadata-Version: 2.4
Name: cisne
Version: 0.0.0
Summary: A Python package called cisne
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/pynosaur/cisne
Project-URL: Repository, https://github.com/pynosaur/cisne
Project-URL: Issues, https://github.com/pynosaur/cisne/issues
Keywords: cisne,python,package
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Cisne

A Python package called cisne.

## Installation

```bash
pip install cisne
```

## Usage

```python
import cisne

# Your package functionality here
```

## Development

To set up the development environment:

```bash
git clone https://github.com/pynosaur/cisne.git
cd cisne
pip install -e .
```

## License

This project is licensed under the MIT License.
