معرفی شرکت ها


edx-repo-tools-0.7.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

This repo contains a number of tools Open edX uses for working with GitHub repositories.
ویژگی مقدار
سیستم عامل -
نام فایل edx-repo-tools-0.7.3
نام edx-repo-tools
نسخه کتابخانه 0.7.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده edX
ایمیل نویسنده oscm@edx.org
آدرس صفحه اصلی https://github.com/openedx/repo-tools
آدرس اینترنتی https://pypi.org/project/edx-repo-tools/
مجوز Apache
################### Open edX Repo Tools ################### This repo contains a number of tools Open edX engineers use for working with GitHub repositories. The set of tools has grown over the years. Some are old and in current use, some have fallen out of use, some are quite new. Setting up GitHub authentication ================================ Most of these make GitHub API calls, and so will need GitHub credentials in order to not be severely rate-limited. Edit (or create) `~/.netrc` so that it has an entry like this:: machine api.github.com login your_user_name password ghp_XyzzyfGXFooBar8nBqQuuxY9brgXYz4Xyzzy Change the login to your GitHub user name. The password is a Personal Access Token you get from https://github.com/settings/tokens. Visit that page, click "Generate new token." It will prompt you for your password, then you'll see a scary list of scopes. Check the "repo" option and click "Generate token." Copy the token that appears. Paste it into your ~/.netrc in the "password" entry. Working in the repo =================== To work on these tools: 1. Use a virtualenv. 2. Install dependencies:: make dev-install 3. Run tests:: make test 4. Older tools were Python files run from the root of the repo. Now we are being more disciplined and putting code into importable modules with entry points in setup.py. 5. Simple tools can go into an existing subdirectory of edx_repo_tools. Follow the structure of existing tools you find here. More complex tools, or ones that need unusual third-party requirements, should go into a new subdirectory of edx_repo_tools. 6. Add a new `entry_point` in setup.py for your command: .. code:: entry_points={ 'console_scripts': [ ... 'new_tool = edx_repo_tools.new_tool_dir.new_tool:main', ... 7. If your tool is in its own directory, you can create an `extra.in` file there with third-party requirements intended just for your tool. This will automatically create an installable "extra" for your requirements. Older Tools =========== There are many programs in this repo in various stages of disrepair. A few of them are described in this repo's `older README.md`_ file. Others are not described at all, but may be useful, or have useful tidbits in the code. .. _older README.md: https://github.com/openedx/repo-tools/blob/7aa8bda466d1925c56d4ad6e3b2bdd87b1f83148/README.md Feedback ======== Please send any feedback to oscm@edx.org.


نیازمندی

مقدار نام
==1.0.0 pluggy
==1.0.7 backports-csv
==2.0.1 tomli
==1.0.5 msgpack
==1.3.1 requests-oauthlib
==1.4.4 appdirs
==1.0.3 jira
==2.21 pycparser
==2022.12.7 certifi
==0.3.6 distlib
==4.5.0 typing-extensions
==3.28.0 tox
==1.0.6 itemloaders
==0.2.1 protego
==1.26.15 urllib3
==5.0.0 smmap
==0.17.21 ruamel-yaml
==0.2.8 pyasn1-modules
==1.0.0 python-dotenv
==1.6.2 queuelib
==20.21.0 virtualenv
==4.0.10 gitdb
==1.11.0 py
==23.0 packaging
==2.6.0 pyjwt[crypto]
==0.2.7 ruamel-yaml-clib
==21.0.0 hyperlink
==22.10.0 twisted
==7.2.2 pytest
==12.5.0 path-py
==1.7.0 parsel
==15.1.0 constantly
==2.0.7 pydispatcher
==0.7.0 itemadapter
==9.1.0 more-itertools
==3.2.2 oauthlib
==1.0.1 jmespath
==2.8.0 scrapy
==21.1.0 service-identity
==2.4.3 urlobject
==0.4.9 tlslite
==0.12.11 cachecontrol
==22.2.0 attrs
==3.4.0 tldextract
==1.5 lazy
==4.65.0 tqdm
==3.2.1 pytest-xdist
==0.4.8 pyasn1
==4.1.1 uritemplate
==1.15.1 cffi
==2.0.0 iniconfig
==2.1.0 volatile
==0.9.0 bowler
==22.10.0 incremental
==16.6.0 path
==5.5.2 zope-interface
==2015.11.4 pytest-logging
==3.4 idna
==2.8.2 python-dateutil
==3.1.31 gitpython
==21.11.13 fissix
==2.1.1 w3lib
==1.0.3.5 statistics
==3.1.1 platformdirs
==0.4.0 moreorless
==1.2.0 cssselect
==6.0 pyyaml
==0.10.1 requests-toolbelt
==1.24.2 numpy
==0.19 docutils
==3.10.0 filelock
==2.28.2 requests
==1.5.1 requests-file
==3.2.0 github3-py
==0.12.2 lockfile
==3.1.0 charset-normalizer
==8.1.3 click
==22.10.0 automat
==23.0.0 pyopenssl
==39.0.2 cryptography
==1.1.1 exceptiongroup
==1.9.0 execnet
==1.16.0 six
==4.9.2 lxml
==9.4.0 pillow
==23.0 packaging
==4.39.0 fonttools
==1.4.4 kiwisolver
==3.7.1 matplotlib
==0.11.0 cycler
==1.2.4 mako
==2022.7.1 pytz
==1.0.7 contourpy
==6.0.0 importlib-metadata
==1.10.2 alembic
==5.12.0 importlib-resources
==2.8.2 python-dateutil
==4.5.0 typing-extensions
==1.4.46 sqlalchemy
==1.0.6 banal
==2.1.2 markupsafe
==1.6.0 dataset
==3.15.0 zipp
==2.0.2 greenlet
==1.5.3 pandas
==3.0.9 pyparsing
==1.16.0 six
==1.24.2 numpy
==2.28.2 requests
==2.2.0 markdown-it-py
==2022.12.7 certifi
==1.26.15 urllib3
==0.1.2 mdurl
==3.4 idna
==13.3.2 rich
==4.5.0 typing-extensions
==2.14.0 pygments
==3.1.0 charset-normalizer
==9.0.4 pyee
==4.5.0 typing-extensions
==2.0.1 greenlet
==1.31.1 playwright


نحوه نصب


نصب پکیج whl edx-repo-tools-0.7.3:

    pip install edx-repo-tools-0.7.3.whl


نصب پکیج tar.gz edx-repo-tools-0.7.3:

    pip install edx-repo-tools-0.7.3.tar.gz