Skip to main content

Reproducible Python Package Creator

Project description

rppc

Reproducible Python Package Creator

rppc provides a command line interface for creating a skeleton for a reproducible python package. The package structure here follow the standards and conventions of much of the scientific Python eco-system. With these standards and recommendations, others will be able to use your code, port your code into other projects, and collaborate with other users.

The package created tries to follow University of Washington eScience Institute Guidelines for Reproducible and Open Science.

NOTE: This package only works for Python 3.5 and above

2 Factor Authentication

Note that git CLI commands only accept basic authentication procedures. If you have 2FA set up on your account, you have to generate a Personal Access Token. In this case, when you are asked to enter a password in a manner such as:

Enter the GitHub password for <user_name>:

You have to enter your access token instead of your own password.

How to use this package

  1. Install the package from pypi
pip install rppc
  1. Create a yaml file with you favorite editor called package.yml
name: mypythonpackage
description: This is the description for the package
author:
  name: First Last
  email: myemail@example.com
dependencies:
  - pandas
  - numpy
github-id: github_username
  1. Run rppc init. Note that this will ask for a license to choose. If you are unsure of which is the most appropriate license for your package, please refer to choosealicense.com
# The optional --github argument will allow to push the newly created repository to your github
rppc init --file package.yml --github

Contact the developer

The best way to contact the developer about this package is through issues. Please create an issue if you have found any bugs, or have request for an enhacement. Any other questions can also go there. Thank you!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rppc-0.1.1b3-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page