Skip to main content

Tools to interface GitHub, PyPI and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for my general packages.

Project description

generalpackager

Tools to interface GitHub, PyPI and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for my general packages.

This package and 3 other make up ManderaGeneral.

Information

Package Version Latest Release Python Platform Todos Hierarchy
generalpackager 0.1.4 2021-02-08 08:22 CET 3.8, 3.9 Windows, Ubuntu 16 2

Contents

generalpackager
├─ Information
├─ Contents
├─ Installation
├─ Attributes
└─ Todo

Installation

Command pandas generallibrary generalfile gitpython requests
pip install generalpackager Yes Yes Yes Yes Yes

Attributes

Module: generalpackager
└─ Class: Packager
   ├─ Class: GitHub
   │  ├─ Method: api_url (Untested)
   │  ├─ Method: get_description (Untested)
   │  ├─ Method: get_topics
   │  ├─ Method: get_url (Untested)
   │  ├─ Method: get_users_packages (Untested)
   │  ├─ Method: get_website (Untested)
   │  ├─ Method: is_creatable (Untested)
   │  ├─ Method: is_url_functioning (Untested)
   │  ├─ Method: set_description (Untested)
   │  ├─ Method: set_topics (Untested)
   │  └─ Method: set_website (Untested)
   ├─ Class: LocalModule (Untested)
   │  ├─ Method: get_all_packages (Untested)
   │  ├─ Method: get_dependants (Untested)
   │  ├─ Method: get_dependencies (Untested)
   │  ├─ Method: get_env_vars (Untested)
   │  └─ Method: is_creatable (Untested)
   ├─ Class: LocalRepo (Untested)
   │  ├─ Method: bump_version (Untested)
   │  ├─ Method: commit_and_push (Untested)
   │  ├─ Method: create_sdist (Untested)
   │  ├─ Method: get_changed_files (Untested)
   │  ├─ Method: get_git_exclude_path (Untested)
   │  ├─ Method: get_license_path (Untested)
   │  ├─ Method: get_local_repos (Untested)
   │  ├─ Method: get_manifest_path (Untested)
   │  ├─ Method: get_metadata_path (Untested)
   │  ├─ Method: get_package_paths (Untested)
   │  ├─ Method: get_readme_path (Untested)
   │  ├─ Method: get_repos_path (Untested)
   │  ├─ Method: get_setup_path (Untested)
   │  ├─ Method: get_test_path (Untested)
   │  ├─ Method: get_test_paths (Untested)
   │  ├─ Method: get_workflow_path (Untested)
   │  ├─ Method: is_creatable (Untested)
   │  ├─ Method: metadata_setter (Untested)
   │  ├─ Method: path_is_repo (Untested)
   │  ├─ Method: pip_install (Untested)
   │  ├─ Method: text_in_tests (Untested)
   │  ├─ Method: unittest
   │  └─ Method: upload (Untested)
   ├─ Class: PyPI (Untested)
   │  ├─ Method: download_and_unpack_tarball (Untested)
   │  ├─ Method: get_datetime (Untested)
   │  ├─ Method: get_tarball_url (Untested)
   │  ├─ Method: get_url (Untested)
   │  ├─ Method: get_users_packages (Untested)
   │  ├─ Method: get_version (Untested)
   │  ├─ Method: is_creatable (Untested)
   │  └─ Method: reserve_name (Untested)
   ├─ Method: add (Untested)
   ├─ Method: clone_repo (Untested)
   ├─ Method: commit_push_store_sha (Untested)
   ├─ Method: compare_local_to_pypi (Untested)
   ├─ Method: compare_local_to_remote (Untested)
   ├─ Method: configure_contents_markdown (Untested)
   ├─ Method: filter_relative_filenames (Untested)
   ├─ Method: general_bumped_set (Untested)
   ├─ Method: general_changed_dict (Untested)
   ├─ Method: generate_git_exclude (Untested)
   ├─ Method: generate_license (Untested)
   ├─ Method: generate_localfiles (Untested)
   ├─ Method: generate_manifest (Untested)
   ├─ Method: generate_personal_readme (Untested)
   ├─ Method: generate_readme (Untested)
   ├─ Method: generate_setup (Untested)
   ├─ Method: generate_workflow (Untested)
   ├─ Method: get_attributes_markdown (Untested)
   ├─ Method: get_badges_dict (Untested)
   ├─ Method: get_classifiers (Untested)
   ├─ Method: get_dependencies (Untested)
   ├─ Method: get_dependents (Untested)
   ├─ Method: get_description_markdown (Untested)
   ├─ Method: get_env (Untested)
   ├─ Method: get_footnote_markdown (Untested)
   ├─ Method: get_information_markdown (Untested)
   ├─ Method: get_installation_markdown (Untested)
   ├─ Method: get_latest_release (Untested)
   ├─ Method: get_ordered_packagers (Untested)
   ├─ Method: get_packager_with_name (Untested)
   ├─ Method: get_step (Untested)
   ├─ Method: get_sync_job (Untested)
   ├─ Method: get_todos (Untested)
   ├─ Method: get_topics
   ├─ Method: get_triggers (Untested)
   ├─ Method: get_unittest_job (Untested)
   ├─ Method: get_users_package_names (Untested)
   ├─ Method: github_link (Untested)
   ├─ Method: github_link_path_line (Untested)
   ├─ Method: if_publish_bump (Untested)
   ├─ Method: if_publish_publish (Untested)
   ├─ Method: is_bumped (Untested)
   ├─ Method: is_creatable (Untested)
   ├─ Method: load_general_packagers (Untested)
   ├─ Method: relative_path_is_aesthetic (Untested)
   ├─ Method: remove (Untested)
   ├─ Method: run_ordered_methods (Untested)
   ├─ Method: step_install_necessities (Untested)
   ├─ Method: step_install_package_git (Untested)
   ├─ Method: step_install_package_pip (Untested)
   ├─ Method: step_run_packager_method (Untested)
   ├─ Method: step_setup_python (Untested)
   ├─ Method: steps_setup (Untested)
   ├─ Method: sync_github_metadata (Untested)
   ├─ Method: update_links (Untested)
   ├─ Method: workflow_sync (Untested)
   └─ Method: workflow_unittest (Untested)

Todo

Module Message
randomtesting.py Install packages in correct order when using git to prevent it using pip.
randomtesting.py Write [CI MAJOR] in commit message to bump major for example.
randomtesting.py Push empty commits to dependents after publish in workflow.
randomtesting.py Generate GitHub profile readme.
randomtesting.py Compare local_repo version with pypi version before publishing.
packager_markdown.py Inherit future crawler class for pypi and github.
packager_grp.py Maybe move PackagerGrp to Packager now that it inherits NetworkDiagram?
packager.py Allow github, pypi or local repo not to exist in any combination.
packager.py Replace badges with generated hardcode.
packager.py Find all imports to generate install_requires.
packager.py Create links for Todos.
packager_files.py Watermark generated files to prevent mistake of thinking you can modify them directly.
pypi.py Move download to it's own package.
pypi.py Binary extension for generalfile.
pypi.py Add pack and unpack to generalfile.
pypi.py Proper date fetch.
Generated 2021-02-08 08:22 CET for commit 8ab12b4.

Project details


Download files

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

Source Distribution

generalpackager-0.1.4.tar.gz (22.4 kB view hashes)

Uploaded Source

Built Distribution

generalpackager-0.1.4-py3-none-any.whl (24.2 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