Build a Python package for research
Project description
Py4research: A step-by-step tutorial on how to build a Python package for research
Py4research provides a thorough tutorial on how to build and upload a Python package for research, which is going to be presented at the "X Workshop do Programa de Pós-Graduação em Ciência da Computação". Apart from the tutorial itself, we also implemented a straightforward package to illustrate how to build its package.
Guidelines
- Every needed piece of information is elucidated in this README;
- Installation is also straightforward and well-explained;
- If there is a problem, please do not hesitate and call us.
Installation
The installation process is straightforward as the package is hosted at PyPI, and the dependencies are listed on the requirements.txt
file. One can install the package with either command, as follows:
pip install py4research
pip install -r requirements.txt
Additionally, the source files for the lecture are presented in LaTeX. Thus, one might need an additional compiler or even Overleaf to build the files into a PDF file.
Getting Started
This section provides an overview of the "build your python package" tutorial and the main package description.
Tutorial
The tutorial is written in Portuguese in a slide-based format. The contents are available in the slides
folder and compiled to PDF using a LaTeX compiler.
Py4research
Py4research is a standard package composed of a single math
module composed of two sub-modules: clustering
and random
. Essentially, the idea is to provide a simple framework that can foster research and help the community deploy their official implementations to PyPI.
Support
It is inevitable to make mistakes or create some bugs. If there is any problem or concern, we will be available at this repository or gustavo.rosa@unesp.br.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file py4research-1.0.1.tar.gz
.
File metadata
- Download URL: py4research-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 267d1963e0d2eb2568b9faeb0ea127b1a7aac711fa93069396803147cd2efe02 |
|
MD5 | d8cf5ef414e5448609950bbc6290dcae |
|
BLAKE2b-256 | 33e8d51c3522e6b8feaf9974d64fa5414917b597508d6d94a0a4bdcbf9eb2825 |