معرفی شرکت ها


apple-notes-to-sqlite-0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Export Apple Notes to SQLite
ویژگی مقدار
سیستم عامل -
نام فایل apple-notes-to-sqlite-0.1
نام apple-notes-to-sqlite
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Simon Willison
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/dogsheep/apple-notes-to-sqlite
آدرس اینترنتی https://pypi.org/project/apple-notes-to-sqlite/
مجوز Apache License, Version 2.0
# apple-notes-to-sqlite [![PyPI](https://img.shields.io/pypi/v/apple-notes-to-sqlite.svg)](https://pypi.org/project/apple-notes-to-sqlite/) [![Changelog](https://img.shields.io/github/v/release/dogsheep/apple-notes-to-sqlite?include_prereleases&label=changelog)](https://github.com/dogsheep/apple-notes-to-sqlite/releases) [![Tests](https://github.com/dogsheep/apple-notes-to-sqlite/workflows/Test/badge.svg)](https://github.com/dogsheep/apple-notes-to-sqlite/actions?query=workflow%3ATest) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/dogsheep/apple-notes-to-sqlite/blob/master/LICENSE) Export Apple Notes to SQLite ## Installation Install this tool using `pip`: pip install apple-notes-to-sqlite ## Usage For help, run: apple-notes-to-sqlite --help You can also use: python -m apple_notes_to_sqlite --help To save your notes to a SQLite database called `notes.db` run: apple-notes-to-sqlite notes.db A progress bar will be shown. You can stop it after a specified number of notes using `--stop-after`: apple-notes-to-sqlite notes.db --stop-after 10 ## Development To contribute to this tool, first checkout the code. Then create a new virtual environment: cd apple-notes-to-sqlite python -m venv venv source venv/bin/activate Now install the dependencies and test dependencies: pip install -e '.[test]' To run the tests: pytest


نیازمندی

مقدار نام
- click
- sqlite-utils
- pytest
- pytest-subprocess


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

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


نحوه نصب


نصب پکیج whl apple-notes-to-sqlite-0.1:

    pip install apple-notes-to-sqlite-0.1.whl


نصب پکیج tar.gz apple-notes-to-sqlite-0.1:

    pip install apple-notes-to-sqlite-0.1.tar.gz