Metadata-Version: 2.1
Name: librarypy
Version: 0.0.1
Summary: LibraryPy is a Python library built for Python 3.11.0.
Home-page: https://github.com/IO-Teknikk/LibraryPy
Author: IO Teknikk
Author-email: mr.edwin74@gmail.com
Project-URL: Bug Tracker, https://github.com/IO-Teknikk/LibraryPy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# LibraryPy
LibraryPy is a Python library built for Python 3.11.0.

## Installation
To install LibraryPy, you can run the following command in your terminal or command line:
pip install librarypy

## Usage
Here's an example of how you can use LibraryPy in your own Python project:
import librarypy
result = librarypy.do_something()
print(result)

## Dependencies
LibraryPy requires that Python 3.11.0 or later is installed on your system.

## Collaborators
LibraryPy was created by Felipe and Edwin as a collaboration to create a library for their projects.

## Contributing
If you would like to contribute to the development of LibraryPy, please follow the guidelines in our CONTRIBUTING.md file.

## Projektnavn

Dette prosjektet er tilgjengelig som en Python-pakke på Python Package Index (PyPI). Du kan installere den ved hjelp av pip:
pip install librarypi

For å publisere nye versjoner av prosjektet til PyPI, kan du bruke verktøyet twine. Du kan finne mer informasjon om hvordan du publiserer til PyPI på denne siden: https://pypi.org/

Vi håper du finner dette prosjektet nyttig i ditt eget arbeid. Hvis du har noen spørsmål eller forslag til forbedringer, vennligst åpne en issue på GitHub.
