معرفی شرکت ها


felucca-0.2.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Cairo dependency management and packaging made easy.
ویژگی مقدار
سیستم عامل -
نام فایل felucca-0.2.5
نام felucca
نسخه کتابخانه 0.2.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Fran Algaba
ایمیل نویسنده f.algaba.work@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/felucca/
مجوز MIT
# Felucca: Dependency Management for Cairo [![Test and release](https://github.com/franalgaba/felucca/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/franalgaba/felucca/actions/workflows/release.yml) [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1kkrvP-LPoXlkEjeA80E4XYxOcXzbWIFF?usp=sharing) Felucca helps you declare, manage and install dependencies of Cairo projects, ensuring you have the right stack everywhere. # Installation It supports Python 3.9+: `pip install felucca` # Introduction `felucca` is a tool to handle Cairo contracts installation as well as its packaging levaraging Python native capabilities. Felucca uses [Poetry](https://github.com/python-poetry/poetry) under the hood to handle all Python project management using the [standardized](https://peps.python.org/pep-0518/) `pyproject.toml`. # Why? Cairo contracts development works very closely with Python for project management, dependency installation and testing. Felucca tries to simplify the process of sharing, installing and managing Cairo contracts between differents projects and working in a more natural manner where packages evolve over time and dependant projects doesn't have to upgrade Cairo contracts manually. Using Felucca's approach to leverage Python capabilties in terms of dependency management and project structure gives many advantages: * Unified project structure across Cairo packages. * Rapid adaptation to changes as the ecosystem evolves. * Compatibility management between Cairo contracts with different Cairo versions. * Effortless installation for quick usage in new packages. * Traceability of Cairo packages and releases. * Global availability of Cairo packages. * Many more... # Usage This tool provides a set of different command to handle all the product lifecycle for dependency and package management. ## Cairo package project structure creation `felucca new <package_name>` This command will create a project structure for Cairo packages from a [template](https://github.com/franalgaba/felucca-package-template) ready to be used for development. ## Cairo package installation `felucca install felucca-package-example` This command will install the Cairo package into the project while checking Cairo compatibility, keeping traceability using the `pyproject.toml` file to save required metadata and installing the Cairo contracts into the project. ## Cairo package uninstall `felucca uninstall felucca-package-example` This command will remove the Cairo package from the project and all the related metadata. ## Cairo package setup `felucca setup` If you want to check if your project is ready to work as a Cairo package this command will check all the needed requirements to do so. If not properly setup it will fix it for you automatically.


نیازمندی

مقدار نام
>=0.4.1,<0.5.0 typer
>=12.0.1,<13.0.0 rich
==8.0.4 click
>=0.10.2,<0.11.0 toml
>=2.27.1,<3.0.0 requests
>=1.7.3,<2.0.0 cookiecutter
>=3.1.30,<4.0.0 GitPython


زبان مورد نیاز

مقدار نام
>=3.9,<3.10 Python


نحوه نصب


نصب پکیج whl felucca-0.2.5:

    pip install felucca-0.2.5.whl


نصب پکیج tar.gz felucca-0.2.5:

    pip install felucca-0.2.5.tar.gz