معرفی شرکت ها


dcodex-1.0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A software framework for manuscript analysis
ویژگی مقدار
سیستم عامل -
نام فایل dcodex-1.0.3
نام dcodex
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Robert Turnbull
ایمیل نویسنده robert.turnbull@unimelb.edu.au
آدرس صفحه اصلی https://github.com/rbturnbull/dcodex
آدرس اینترنتی https://pypi.org/project/dcodex/
مجوز Apache-2.0
# dcodex ![pipline](https://github.com/rbturnbull/dcodex/actions/workflows/pipeline.yml/badge.svg) [<img src="https://img.shields.io/badge/code%20style-black-000000.svg">](<https://github.com/psf/black>) This is an alpha release of D-Codex: A software framework for manuscript analysis. Documentation to come. For now, contact me to get a pre-publication version of my PhD thesis where I go into detail regarding the design of the software and each of the components. # Installation For a brand new D-Codex site, it is easiest to install using [dcodex-cookiecutter](https://github.com/rbturnbull/dcodex-cookiecutter). To install dcodex as a plugin in a Django site already set up. Install with pip: ``` pip install dcodex ``` Then add to your installed apps: ``` INSTALLED_APPS += [ # dcodex dependencies "adminsortable2", 'easy_thumbnails', 'filer', 'mptt', 'imagedeck', # dcodex apps "dcodex", ] ``` Then add the urls to your main urls.py: ``` urlpatterns += [ path('dcodex/', include('dcodex.urls')), ] ``` # Other DCodex packages The base DCodex app (i.e. this repository) is designed to be used with other apps to give the details for the types of manuscripts being used as well as the textual units. For example, see * [dcodex_bible](https://github.com/rbturnbull/dcodex_bible) * [dcodex_lectionary](https://github.com/rbturnbull/dcodex_lectionary) * [dcodex_chrysostom](https://github.com/rbturnbull/dcodex_chrysostom) * [dcodex_ashurnasirpal](https://github.com/rbturnbull/dcodex_ashurnasirpal) There are other DCodex packages to extend the functionality of DCodex such as: * [dcodex_collation](https://github.com/rbturnbull/dcodex_collation) * [dcodex_variants](https://github.com/rbturnbull/dcodex_variants) # Tests and Coverage To run the tests use the following command: ``` ./runtests.py ``` To check the coverage: ``` coverage run -m runtests coverage report ```


نیازمندی

مقدار نام
>=3.2.6,<4.0.0 Django
>=2.4.0,<3.0.0 django-guardian
>=3.0.0,<4.0.0 django-polymorphic
>=1.21.1,<2.0.0 numpy
>=1.3.1,<2.0.0 pandas
>=1.7.1,<2.0.0 scipy
>=3.4.2,<4.0.0 matplotlib
>=0.12.2,<0.13.0 python-Levenshtein
>=1.7.0,<2.0.0 pyxDamerauLevenshtein
>=4.9.3,<5.0.0 beautifulsoup4
>=1.0,<2.0 django-admin-sortable2
>=4.6.3,<5.0.0 lxml
>=2021.8.3,<2022.0.0 regex
>=2.0.2,<3.0.0 django-filer
>=0.3.3,<0.4.0 django-imagedeck
>=0.1.1,<0.2.0 gotoh


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

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


نحوه نصب


نصب پکیج whl dcodex-1.0.3:

    pip install dcodex-1.0.3.whl


نصب پکیج tar.gz dcodex-1.0.3:

    pip install dcodex-1.0.3.tar.gz