معرفی شرکت ها


Codenotes-1.0a2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple CLI where you can save and view all your created annotations
ویژگی مقدار
سیستم عامل -
نام فایل Codenotes-1.0a2
نام Codenotes
نسخه کتابخانه 1.0a2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gamaliel Garcia
ایمیل نویسنده egamagz.dev@outlook.com
آدرس صفحه اصلی https://github.com/EGAMAGZ/codenotes
آدرس اینترنتی https://pypi.org/project/Codenotes/
مجوز MIT
# Codenotes *All your annotations without quitting the terminal* [![PyPI version](https://badge.fury.io/py/Codenotes.svg)](https://badge.fury.io/py/Codenotes) ![PyPI - License](https://img.shields.io/pypi/l/codenotes) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/codenotes) ![PyPI - Status](https://img.shields.io/pypi/status/codenotes) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) A simple CLI where you can save and view all your created annotations ## Installation To install `codenotes`, it is recommended to use pip: ``` pip install codenotes ``` You can install it from source. Clone this repository and use pip to install: ``` git clone https://github.com/EGAMAGZ/codenotes.git cd codenotes pip install . ``` If `codenotes` is already installed and you would like to update it, use: ``` pip install --upgrade codenotes ``` If updating local version, use: ``` cd codenotes git pull pip install --upgrade . ``` ## Usage Run `codenotes` to display the usage text. ``` codenotes <annotation> <action> <flags> ``` <img src="images/CodenotesSample.gif"> **Features** * Create notes and tasks, and saves them in a category optionally specified * Create categories for the different annotations * Check the annotations or categories that will be created with a preview * Create categories where tasks or notes will be saved * Search for annotations created today, yesterday, during the week, month and ever, and by keywords * Search for categories created in each type of annotation or in all of them at the same time, and search by keywords ## Unit Tests `codenotes` unit tests are written for `unittest`, using `tox` and `pyenv`. List of python versions tested and supported: * 3.9 * 3.10.0b3 ## License MIT License Copyright (c) 2021 Gamaliel Garcia


نیازمندی

مقدار نام
==2.4.2 astroid
==0.4.4 colorama
==0.9.1 commonmark
==5.6.4 isort
==1.4.3 lazy-object-proxy
==0.6.1 mccabe
==0.1.2 py-cui
==2.7.4 Pygments
==2.6.0 pylint
==9.10.0 rich
==1.15.0 six
==0.10.2 toml
==3.7.4.3 typing-extensions
==0.2.5 wcwidth
==2.2.0 windows-curses
==1.12.1 wrapt


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

مقدار نام
>=3.9 Python


نحوه نصب


نصب پکیج whl Codenotes-1.0a2:

    pip install Codenotes-1.0a2.whl


نصب پکیج tar.gz Codenotes-1.0a2:

    pip install Codenotes-1.0a2.tar.gz