معرفی شرکت ها


atompack-0.4.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A flexible Python library for atomic structure generation.
ویژگی مقدار
سیستم عامل -
نام فایل atompack-0.4.3
نام atompack
نسخه کتابخانه 0.4.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Seaton Ullberg
ایمیل نویسنده seatonullberg@gmail.com
آدرس صفحه اصلی https://github.com/seatonullberg/atompack
آدرس اینترنتی https://pypi.org/project/atompack/
مجوز MIT License
# atompack A flexible Python library for atomic structure generation. ## Installation ### Download from [PyPI](https://pypi.org/project/atompack/) This is the best method for end users. ```bash $ pip install atompack ``` ### Build from source This is the best method for contributors or anyone who is interested in modifying the code. #### 1. Clone the source code with `git`: ```bash $ git clone https://github.com/seatonullberg/atompack.git $ cd atompack ``` #### 2. Download the dependencies and install as editable: This step can be done with either `pipenv` or `pip`. I recommend using `pipenv`. If you're not familiar with the benefits of using `pipenv`, find out more about it here: https://pipenv-fork.readthedocs.io/en/latest/. For `pipenv` users: ```bash $ pipenv install $ pipenv install --dev ``` For `pip` users: ```bash $ pip install -r requirements.txt $ pip install -e . [dev] ``` ## Development The project's [Makefile](Makefile) adds a few targets to help out with common development tasks. * `make bench` - Run the benchmark suite. * `make build` - Generate distribution files in `./dist`. * `make clean` - Remove auto-generated files. * `make document` - Build the documentation in `./docs`. * `make format` - Enforce preferred code style. * `make lint` - Run static analysis checks. * `make publish` - Upload distribution files to PyPI. * `make test` - Run the unit test suite.


نیازمندی

مقدار نام
- isort
- mypy
- pdoc3
- pyflakes
- pytest
- pytest-benchmark
- yapf


نحوه نصب


نصب پکیج whl atompack-0.4.3:

    pip install atompack-0.4.3.whl


نصب پکیج tar.gz atompack-0.4.3:

    pip install atompack-0.4.3.tar.gz