KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dist_alx
★ 8
Open GitHub ↗
Python package for PyPI publishing
Download README (.md)
Explore Similar Repositories
Chakra
:
Instagram 限時動態自動閱讀器
GsonConverterFactory
:
在集成使用Retrofit过程中,后台返回的数据格式不固定(成功和错误的时候不固定,导致无法序列出错误码出来),替代com.squareup.retrofit2:converter-gson
sketchbook
:
The design tool that lives in your repo.
blog-2020
:
Code samples for my 2020 blogposts
mezon-pop3-client
:
Small and simple POP3 client
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dist_alx
?
Download (.md)
Learn how to publish packages on PyPI ! # dist_alx ### Table of Contents 1. [Installation](#installation) 2. [Motivation](#motivation) 3. [Files](#files) 5. [Licensing](#licensing) ## Installation <a name="installation"></a> The repository contains a zipped file of a Python package and should be installed on the PyPI server via terminal .<br/> Instalation procedure: https://medium.com/@mihajlovic.aleksa/make-your-own-python-package-6d08a400fc2d ## Motivation <a name="Motivation"></a> The package is intended as a learning material.<br/> The user will learn how to publish Python packages on PyPI. <br/> The package itself contains two functions Gaussian() and Binomial(), which return the mean, standard deviation and other output for these two statistical distributions.<br/> For full description of all methods in the package, go through the docstring inside the .py files.<br/> ## Files <a name="Files"></a> Zipped file "dist_alx" contains three files: -setup.py<br/> -setup.cfg<br/> -sub-folder "dist_alx" (which contains an init.py file and 3 other python scripts) ## Licensing <a name="Licensing"></a> Copyright <2020><br/> Aleksa Mihajlovic <br/> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.