معرفی شرکت ها


eccd-datasets-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A collection of useful datasets
ویژگی مقدار
سیستم عامل -
نام فایل eccd-datasets-0.1.1
نام eccd-datasets
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Diego Kiedanski
ایمیل نویسنده dkiedanski@gmail.com
آدرس صفحه اصلی https://github.com/wimglenn/resources-example
آدرس اینترنتی https://pypi.org/project/eccd-datasets/
مجوز MIT
This project shows how to package data files within a Python distribution, and has some example code for reading the data files. To build this distribution, create a venv with setuptools, wheel, and pep517 installed, then execute the latter as a module: .. code-block:: bash python -m pep517.build . The distributions (an sdist .tar.gz and a bdist .whl) will be written to ./dist/ subdirectory. To test it out, install the distribution and run the console script ``resources-example``. Here's a compatibility summary of the five approaches demonstrated: +-------------+---------------------+------------+---------------+---------------+-------------------+-----------------+ | Module | Description | In stdlib? | Works on Py2? | Works on Py3? | Works in zipfile? | Run as script?* | +=============+=====================+============+===============+===============+===================+=================+ | example1.py | os.path.join | yes | yes | yes | no | yes | +-------------+---------------------+------------+---------------+---------------+-------------------+-----------------+ | example2.py | pkgutil | yes | yes | yes | yes | no | +-------------+---------------------+------------+---------------+---------------+-------------------+-----------------+ | example3.py | pkg_resources | no | yes | yes | yes | yes | +-------------+---------------------+------------+---------------+---------------+-------------------+-----------------+ | example4.py | importlib.resources | yes | no | yes (3.7+) | yes | yes | +-------------+---------------------+------------+---------------+---------------+-------------------+-----------------+ | example5.py | importlib_resources | no | yes | yes | yes | yes | +-------------+---------------------+------------+---------------+---------------+-------------------+-----------------+ \* "Run as script" means executing the submodule directly, e.g. ``python myapp/example2.py``. Note that Guido considers this `an anti-pattern <https://mail.python.org/pipermail/python-3000/2007-April/006793.html>`_ If you are interested in creating an executable zip from source, you can use stdlib `zipapp <https://docs.python.org/3/library/zipapp.html>`_ utility (Python 3.5+): .. code-block:: bash python3 -m zipapp --compress /path/to/resources-example --main="myapp:main" --output=myapp.zip And now you can run the zip directly with the interpreter (any Python version): .. code-block:: bash python myapp.zip


نیازمندی

مقدار نام
- setuptools
- importlib-resources
- pandas
- pyarrow


نحوه نصب


نصب پکیج whl eccd-datasets-0.1.1:

    pip install eccd-datasets-0.1.1.whl


نصب پکیج tar.gz eccd-datasets-0.1.1:

    pip install eccd-datasets-0.1.1.tar.gz